Get Rapid Transfer banks
GET/rapidtransferbanks
deprecated
Returns list of supported Rapid Transfer Banks for specific country.
Request
Query Parameters
country stringrequired
Possible values: >= 2 characters
and <= 2 characters
ISO-3166 Alpha 2 country code.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- GET_RAPID_TRANSFER_BANKS_RESPONSE
Schema
Array [
]
rapidTransferBanks
object[]
id stringrequired
Rapid Transfer internal Bank identifier. Used to uniquely identify the bank.
name string
The name of the Bank.
isAccountRequiredBeforeInitialization booleanrequired
Default value: true
If the merchant needs to also pass the IBAN or Account Number during deposit.
country CountryCode (string)required
Possible values: >= 2 characters
and <= 2 characters
ISO-3166 Alpha 2
{
"rapidTransferBanks": [
{
"id": "string",
"name": "string",
"isAccountRequiredBeforeInitialization": true,
"country": "GB"
}
]
}
{
"rapidTransferBanks": [
{
"id": "1000203",
"name": "Natwest UK",
"isAccountRequiredBeforeInitialization": true,
"country": "GB"
}
]
}
Loading...