---
title: "List bank codes"
method: GET
path: "/v3/services/bank_codes"
tags: ["Services"]
---

# List bank codes

`GET /v3/services/bank_codes`

Returns a list of bank codes supported for bank-account-based identity
verification. Optionally filtered by country.

## Query parameters

- `country` string

## Response `200`

Successful response containing bank codes.

- BankCodesResponse
  - `bank_codes` BankCode[]
    - `code` string, required — Numeric bank code assigned by the country's central bank.
    - `country` string, required — ISO 3166-1 alpha-2 country code.
    - `name` string, required — Human-readable bank name.

## Other responses

- `403` — Request blocked (IP blocked).

---

[API](https://skmtc.net/smileidentity/apis/v3-authentication-token-api.md) · [All operations](https://skmtc.net/smileidentity/apis/v3-authentication-token-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smileidentity/v3-authentication-token-api/revisions/9f178647f9b8/schema)
