Bank transfer method for Thailand.
Payin request
{
"amount": 10,
"currency": "THB",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "banktransferthb"
}
Payout request
{
"amount": 4,
"currencyTo": "THB",
"clientId": "TestQA1",
"recipient": {
"account_owner": "AIBEK",
"account_number": "879010071520710",
"account_bank_id": "f28cfabb-c312-4d54-8073-c109e6ee9ee8",
"type": "custom"
},
"type": "banktransferthb"
}