Skip to main content
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.
Handy TipsIt is recommended to integrate with the Razorpay Android Standard SDK as it supports all payment methods by default. If you integrate with Custom Checkout SDK, you will need to integrate these manually.

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 Curlec 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.

Integration Steps

Follow these integration steps:
  1. Build Integration
  2. Test Integration
  3. Go Live Checklist
Troubleshooting and FAQs