Skip to main content
  • 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. IMP
Handy Tips It 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)

Version No. | Release Date | Changes

3.9.22 | 07 Aug 2024 | Feature: Implemented Gradle bill-of-materials for Razorpay Plugins such as OTP-Assist.

3.9.21 | 12 Apr 2024 | Bug Fix: Application not responding crash fix for UPI Intent payments

3.9.20 | 13 Dec 2023 | Feature: Added auto-read and auto-submit features for card and native OTP payments in the OTP-Assist SDK

3.9.19 | 07 Nov 2023 | Changed the encryption mode

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 public key Bug Fix: NullPointerException fix in isValidVpa function during API timeouts SUCCESS Update SDK Check 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.
UPI Collect Flow DeprecatedAccording to NPCI guidelines, the UPI Collect flow is being deprecated effective 28 February 2026. Customers can no longer make payments or register UPI mandates by manually entering VPA/UPI id/mobile numbers.Exemptions: UPI Collect will continue to be supported for:
  • MCC 6012 & 6211 (IPO and secondary market transactions).
  • iOS mobile app and mobile web transactions.
  • UPI Mandates (execute/modify/revoke operations only)
  • eRupi vouchers.
  • PACB businesses (cross-border/international payments).
Action Required:
  • If you are a new Razorpay user, use UPI Intent.
  • If you are an existing Razorpay user not covered by exemptions, you must migrate to UPI Intent or UPI QR code to continue accepting UPI payments. For detailed migration steps, refer to the migration documentation.

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.

Integration Steps

Follow these integration steps: