I am trying to integrate UPI payments in an app and website. Everything works fine when I form the url (an example below) and launch an Intent
on Android.
upi://pay?pa=abc@xyz&pn=ABC
I get the response
in the calling Android app using onActivityResult
but I am not sure how do we get the response if we launch the PSP app (Google Pay or BHIM) from a website on the phone.
Any pointers in how can I get the response or if there is a way to specify a callback url?