RapidTransferBank
Represents supported Rapid Transfer Bank information.
idstringrequired
Rapid Transfer internal Bank identifier. Used to uniquely identify the bank.
namestring
The name of the Bank.
isAccountRequiredBeforeInitializationbooleanrequired
If the merchant needs to also pass the IBAN or Account Number during deposit.
Default value:
true
countryCountryCode (string)required
ISO-3166 Alpha 2
Possible values: >= 2 characters
and <= 2 characters
Example:
GB
RapidTransferBank
{
"id": "string",
"name": "string",
"isAccountRequiredBeforeInitialization": true,
"country": "GB"
}