bhar4t / upiqr

This project is a TypeScript library that generates NPCI's UPI QR code (BASE64) along with UPI intent link, which can be used for payment through UPI-enabled apps.
https://www.npmjs.com/package/upiqr
MIT License
27 stars 6 forks source link

Callback URL #7

Closed chetan-SMRI closed 3 weeks ago

chetan-SMRI commented 3 weeks ago

I wanted to know how will the callback url be traced when it returns that payment is successful, and how can we verify that its succesfull and someone just didnt hit it directly without making payment......

is it possible?

bhar4t commented 3 weeks ago

Hi @chetan-SMRI, This package doesn't makes any transactions with a bank and No any API is involved in this package; it is solely designed to generate UPI QR codes or intents using the specific information provided in the description. For transactions, you should use other APIs that can effectively fulfill that purpose.

Closing the issue, Thanks!