On this page, you can find additional configuration for adding Wallets India to your Components integration.
Before you begin
This page assumes you've already:
- Built an integration with Web Components v5.16.0 or later.
- Added Online banking India in your Customer Area.
API reference
You don't need to send additional fields for Wallets India. To see optional fields that you can send for all payment methods, choose the endpoint you integrated:
- /sessions: This is the default with Components v5.0.0 or later.
- /payments: If you implemented an advanced use case, or integrated Components before v5.0.0.
Component configuration
Step 1: Create a DOM element
Create a DOM element on your checkout page, placing it where you want the payment method form to be rendered:
<div id="wallet-IN-container"></div>
Step 2: Create an instance of the Component
Optional configuration
You can add the following optional configuration:
Parameter name | Description | Default |
---|---|---|
issuer |
Set this to an issuer ID to preselect a specific issuer. | No issuer is preselected. |
highlightedIssuers |
Set to the issuer IDs that you want to show on top of the dropdown menu. Added in v5.1.0. | All issuers are shown in the dropdown. |
If you want to add optional configuration, include this in a configuration object. The following example shows how to configure the Component to preselect ATL (Airtel Money) as the issuer:
const walletIndiaConfiguration = {
issuer: "ATL" // Optional. Set this to an **id** of a Wallets India issuer to preselect it.
};
Use the create
method of your AdyenCheckout
instance, in this case checkout
, to create an instance of the Component. Add the configuration object if you created one.
const walletIndiaComponent = checkout.create('wallet-IN', walletIndiaConfiguration).mount('#wallet-IN-container');
List of issuer IDs
Bank name | Issuer ID |
---|---|
Airtel Money | ATL |
Amazon Pay | AZP |
Freecharge Wallet | FRW |
ICC Cash Card | ICC |
EbixCash | ITZ |
Mobikwik (Wallet) | MBK |
PhonePe | PHW |
Reliance Jio | RJM |
Yes bank wallet | YBW |
Test and go live
Wallets India currently has no test platform.
Before you can accept live Wallets India payments, you need to submit a request for Wallets India in your live Customer Area.