08c7d0c9ce60
Get banks v1
The GET /banks endpoint retrieves a list of connected banks matching the parameters specified.
Query parameters
The index of the page currently being retrieved.
The number of records per page.
The key to sort the result. This can be name (<i>i.e.</i>, bank name), provider, or country.
The Token.io-assigned member id of the TPP.
Filters for banks with a bankId (case-insensitive) matching any of the ids listed, up to a maximum of 1000. Only exact (full string) matches are returned.
[ "goldbank", "opalbank", "platinumbank" ]
Filters for banks with a name or identifiers containing this search string.
Filters for banks for which the TPP represented by this tppId has access.
Filters for banks that are accessed through any of the listed providers.
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 codes in upper case (ISO 3166-1 alpha-2).
[ "IT", "DE", "RO" ]
Filters for banks that support payment initiation.
Filters for banks that support receiving payments.
Filters for the banks that support retrieving balances.
Filters for banks that support future dated scheduled payments.
Filters for banks that support recurring payments/standing orders.
Filters for banks that only support immediate redemption of transfers.
Filters for the banks that support confirmation of available funds.
Filters for the banks that support request of refund account.
Filters for banks that support retrieving transactions by date filter.
Filters for banks that support retrieval of account information.
Filters for banks that support single immediate payments.
Filters for banks that support variable recurring payments.
Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.
[ "BKENGB2L, BNPAFRPH, NBAGDE3E" ]
Filters for banks that support any of the listed payment networks.
Filters for banks that are part of the bank group specified.
Filters for banks that are part of the bank sub-group specified.
Response
Successful response