'Having issues with UPI deep-link from a web application for non-merchant initiated transaction
I am working on a web application where I would like to enable UPI transactions between two UPI Ids (non-merchant UPIs) for non-business purposes. Example, transactions between friends to settle the balances for domestic spends.
I am able to generate the UPI intent uri as per the spec and able to open the UPI app, and able to initiate transaction with out any merchant id. However most of hte times transaction fails with below message and observed occasional successful transfers using same flow on retrying.
Here is the Codesandbox link for a sample app which I tried.
- How can I get more details about the failed transactions, and how are some transactions successful?
- Is it possible to allow p2p transactions between consumers without registering any business account (merchant id with NPCI)?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|