---
title: "Get list of financial institutions"
method: GET
path: "/consumers/{consumer_id}/banking/financial-institutions"
tags: ["Banking", "Financial institutions"]
---

# Get list of financial institutions

`GET /consumers/{consumer_id}/banking/financial-institutions`

Returns the list of financial institutions the user consent access to

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- ChiftPageBankingFinancialInstitutionItem
  - `items` BankingFinancialInstitutionItem[], required
    - `id` string, required — Unique identifier of the financial institution
    - `bic` string, nullable — BIC of the financial institution
    - `country` string, nullable — Country of the financial institution, format: ISO 3166-1 codes.
    - `name` string, required — Name of the financial institution
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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