On this page, you can find additional configuration for adding Wallets India to your Drop-in integration.
Before you begin
This page assumes you've already:
- Built an integration with Drop-in 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 Drop-in v5.0.0 or later.
- /payments: If you implemented an advanced use case, or integrated Drop-in before v5.0.0.
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 Drop-in 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.
};
If you created a walletIndiaConfiguration
object, include this when creating a configuration object:
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.