findBanks
findBanks
application/json
Request Body required
request
field string
value string
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
active boolean
cbRegNumber string
city string
correspondingAccount string
country string
forInternalUse boolean
id int64
inn_kpp string
mfo string
name string
paymentSystem boolean
settlementAccounts object[]
branchId int64
id int64
name string
paymentFeeRate double
swift string
[
{
"active": true,
"cbRegNumber": "string",
"city": "string",
"correspondingAccount": "string",
"country": "string",
"forInternalUse": true,
"id": 0,
"inn_kpp": "string",
"mfo": "string",
"name": "string",
"paymentSystem": true,
"settlementAccounts": [
{
"branchId": 0,
"id": 0,
"name": "string",
"paymentFeeRate": 0
}
],
"swift": "string"
}
]
Created
Unauthorized
Forbidden
Not Found
Loading...