Skip to main content

Bank List

Returns the directory of banks supported by the aggregator. Use it to find out which code to send in the bank field when creating a payment.

This endpoint is public — no authorization required.

Endpoint

GET /v1/public/banks

Response

{
"banks": [
{
"code": "alfabank",
"name": "Альфа-Банк"
},
{
"code": "sberbank",
"name": "Сбербанк"
},
{
"code": "tinkoff",
"name": "Т-Банк"
}
]
}

Response Fields

FieldTypeDescription
codestringBank code. Passed in the bank field when creating a payment.
namestringCanonical Russian bank name (for display).

Only active banks are returned. The list is sorted by name.

CodeName
sberbankСбербанк
tinkoffТ-Банк
alfabankАльфа-Банк
vtbВТБ
raiffeisenbankРайффайзенбанк
gazprombankГазпромбанк
ozonОзон Банк
sovkomСовкомбанк
mtsМТС Банк
pochtaПочта Банк
rncbРНКБ
home_bankХоум Банк
ros_bankРосбанк
uralsibУралсиб
promsvyazПСБ
bank_openОткрытие
mkbМКБ
rencreditРенессанс Банк
bspbБанк Санкт-Петербург
ak_bars_bankАк Барс Банк

The full up-to-date list is in the endpoint response.

Request Example

curl https://api.bopay.io/v1/public/banks

Usage When Creating a Payment

{
"ext_id": "order_123",
"amount": 5000,
"method": "SBP",
"bank": "alfabank"
}

If the bank field is not provided, the system selects a bank automatically by cascade.