Bank Account
Register a bank account
Register a bank account that can be used for withdrawal for a given currency. Only NGN is supported at the moment.
post/bankaccount
Request body
Example request
{
"bankName": "KUDA MICROFINANCE BANK",
"bankCode": "090267",
"bankAccountNumber": "0123456789",
"bankAccountName": "Satoshi Nakamoto",
"walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b-123456789"
}Response
Bank account response
Example response
{
"status": "ok",
"data": {
"bankName": "KUDA MICROFINANCE BANK",
"bankCode": "090267",
"bankAccountNumber": "0123456789",
"bankAccountName": "Satoshi Nakamoto",
"walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b-123456789"
}
}Changes
Changed in 2 of the 32 revisions of this API.12
- ▲
removed the enum value
KESof the request propertycurrencyrequest-property-enum-value-removed
- ○
removed the
KESenum value from thedata/currencyresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
endpoint added
endpoint-added
- ○