Pay-easy
Integrate Pay-easy and allow consumers to:
- Pay at an ATM: the payment is initiated online in a checkout flow, but completed at the post office ATM with card or cash). The Pay-easy network covers almost all banks in Japan that have ATMs.
- Pay with online banking: the payment is initiated online in a checkout flow, and completed via the online banking apps of the major Japanese banks.
The banks covered by this payment option are online banks. They are not part of the Pay-easy network
Payment Method Properties
Available country codes | JP |
Processing (Presentation) currencies | JPY |
Settlement currencies | JPY |
Consumer currencies | JPY |
Channel member tag | payeasy |
Scheme name in the settlement file | Payeasy |
Minimum transaction amount | JPY 1 |
Maximum transaction amount | Pay-easy ATM: JPY 100,000 Pay-easy online banking: JPY 1,000,000 |
Session timeout | 8 days 10 mins |
Refund | No |
Refund Validity | N/A |
Chargeback | No |
Integration Type | Asynchronous |
Sandbox | Scheme-hosted |
Transaction Flow
Pay-easy ATM
- The consumer selects Pay-easy as the payment option and submits the order.
- The consumer is redirected to a payment selection page and selects pay at ATM.
- The consumer receives a payment number which they either memorise or write down to take to the ATM.
- The consumer selects the option to pay tax and fee transfer at the ATM and enters the payment number.
- The consumer makes a payment with cash or card.
- The transaction is successful.
Pay-easy online banking
- The consumer selects Pay-easy as the payment option and submits the order.
- The consumer is redirected to the payment selection page and selects to pay via online banking.
- The consumer chooses the online bank of their choice and is redirected to the bank's online banking page.
- The consumer logs into their bank account using their account credentials, selects the account to pay with, reviews the payment details and confirms the transfer.
- The transaction is successful.
Pay-easy Integration
Specific input parameters for the TRANSACTION call
Field Name | M/O/C | Type | Regex | Description |
---|---|---|---|---|
specin.phone | M | numeric | ^[0-9]{10,11}$ | The phone number of the consumer. Hyphens, country code, or other characters (single-byte alphanumeric) are not allowed; must be between 10-11 digits. |
specin.email | M | utf-8 | N/A. Must be RFC-compliant. | The email address of the account holder |
specin.iteminfo | M | utf-8 | ^[ -~]{1,22}$ | Information about the items being purchased, displayed on the payment page (up to 22 characters). |
For standard input parameters, see Input parameters for the TRANSACTION call.
Specific output parameters for the TRANSACTION call
Field Name | Type | Description |
---|---|---|
SPECOUT.PAYMENTMETHODCODE | ascii | A unique code identifying the selected payment method. |
SPECOUT.PAYMENTMETHODNAME | ascii | The human-readable name of the selected payment method. |
For standard output parameters, see Output parameters for the TRANSACTION call.
TRANSACTION call input
tag=payeasy
&txtype=TRANSACTION
&countrycode=JP
¤cy=JPY
&amount=10000
&specin.phone=08034567890
&merchanttxid=vh6SBFgwsZWM
&login=johndoe
&password=wXBrpVporFVjGO4R
&contractid=JOHNDOETESTCONTRACT
&channel=testchannel
&preferredlanguage=en
&merchantredirecturl=https%3A%2F%2Fmerchant.com%2Fwork%2Fppro2%2Flanding.php
¬ificationurl=https%3A%2F%2Fseemerchant.com%2Fwork%2Fppro2%2Fnotification.php
&specin.email=test%40gmx.de
&specin.iteminfo=Sega%20Saturn%20Console
&accountholdername=Tester%20Doe
&returnmode=urlencodeext
TRANSACTION call output
REQUESTSTATUS=SUCCEEDED
&STATUS=SUCCEEDED
&TXID=607711548
&ERRMSG=
&CHANNEL=testchannel
&TAG=payeasy
&REDIRECTSECRET=0uVfW9yxPZeZrMYmoGzY4JQW3IyPnng5
&SPECOUT.PAYMENTMETHODCODE=654321
&SPECOUT.PAYMENTMETHODNAME=Convenience Store via Lawson
Additional information
- Pay-easy only works for consumers in Japan.
- Merchant of Record (MOR) is not supported.
- The account holder name passed in the request has to be in the format .
- Each name’s format must be a single byte UTF-8 character set.
- The character limit of the first name and last name is ten characters each. Japanese characters are allowed. Spaces are not permitted within the and themselves. In the case of multiple first names, valid examples include “JohnDoe Dorian” but not “John Doe Dorian”.
- Only the first name is mandatory.
- If these conditions are not met, the system will not accept the request.
Branding Guidelines
Click here to download logos and other useful information about branding.
Updated 12 months ago