No momento, esta página não está disponível em português
Payment-method icon

Web Component

Add Wallets India to your Components integration.

How you add Wallets India depends on your integration.

Choose the server-side flow that your integration uses:

Sessions flow
Advanced flow

Start integrating with Sessions flow Component

Choose your version
6.5.1

Requirements

Requirement Description
Integration type Make sure that you have an existing Sessions flow Web Components integration.
Checkout API Make sure that you use Checkout API v68 or later.
Setup steps Before you begin, add Wallets India in your Customer Area.

Add additional parameters to your /sessions request

You do not need to add any parameters when you create a payment session.

Import Wallets India

When you import Adyen Web, include WalletINElement.

Import
Expand view
Copy link to code block
Copy code
Copy code
import { AdyenCheckout, WalletINElement } from '@adyen/adyen-web';

Add additional configuration for Wallets India

You do not need to add any configuration parameters for Wallets India.

Initialize the Component for Wallets India

To initialize Wallets India, use the WalletINElement class.

Initialize the Component
Expand view
Copy link to code block
Copy code
Copy code
const wallet_INComponent = newWalletINElement(checkout,
{
// The configuration object for Wallets India that you created.
// Mount the Component to a container.
} ).mount('#wallet_IN-container')

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.