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

UPI Component

Add UPI to an existing Components integration.

On this page, you can find additional configuration for adding UPI to your Components integration.

Before you begin

This page assumes you have already:

API reference

This page assumes you have:

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="upi-container"></div>

Step 2: Create an instance of the Component

Use the create method of your AdyenCheckout instance, in this case checkout, to create the Component:

const upiComponent = checkout.create('upi').mount('#upi-container');

Optional configuration

Property Description
defaultMode
v5.25.0 or later
Configures which payment option is selected by default. Possible values:
- vpa: UPI Collect.
- qrCode: UPI QR.

Test and go live

Depending on your account setup, you may have access to the UPI simulator which you can use to test your UPI integration. Contact your Account Manager or our Support Team if you have questions about the simulator.

You can also use your personal account on a UPI app to test your integration by making live payments with a low value.