Payment-method icon

PayPay Component

Add PayPay to an existing Components integration.

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

Before you begin

This page assumes you have already:

API reference

You don't need to send additional fields for PayPay. To see optional fields that you can send for all payment methods, choose the endpoint you integrated:

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="paypay-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 paypayComponent = checkout.create('paypay').mount('#paypay-container');

Test and go live

To test PayPay payments:

  1. Download the PayPay app for iOS or Android.
  2. Sign up for a PayPay developer account and create a test user.
  3. Switch the PayPay app to the sandbox app, and log in with the credentials of the test user.

You can check the status of PayPay test account transactions in your Customer Area at Transactions > Payments.

See also