How you add Wallets India depends on your integration.
Choose the server-side flow that your integration uses:
Start integrating with Sessions flow Component
Choose your versionRequirements
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 { 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.
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.