Get bank account details
Returns all your saved bank accounts for a given currency. The bank account details used to make payouts to your customers.
Query parameters
The wallet ID to get the bank account for (optional)
The currency to get the bank account for (optional). Only NGN is supported at the moment.
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.32
- ▲
removed the enum value
BTCfrom thequeryrequest parametercurrencyrequest-parameter-enum-value-removed
- ▲
removed the enum value
KESfrom thequeryrequest parametercurrencyrequest-parameter-enum-value-removed
- ▲
removed the enum value
USDfrom thequeryrequest parametercurrencyrequest-parameter-enum-value-removed
- ○
removed the
KESenum value from thedata/items/currencyresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
endpoint added
endpoint-added
- ○