🇹🇭Thailand

Check the requirements and validations made over the cashouts on Thailand

Required fields

Field

Format

Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_id

Beneficiary's document ID

country

TH

currency

THB / USD

amount

Number with up to 2 decimals

Cashout amount

bank_account

Beneficiary's bank account

bank_code

Code specifying the beneficiary's bank

beneficiary_name

String (max length: 100)

Beneficiary's name

beneficiary_lastname

String (max length: 100)

Beneficiary's last name

Bank Account Validations

Bank name

Bank code

Format

Example

All

-

Numeric

123456789, 9283749293

Document Validations

Click here to check document types and validations.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "30000000001",
    "document_id": "873839473",
    "beneficiary_name": "pruebaq",
    "beneficiary_lastname": "prueba",
    "country": "TH",
    "amount": 100,
    "currency": "THB",
    "bank_code": "21",
    "bank_account": "16800026081",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

Bank

Code

Bank of Ayudhya

021

CIMB Thai

093

Kiatnakin Bank

168

KTB Net Bank

215

KasiKorn Bank

278

Bangkok Bank

427

Government Savings Bank

485

Siam Commercial Bank

734

TMB Bank Public Company Limited

823

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

Last updated