axio Cardless EMI - Custom Checkout

Extend easy cardless EMI payment options powered by axio for your customers on the Custom Checkout.


axio is a cardless EMI offering by Capital Float - a BNPL (Buy Now, Pay Later) and Credit platform. Using axio, your customers can convert their payment amount to EMIs without a debit or credit card. You can show axio as a cardless EMI service provider on your Custom Checkout integration.

Feature Enablement

This is an on-demand feature. You can sign-up for our early access program using this

.

Minimum Order Amount

Your customers should place an order of at least ₹900 to use axio as the cardless EMI payment provider.

To show axio as a cardless EMI provider, you should pass the method and provider parameters in the Create Payments API.

razorpay.createPayment({
amount: 500000,
currency: 'INR',
email: 'gaurav.kumar@example.com',
contact: '9123456000',
order_id: 'order_EAkbvXiCJlwhHR',
method: 'cardless_emi',
provider: 'walnut369'
});

Along with the other checkout options, you must pass:

method

mandatory

string The method used to make the payment. Here, it must be cardless_emi.

provider

mandatory

string Name of the cardless EMI provider. Here, it must be walnut369.


Is this integration guide useful?