🇯🇵Japan

Check the requirements and validations made over the cashouts on Japan

Required fields

The name and last name (beneficiary_name, beneficiary_lastname) must respect the following rules:

  • It should be written in Katakana, not Kanji, Hiragana, or English.

  • It should be typed in Zenkaku.

  • The small letters, such as 「ヤ」「ユ」「ヨ」should be written in capital (big) letter.

  • When asking for the name and last name to the customer, use the phrase: "Bank Account Name"

Instructions in Japanese:

Bank Account Validations

Bank Branch Validations

Account Types

The account_type is specified with only one character as described below.

Document Validations

Click here to check document types and validations.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "30000000001",
    "document_id": "873839473123",
    "country": "JP",
    "amount": 100,
    "currency": "JPY",
    "bank_code": "149",
    "bank_account": "2837493",
    "bank_branch": "123", 
    "account_type": "S",
    "beneificiary_name": "聡",
    "beneificiary_lastname": "中本",
    "email": "user@gmail.com",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

For the full and most up-to-date list of banks and its codes, please check the Cashout Bank Code endpoint.

Last updated