Version No. | Release Date | Changes |
---|---|---|
3.9.18 | 22 Aug 2023 | Feature : Added a new GPG Key to sign all artifacts, allowing you to verify the downloaded artifacts using the Bug Fix : NullPointerException fix in isValidVpa function during API timeouts |
3.9.17 | 31 July 2023 | Bug Fix : Canceled UPI Intent payments trigger webhook before timeout for all PSP applications |
3.9.16 | 09 May 2023 | Bug fixes |
3.9.15 | 10 Feb 2023 | Bug fixes |
3.9.14 | 11 Jan 2023 | Bug fixes |
Integrate With Android Custom SDK
Customise the default Razorpay Checkout form for your Android apps using the Custom SDK libraries.
With Razorpay Android Custom SDK, you can customise the Razorpay Checkout UI.
- Customise the look-and-feel such as colors and themes of your app's Checkout form.
- Validate customer inputs such as card number, expiry date and others using the .
- Configure and integrate the payment methods on the Checkout form.
Watch Out!
, all developers must declare how they collect and handle user data for the apps they publish on Google Play and provide details about how they protect this data through security practices like encryption. Know more about how to fill the .Handy Tips
It is recommended to integrate with the
as it supports all payment methods by default. If you integrate with Custom Checkout SDK, you will need to integrate these manually.Check the sample code on
to integrate.-
Create a
. -
Generate the
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. -
Know about the
. -
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
.
Follow these integration steps:
Is this integration guide useful?