GET
/
bank
/
bankcode
curl --request GET \
  --url https://staging.api.mavapay.co/api/v1/bank/bankcode
{
  "status": "ok",
  "message": "all bank codes retrieved successfully",
  "data": [
    {
      "bankName": "KUDA MICROFINANCE BANK",
      "nipBankCode": "090267"
    }
  ]
}

Query Parameters

country
enum<string>
required

The country to get the bank codes for. Use 'NG' for Nigeria and 'ZA' for South Africa.

Available options:
NG,
ZA

Response

200
application/json

Bank code response

The response is of type object.