Supported Banks and Apps
List of banks and apps that support Subscription using Emandate (Netbanking, Debit Card, Aadhaar), card and UPI.
Razorpay Subscriptions supports recurring payments via Emandate, Cards and UPI Autopay. Use this page to check supported banks, apps and platform compatibility for each payment method.
Dynamic Bank Lists
The list of supported banks changes periodically. Use the
to fetch the current list programmatically.Emandate supports recurring payments via netbanking, debit card or Aadhaar authentication. To fetch the current list of supported banks and their authentication types, call the
. Supported banks appear underrecurring.emandate in the response.
We support Visa, Mastercard and RuPay cards from all major banks for recurring payments. To fetch the current list of supported card networks, call the
. Supported networks appear underrecurring.card in the response.
Handy Tips
Contact our
if you face difficulties with card payments from any major bank.We support all apps and banks listed on the
.The table below shows frequently used UPI apps, their handles and whether they support mandate amounts above ₹15,000.
The default maximum mandate amount for UPI Autopay is ₹15,000 per transaction. For certain MCCs, the limit increases to ₹1,00,000.
UPI Intent allows customers to complete mandate registration directly in their preferred UPI app. Support varies by checkout integration and platform.
Third-Party Validation (TPV) ensures payments are made only from pre-registered bank accounts. The table below shows intent support for TPV.
Watch Out!
- Contact to enable PSP apps other than PhonePe and Paytm on Standard Checkout for UPI TPV.
- UPI Intent TPV is not supported for @okaxis handle.
OC125 restricts customers from pausing or cancelling mandates. This feature is available only for lending businesses.
Watch Out!
- Contact to enable UPI Intent on Standard Checkout.
- UPI Intent is not supported for @okaxis handle.
Use the Methods API to fetch the current list of supported card networks and banks for subscriptions.
[YOUR_KEY_ID] Required
To fire this API, you need to provide your [KEY_ID] for authorization. Your [KEY_SECRET] is not required and should not be passed.
curl -u [YOUR_KEY_ID] \-X GET https://api.razorpay.com/v1/methods
Was this page helpful?