v1
latestOpenAPI 3.0.12026-08-0674476716.0 KBGet bank countries
The GET /banks/countries endpoint retrieves the list of countries that have connected banks which match the parameters specified.
Query parameters
Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.
Filters for banks with names or identifiers that contain this search string (case sensitive).
Filters for banks to which the TPP with this tppId has access.
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.
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" ]
Filters for banks that are accessed through any of this list of providers.
Filters for banks that support payment initiation.
Filters for banks that support the receipt of payments.
Filters for the banks that support retrieving account balances.
Filters for banks that support future dated scheduled payments.
Filters for banks that support standing orders/recurring payments.
Filters for banks that only support immediate redemption of transfer tokens.
Filters for banks that support confirmation of available funds.
Filters for banks that support the request of refund account.
Filters for banks that support retrieving transactions by date filter.
Filters for banks that support retrieving account information using Account Information Services (AIS).
Filters for banks that support single immediate payments.
Filters for banks that support variable recurring payments.
The Token.io-assigned member id of the TPP.
Filters for banks that support any of the listed payment networks.
[ "SEPA" ]
Response
Successful response
Example response
{
"countries": [
"RO, AT, DE, FR"
]
}