Available in🇮🇳 India
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 Luhn check algorithm.
- Configure and integrate the payment methods on the Checkout form.
List of Razorpay Android Custom SDK Versions (Last 5 versions)
Update SDKCheck your current SDK version. If it is outdated, please update the SDK to ensure uninterrupted settlements of your funds.From version 3.9.22 onwards, the latest version is automatically updated, eliminating the need for manual updates.
Sample Code
Check the sample code on GitHub to integrate.Prerequisites
- Create a Razorpay account.
- Generate the API Keys from the 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 Payment Flow.
- 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.