Skip to main content

RapidTransferBankList

List of supported Rapid Transfer Banks.

rapidTransferBanks object[]
  • Array [
  • 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
  • ]
  • RapidTransferBankList
    {
    "rapidTransferBanks": [
    {
    "id": "string",
    "name": "string",
    "isAccountRequiredBeforeInitialization": true,
    "country": "GB"
    }
    ]
    }