About Credit Card EMI

Let your customers avail Credit Card EMIs at Razorpay Standard Checkout.


Razorpay Checkout supports EMIs on credit cards issued by major banks. EMI is available by default on Razorpay Standard Checkout. No additional integration is needed.

Watch Out!

Instant Refunds are not supported on EMI, Cardless EMI and Pay Later.

Following is the list of supported Payment Partners for Credit Card EMI and the minimum order amount stipulated by them:

  • For HDFC Bank and State Bank of India (SBI), please raise a request to enable them (not enabled by default).
  • To enable Bajaj Finserv, please raise a request with our .

Use the below endpoint to fetch a list of EMI plans offered by banks:

GET
/methods

[YOUR_KEY_ID] Required

To fire this API, you must provide your [KEY_ID] for authorization. Your [KEY_SECRET] is not required and should not be passed. Know how to generate the

.

curl -u [YOUR_KEY_ID] \
-X GET https://api.razorpay.com/v1/methods

Customers select the products on your website or app and proceed to Checkout. On the Checkout page, the customers:

  1. Enter the Phone Number and click Continue.
  2. Select EMI as the payment method.
    Select emi payment option on checkout
  3. Select Credit Card.
    Select credit card payment option on checkout
  4. Choose a bank from the list and select the EMI tenure. Click Continue.
    EMI tenure and click Select Plan
  5. Enter the relevant details. The eligibility depends on the customer's card's BIN (first 6 digits). If the card is not eligible, the customers can pay the full amount.
  6. Choose if they want to Save this card as per RBI guidelines or pay without saving the card.

After the successful payment, Razorpay redirects customers to your application or website. Customers' monthly statements will reflect the EMI amount with interest charged by the bank.

When the customers complete the payment on the Checkout, the entire transaction amount is authorized by the customer's issuing bank and converted into EMIs within 3-4 days, depending on the payment terms agreed with the credit card provider.

See:

.


Was this page helpful?


credit card emi
payment method
emi
supported payment partners
fetch emi plans