I created an Android application that has listed monthly rent in the billing list activity. Each list item has a Pay
button. My requirement is while clicking on the Pay
button, it should list installed UPI apps. If we select an app and make a payment, my application should get a success or failure based on the payment.
Initially, my targeted customers will be in India. So I have to support GPay, PhonePe, Paytm and Amazon Pay.
Hey firstly you have to Register as an independent developer with NCPI. or please checkout this website also https://nfinite.in/.
Once your application is approved, you will be provided with a public and private key. Create a UPI deep link URL using the following format:
Here is an example of how to implement in your Android app:
here is onActivityResult Code
here is signUpiDeepLinkUrl function code