Japan

Learn about the dLocal supported payment methods in Japan.

Market specifications

Take a look of all the payment methods available.

Country reference Alternative Payment Method supported

Alternative Payments

Learn how to integrate cash, bank transfer or wallet payment.

Pay-easy Konbini


Market specifications

Do you want to know more information about Japan's market? Go to the APAC: The world’s leader in eCommerce market sales article.

Country reference

country codecurrency codedocument namedocument formatdocument required?
JPJPYMy Number (マイナンバー)12 digitsNo

Alternative Payment Method supported

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
DPPay-easyBANK_TRANSFERBank TransferREDIRECT
KBKonbiniTICKETCash PaymentREDIRECT


Alternative Payment Method

Pay-easy

Payeasy is a local banking service that is connected to Japan's nationwide ATM network and online banking network.

This allows customers to either pay through ATMs (Cash) or via online banking, whichever is most convenient.

Capabilities

Pay-easy
Min. amount2 JPY
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Pay-easy redirect flow choosing pay at an ATM.

The screenshots illustrate a generic Pay-easy redirect flow choosing pay at an ATM.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringJPY

Transaction currency in ISO 4217.
Yes
countryStringJP

Transaction country in ISO 3166.
Yes
payment_method_idStringDP

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.No
payer.phoneNumberPhone number of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
     "amount": 10,
     "currency": "JPY",
     "country": "JP",
     "payment_method_id": "DP",
     "payment_method_flow": "REDIRECT",
     "payer": {
         "name": "Jane Doe",
         "email": "[email protected]",
         "document": "123456789012",
         "phone": "08074648897011",
         "address": {
             "country": "JP",
             "state": "Kyoto",
             "city": "Kyoto",
             "zip_code": "8858",
             "street": "Main St.",
             "number": "540"
         }
     },
     "order_id": "345453483kqws",
     "description": "Tshirt",
     "notification_url": "http://merchantsite.com/notification/new",
     "callback_url": "http://merchantsite.com/success_page"
 }
{
    "id": "R-4-fd30a798-86e0-4544-5tr4-291c9a5551bb",
    "amount": 10,
    "currency": "JPY",
    "payment_method_id": "DP",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "JP",
    "created_date": "2023-08-18T15:08:15.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483ksadqws",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-713d8040-f20e-erd2-b120-6d1f41fd8605"
}

Konbini

Konbini (convenience store) payments have gained significant popularity as a preferred method for cash transactions in Japan. These payments facilitate e-commerce transactions within a culture that highly values the security and trust associated with cash transactions.

Through Konbini payments, individuals in Japan have the ability to engage in online purchases and settle payments using cash.

Capabilities

Konbini
Min. amount2 JPY
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Konbini redirect flow choosing Lawson as the preferred convenience store.

The screenshots illustrate a generic Konbini redirect flow choosing Lawson as the preferred convenience store.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringJPY

Transaction currency in ISO 4217.
Yes
countryStringJP

Transaction country in ISO 3166.
Yes
payment_method_idStringKB

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.No
payer.phoneNumberPhone number of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

 {
     "amount": 10,
     "currency": "JPY",
     "country": "JP",
     "payment_method_id": "KB",
     "payment_method_flow": "REDIRECT",
     "payer": {
         "name": "Jane Doe",
         "email": "[email protected]",
         "document": "123456789012",
         "phone": "08074648897011",
         "address": {
             "country": "JP",
             "state": "Kyoto",
             "city": "Kyoto",
             "zip_code": "8858",
             "street": "Main St.",
             "number": "540"
         }
     },
     "order_id": "345453483kqws",
     "description": "Tshirt",
     "notification_url": "http://merchantsite.com/notification/new",
     "callback_url": "http://merchantsite.com/success_page"
 }
 {
     "id": "R-4-89f9e460-4re3-4977-9dfd-aa15e7007e95",
     "amount": 10,
     "currency": "JPY",
     "payment_method_id": "KB",
     "payment_method_type": "TICKET",
     "payment_method_flow": "REDIRECT",
     "country": "JP",
     "created_date": "2023-08-18T13:12:39.000+0000",
     "status": "PENDING",
     "status_detail": "The payment is pending.",
     "status_code": "100",
     "order_id": "345453483kqws",
     "description": "Tshirt",
     "notification_url": "http://merchantsite.com/notification/new",
     "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-5599a895-004d-543s-9340-4fb4b60fa7ff"
 }