cURL
curl --request GET \ --url https://staging.api.mavapay.co/api/v1/bankaccount \ --header 'X-API-KEY: <api-key>'
{ "status": "success", "data": [ { "bankName": "KUDA MICROFINANCE BANK", "bankCode": "090267", "bankAccountNumber": "0123456789", "bankAccountName": "Satoshi Nakamoto", "currency": "NGN", "walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b-123456789" } ] }
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.
NGN
Bank account response
The response is of type object.
object