Integrate Razorpay Payment Gateway with your Android app using the Razorpay Android Standard SDK and start accepting payments.
You can use Razorpay Standard SDK to integrate the Razorpay Payment Gateway with your android application.
Handy Tips
Due to the changes in Google Play Developer policy, we have removed auto-read SMS feature from Razorpay Android Standard SDK versions 1.5.1 and higher. However, if your Android app already has permission to read SMS, then Razorpay will auto-read it.
Upgrade to the latest version available on the Maven Repository.
According to the PCI regulations, payment processing is not allowed on TLS v1. Hence, if the device does not have TLS v1.1 or v1.2, the SDK will throw an error in the onPaymentError method. Check the TLS versions.
If you are using SDK version below 1.6.15, you need to make this change to your Android Manifest.xml file.
Generate the API Keys from the Razorpay Dashboard. To go live with the integration and start accepting real payments, generate Live Mode API Keys and replace them in the integration.