Dusupay
Search…
⌃K

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).

Extra Parameters

  • 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.
Method
Extra fields
Description
Nigeria - BANK
bank_code
The Bank code of Nigeria Bank
South Africa - BANK
bank_code
The bank code of South African Bank.
Sample Request
{
...
"method": "BANK",
"provider_id": "bank_gh",
"extra_params": {
"bank_code": "6876132"
},
...
}