Payout Bank Codes
For all countries/currencies where EllyPay supports bank payouts, there's need to specify the unique code for the bank to which the funds are to be sent. These codes are available via the API
Get Payout Banks List
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Sample Banks List Request
curl https://gwapisdbx.ellypayapp.com/data/payout-bank-codes?provider_code=bank_ug
-H "Accept: application/json" \
-H "x-api-version: 1" \
-H "public-key: your-public-key"{
"code": 200,
"status": "success",
"message": "Request completed successfully.",
"data": {
"payout_banks": [
{
"bank_name": "Stanbic Bank Uganda",
"bank_code": "stanbic_bank_ug",
"is_active": true
},
{
"bank_name": "Guaranty Trust Bank",
"bank_code": "gtbank_ug",
"is_active": true
}
]
}
}Parameter
Type
Description
Last updated