---
title: "List Bank Identifiers"
method: GET
path: "/v1/beneficiaries/methods"
tags: ["Beneficiaries"]
---

# List Bank Identifiers

`GET /v1/beneficiaries/methods`

Retrieve a list of available banks or e-wallet providers for a specific country and method type

## Query parameters

- `country_code` string, required
- `method` 'BANK' | 'E_WALLET', required

## Response `200`

Bank/method identifiers retrieved successfully

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `method` 'BANK' | 'E_WALLET'
    - `has_branch` boolean

## 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)
