ArunYogi/cordova-plugin-upi

In Phonepe no response callback for both success and failure transaction.

anandbidnur opened this issue · 2 comments

Its worked on gpay when used this method:
window["UPI"].acceptPayment(config, null, successCallback, failureCallback);
But in Phonepe, no response callback for both success and failure transaction.

Its worked on gpay when used this method:
window["UPI"].acceptPayment(config, null, successCallback, failureCallback);
But in Phonepe, no response callback for both success and failure transaction.

To be noticed is, few UPI supporting apps are not giving proper response back after the transaction complete, So its always good idea to check with your bank or payment-gateway API to confirm the transaction status before taking any decision