Be aware that this endpoint uses a legacy authentication method, which can be found here .
Parameter Required Description country Yes ARaccount_type Yes BANKaccount Yes CBU — 22 digits
JSON
{
"country": "AR",
"account_type": "BANK",
"account": "4260004000100057439023"
}
Parameter Required Description country Yes BDaccount_type Yes Bkashaccount Yes Wallet phone number (international format) first_name Yes Beneficiary first name last_name Yes Beneficiary last name
JSON
{
"country": "BD",
"account_type": "Bkash",
"account": "+8801709999999",
"first_name": "John",
"last_name": "Doe"
}
Parameter Required Description country Yes CRaccount_type Yes BANKaccount Yes Costa Rican IBAN (begins with CR)
JSON
{
"country": "CR",
"account_type": "BANK",
"account": "CR3601020000939973327"
}
Parameter Required Description country Yes GHaccount_type Yes BANKaccount Yes Account number — up to 14 digits bank_branch Yes BIC/SWIFT code (8 or 11 characters)
JSON
{
"country": "GH",
"account_type": "BANK",
"account": "1234567890123",
"bank_branch": "ECOCGHAC"
}
Parameter Required Description country Yes GTaccount_type Yes C (checking) or S (savings)bank_code Yes Bank code account Yes Account number
JSON
{
"country": "GT",
"account_type": "C",
"bank_code": "42",
"account": "123456775"
}
Parameter Required Description country Yes HNaccount_type Yes BANKbank_code Yes Supported Honduran bank code account Yes Account number (up to 45 digits)
Supported banks: Banco Atlántida, Banco Cuscatlan, Banco de Occidente, Banco del País, Banco Lafise, Banco Popular, Banco Ficohsa
JSON
{
"country": "HN",
"account_type": "BANK",
"bank_code": "128",
"account": "130021165"
}
Parameter Required Description country Yes INaccount_type Yes UPIaccount Yes UPI VPA (e.g. name@bank) first_name Yes Beneficiary first name last_name Yes Beneficiary last name
JSON
{
"country": "IN",
"account_type": "UPI",
"account": "[email protected] ",
"first_name": "james",
"last_name": "doe"
}
Parameter Required Description country Yes NGaccount_type Yes BANKbank_code Yes Bank code account Yes NUBAN — 10 digits
JSON
{
"country": "NG",
"account_type": "BANK",
"bank_code": "058",
"account": "0036123456"
}
Parameter Required Description country Yes TRaccount_type Yes BANKaccount Yes IBAN — 26 characters (begins with TR)
JSON
{
"country": "TR",
"account_type": "BANK",
"account": "TR840006400000121231200436"
}
Parameter Required Description country Yes VNaccount_type Yes BANKbank_code Yes Bank code (1–3 digits) bank_account Yes Account number (up to 45 digits)
JSON
{
"country": "VN",
"account_type": "BANK",
"bank_code": "17",
"bank_account": "0021000382448"
}