Skip to main content
Available in🇮🇳 India
After axio payment method is enabled, it appears as a Cardless EMI provider under EMI on Razorpay Standard Checkout. You can highlight axio on the Razorpay Checkout using a configuration and make it more prominent. Highlighted Axio on Checkout Follow these steps to highlight axio on Razorpay Checkout:
  1. Configure payment methods.
  2. Build configuration.

1. Configure Payment Methods

Based on how you want to control the payment methods at the Checkout, there are two different ways to pass the configuration to Checkout: Options Parameter and Global Settings.
Pass the configuration to the options parameter of the Checkout code at run time. Use it when you want to modify the order of the payment methods for a particular set of payments while rendering the Checkout.

2. Build Configuration

Using the display config, you can put together all the modules, that is, blocks, sequence, preferences, hide instruments as shown below: You can pass the display config in the Checkout options or the Orders API request using the checkout_config_id parameter.
Know more about Orders API.

Sample Code

Highlight axio on Standard Checkout
Configure Payment Methods on Razorpay Checkout