GET
/
bank
/
bankcode
Get bank code
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

Bank code response

status
string<string>
Example:

"ok"

message
string<string>
Example:

"all bank codes retrieved successfully"

data
object[]