---
title: "GET /sbp_banks"
method: GET
path: "/sbp_banks"
tags: ["Участники СБП"]
---

# GET /sbp_banks

`GET /sbp_banks`

Список участников СБП

## Response `200`

The request has succeeded.

- SbpBanksList
  - `type` string, required
  - `items` SbpParticipantBank[], required
    - `bank_id` string, required
    - `name` string, required — Название участника СБП.
    - `bic` string, required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `429` — Client error
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 5 breaking, 18 info
  - the `items/items/bank_id` response property's maxLength was unset from `12` for the response status `200`
  - the `items/items/bic` response property's maxLength was unset from `9` for the response status `200`
  - the `items/items/name` response property's maxLength was unset from `128` for the response status `200`
  - the `items/items/bank_id` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - …19 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/sbp_banks/get.md)

---

[API](https://skmtc.dev/hexlet/apis/api-kassa.md) · [All operations](https://skmtc.dev/hexlet/apis/api-kassa/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/api-kassa/revisions/f35dc69c1c37/schema)
