This page explains how to add Japanese convenience stores to your existing Web Drop-in integration.
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have an existing Drop-in integration. |
Setup steps | Before you begin:
|
Import resources for v6
If you are using Web Drop-in v6, import the resources you need for Japanese convenience stores:
import { AdyenCheckout, } from '@adyen/adyen-web'
API reference
You do not need to send additional fields for Japanese convenience stores. 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 additional use case.
Drop-in configuration
Required configuration
There are no configuration steps specific to Japanese convenience stores required for Drop-in.
Optional configuration
You can add the following optional configuration:
Parameter name | Description | Default |
---|---|---|
personalDetailsRequired |
Set to false to hide the input fields for shopper name, email, and telephone number. Added in v5.2.0 | true |
If you want to add optional configuration, include this in a configuration object. The following example shows how to configure Drop-in to hide the input fields for shopper name, email, and telephone number:
const konbiniConfiguration = {
personalDetailsRequired: false // Optional. Set to **false** to hide the input fields for shopper name, email, and telephone number.
};
Include the konbiniConfiguration
object when creating a configuration object for Drop-in:
Pass the Drop-in configuration object when creating your instance of AdyenCheckout
:
const checkout = await AdyenCheckout(configuration);
Test and go live
7-Eleven voucher payments can only be tested in the live environment. Contact our Support Team to set up 7-Eleven on the live environment for penny testing.
To test your integration, use the econtext simulator to complete voucher payments in Japanese convenience stores.
- Log in to the econtext Simulator using the following credentials:
- Username:
ectest
- Password:
#Gwecn25
- Username:
- In the first box, provide 742001 as the shopID.
-
In the second box, provide the acquirer reference following the format below:
pspReference
-262320-econtext_stores
For example, DZ4DPSHB4WD2WN82-262320-econtext_stores
Get the
pspReference
from the AUTHORISATION webhook.
- In the third box you select what you want to test.
- Leave as default for Convenience Stores
- Select "セブンイレブン" for 7-Eleven
- Select "Pay-easy(Bank Name)" for PayEasy ATM and PayEasy Online Banking
- Leave the fourth box 入金日時 (the time of payment) empty.
- Select 送信 (Submit).
- Wait for 15 minutes for the webhook.
Check the status of voucher payments in the test environment in your Customer Area:
- Vouchers that are pending or that have expired, are under Transactions > Offers.
- Vouchers that have been paid are under Transactions > Payments.
Before you can accept payments through Japanese convenience stores in live environment, you need to submit a request to add 7-Eleven or other Japanese convenience stores in your live Customer Area.