Bank transfer method for Mongolia. The account number is 12–14 digits; the first two may be replaced with the prefix "MN".
Payin request
{
"amount": 100,
"currency": "MNT",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "banktransfermnt"
}
Payout request
{
"amount": 4,
"currencyTo": "MNT",
"clientId": "TestQA1",
"recipient": {
"account_owner": "AIBEK",
"account_number": "12345678901234",
"account_bank_id": "f28cfabb-c312-4d54-8073-c109e6ee9ee8",
"type": "custom"
},
"type": "banktransfermnt"
}