Getting a list of banks that are part of the SBP (API)
https://unitpay.ru/api?
method=getSbpBankList
params[login]=email account
params[secretKey]=account secret key name
type
description
Example of a successful response:
{
"result": [
{
"member_id": "100000000001",
"name": "Газпромбанк",
"name_en": "Gazprombank"
},
{
"member_id": "100000000002",
"name": "Золотая Корона (РНКО Платежный Центр)",
"name_en": "Korona Pay (Credit Union Payment Center)"
}
]
}Example of an erroneous answer:
name
decription
Last updated
Was this helpful?