v2
latestOpenAPI 3.1.02026-07-267085761.0 MBList Payout Banks
Returns the list of supported payout banks for cross-border payments. Currently, this endpoint returns banks for Pakistan (PKR) and the UAE (AED). Use the returned bank id as the payout_bank_id in the Create a Cross-Border Payment endpoint. The payout_bank_id field is required only when the destination country is Pakistan or the UAE.
Query parameters
Payout currency ISO code. Currently PKR (Pakistan) and AED (UAE) are supported.
Payout currency ISO code. Currently PKR (Pakistan) and AED (UAE) are supported.
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Response
Successful Response
Example response
{
"success": true,
"message": "Operation completed.",
"data": [
{
"id": 913212,
"name": "All Bank of India",
"country_code": "IN",
"country_name": "INDIA",
"city_id": 99999,
"city": "Sin ciudad",
"currencies": [
{
"code": "INR",
"name": "RUPIA INDIA"
}
]
}
],
"queryGeneratedTime": 1718006400
}