---
title: "Get bank code"
method: GET
path: "/bank/bankcode"
tags: ["Bank Code"]
---

# Get bank code

`GET /bank/bankcode`

Returns all bank codes for a given country. This endpoint is currently limited to Nigeria(NGN) and South Africa(ZAR) only.

## Query parameters

- `country` 'NG' | 'ZA', required

## Response `200`

Bank code response

- BankCode
  - `status` string, string
  - `message` string, string
  - `data` object[]
    - `bankName` string, string
    - `nipBankCode` string, string

## Other responses

- `400` — Unexpected error

## Changes

- **2025-01-31** `d0fae6875ede` — 1 breaking, 4 info
  - added the new required `query` request parameter `country`
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `bearerAuth` was removed from the API
  - api tag `Bank Code` added
  - …1 more
- **2024-06-14** `2d988bc5fda5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stealthmoney/apis/mavapay-api/changes/bank/bankcode/get.md)

---

[API](https://skmtc.dev/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.dev/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/842376cab855/schema)
