Bank
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. Use the API below to initiate a payout request.
post
https://sandbox.dusupay.com/v1/payouts
Bank Payout API
NB: We currently support bank payouts only in Nigeria (NG) and South Africa(ZA).
- Different countries require different extra information to send money to customer’s accounts correctly.
- Below are some of the fields per country that are required to be included in the
extra_params
the field when making a payout request.
Sample Request
{
...
"method": "BANK",
"provider_id": "bank_gh",
"extra_params": {
"bank_code": "6876132"
},
...
}
Last modified 3mo ago