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"
}
}