---
title: "List Bank Branch Identifiers"
method: GET
path: "/v1/beneficiaries/methods/{method_id}/branches"
tags: ["Beneficiaries"]
---

# List Bank Branch Identifiers

`GET /v1/beneficiaries/methods/{method_id}/branches`

Retrieve a list of available branches for a specific bank or payment method

## Path parameters

- `method_id` string, required

## Response `200`

Branch identifiers retrieved successfully

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `branch_code` string

## Other responses

- `401` — Authentication failed due to invalid credentials

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/revisions/6e69503ee7b8/schema)
