Skip to main content

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

OK

Schema

    rapidTransferBanks

    object[]

  • Array [

  • 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

  • ]

Loading...