---
title: "Get list of bank branches and branch code."
method: GET
path: "/v0.2.4/info/bank-branches"
tags: ["Info"]
---

# Get list of bank branches and branch code.

`GET /v0.2.4/info/bank-branches`

## Query parameters

- `bankID` string, required

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message indicating the result of the operation.
  - `data` object[]
    - `id` number — Unique identifier for the bank branch.
    - `branch_code` string — Code of the bank branch.
    - `branch_name` string — Name of the bank branch.
    - `swift_code` string — SWIFT code of the bank branch.
    - `bic` string — Bank Identifier Code (BIC) of the branch.
    - `bank_id` number — Unique identifier of the bank.

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Bank branch retrieval failed.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
