Skip to main content
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. Create a global setting of the payments as a Configuration ID. Use it when you want to fix the order of the payment methods on all the instances of Checkout. Check the Sample Code.
Attention Plugin Users
If you are using one of our plugins to accept payments, you can highlight axio on Checkout only by creating a global setting of the payments as a Configuration ID. Contact our Support Team for more details about Configuration ID.

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.
display config
Orders Sample Request
Know more about Orders API.

Sample Code

Given below is the sample code to highlight axio on Standard Checkout:

Highlight axio on Standard Checkout
Configure Payment Methods on Razorpay Checkout