---
title: "Fetch bank codes and names"
method: GET
path: "/v1/transfers/banks"
tags: ["Transfers"]
---

# Fetch bank codes and names

`GET /v1/transfers/banks`

You can use this endpoint to fetch all banks, their names and codes.

## Headers

- `accountId` string, uuid, required

## Response `200`

OK - your request was successful.

- object
  - `code` string, required — Response Code
  - `description` string, required — Response description
  - `data` BanksListResults, required
    - `results` Banks[] — Contains result of all banks fetched
      - `code` string — The bank's code.
      - `name` string — The bank's name.

## Other responses

- `202` — The access_token provided to access the resource is missing or invalid.
- `400` — The request body sent by merchant did not pass the validation checks
- `401` — The access_token provided to access the resource is missing or invalid.
- `403` — The client does not have the permissions to access this resource
- `404` — The record that the client is trying to access does not exist.
- `429` — The client has maxed out the number of calls within a time period on this resource.
- `500` — Downstream system error.

---

[API](https://skmtc.net/nomba/apis/vendor-api.md) · [All operations](https://skmtc.net/nomba/apis/vendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nomba/vendor-api/versions/41727ac9be5f/schema)
