Bank Codes
To payout funds to a customer's bank, we need to know the recipient's bank by id. We refer to this as the bank code.
To get the available bank codes, use the Bank Codes API below to retrieve them per supported country.
get
https://sandbox.dusupay.com/v1/payment-options/payout/bank/{country_code}?api_key={api_key}
Bank Codes API
The country codes are also included
- Uganda (UG)
- Kenya (KE)
- Tanzania (TZ)
- Nigeria (NG)
- Ghana (GH)
- USA (US)
- Europe (EU)
- UK (GB)
Europe refers to all countries in Europe that have EUR as their national currency
Sample Request
{
...
"method": "BANK",
"provider_id": "bank_gh",
"extra_params": {
"bank_code": "6876132"
},
...
}
Last modified 9mo ago