v1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
Banks v1

Get bank countries

The GET /banks/countries endpoint retrieves the list of countries that have connected banks which match the parameters specified.

get/bank/countries

Query parameters

idsstring[]

Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.

searchstring
Example:banca

Filters for banks with names or identifiers that contain this search string (case sensitive).

tppIdstring
Example:9fk3m361-f12r-04b9-p39f-rio2m3pw9v8s

Filters for banks to which the TPP with this tppId has access.

bankCodestring
Example:NBAGDE3E

Filters for banks with a BIC (or BLZ, if German) that matches this bankCode. The BIC must have a string length of 8 or 11. The BLZ must have a string length of 8.

countriesstring[]

Filters for banks that are located in the countries specified by this list of two-letter country code in upper case (ISO 3166-1 alpha-2).

[
  "GB, RO, AT"
]
providersstring[]

Filters for banks that are accessed through any of this list of providers.

bank_features.supports_send_payment.valueboolean

Filters for banks that support payment initiation.

bank_features.supports_receive_payment.valueboolean

Filters for banks that support the receipt of payments.

bank_features.supports_balance.valueboolean

Filters for the banks that support retrieving account balances.

bank_features.supports_scheduled_payment.valueboolean

Filters for banks that support future dated scheduled payments.

bank_features.supports_standing_order.valueboolean

Filters for banks that support standing orders/recurring payments.

bank_features.requires_one_step_payment.valueboolean

Filters for banks that only support immediate redemption of transfer tokens.

bank_features.supports_funds_confirmation.valueboolean

Filters for banks that support confirmation of available funds.

bank_features.supports_return_refund_account.valueboolean

Filters for banks that support the request of refund account.

bank_features.supports_transactions_date_filter.valueboolean

Filters for banks that support retrieving transactions by date filter.

bank_features.supports_account_information.valueboolean

Filters for banks that support retrieving account information using Account Information Services (AIS).

bank_features.supports_single_payment.valueboolean

Filters for banks that support single immediate payments.

bank_features.supports_variable_recurring_payment.valueboolean

Filters for banks that support variable recurring payments.

memberIdstring
Example:m:nP4w3u5y8ddrxDJkjimgSX9e4fZ:5zKtXEAq

The Token.io-assigned member id of the TPP.

supportedPaymentNetworksstring[]

Filters for banks that support any of the listed payment networks.

[
  "SEPA"
]

Response

Successful response

countriesstring[]

Two-letter country codes in upper case (ISO 3166-1 alpha-2).

Example response

{
  "countries": [
    "RO, AT, DE, FR"
  ]
}