Payout Bank Codes
For all countries/currencies where DusuPay 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 Payment Options Request
curl https://sandboxapi.dusupay.com/data/payout-bank-codes?provider_code=bank_ng \
-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": "Access Bank Nigeria",
"bank_code": "access_bank_ng",
"is_active": true
},
{
"bank_name": "Guaranty Trust Bank",
"bank_code": "gtbank_ng",
"is_active": true
}
]
}
}Parameter
Type
Description
Last updated