darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 130 forks source link

UPI Payment failure in ionic 4 using web intent #130

Open ghost opened 3 years ago

ghost commented 3 years ago

I have an android app build in ionic 4. Used web intent package.

Here is my code:

let url = 'upi://pay?pa=' + this.upi_address

All info is redirecting to upi app properly but after enter upi pin it show payment failed due to some security reasons and I did not get what the security issue is. Getting some error in different upi app after enter upi pin. e.g. You’ve exceeded the maximum transaction amount set by your bank – Google Pay Error

What should be exact parameters for upi payment or any other way to integrate upi in ionic 4 app ?

darryncampbell commented 3 years ago

Hi, there was a similar issue raised at https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent/issues/128 but I was not able to help as it required knowledge of the UPI payment app.