{ "opencollection": "1.0.0", "info": { "name": "Token.io's Open Banking API for TPPs Account on File Banks v2 API", "version": "1.0" }, "items": [ { "info": { "name": "Banks v2", "type": "folder" }, "items": [ { "info": { "name": "Get banks v2", "type": "http" }, "http": { "method": "GET", "url": "https://api.token.io/v2/banks", "params": [ { "name": "page", "value": "", "type": "query", "description": "The index of the page currently being retrieved." }, { "name": "perPage", "value": "", "type": "query", "description": "The number of records per page." }, { "name": "sort", "value": "", "type": "query", "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`." }, { "name": "memberId", "value": "", "type": "query", "description": "The Token.io-assigned member id of the TPP." }, { "name": "tppId", "value": "", "type": "query", "description": "Filters for banks for which the TPP represented by this `tppId` has access." }, { "name": "ids", "value": "", "type": "query", "description": "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." }, { "name": "search", "value": "", "type": "query", "description": "Filters for banks with a name or identifiers containing this search string." }, { "name": "bankGroup", "value": "HSBC,Coop", "type": "query", "description": "Filters for banks that are members of the bank group specified." }, { "name": "bankSubGroup", "value": "CMM Grand,Banque Populaire,La Banque", "type": "query", "description": "Filters for banks that are part of the bank sub-group specified." }, { "name": "bankCode", "value": "", "type": "query", "description": "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." }, { "name": "openBankingStandards", "value": "", "type": "query", "description": "Filters for banks that are accessed through any of the listed standards." }, { "name": "countries", "value": "", "type": "query", "description": "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)." }, { "name": "bics", "value": "", "type": "query", "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000." }, { "name": "supportedLocalInstruments", "value": "SEPA,SEPA_INSTANT,FASTER_PAYMENTS", "type": "query", "description": "Filters for banks that support any of the listed payment networks." }, { "name": "supportsAccountList", "value": "", "type": "query", "description": "Filters for banks that support fetching accounts." }, { "name": "supportsAccountDetails", "value": "", "type": "query", "description": "Filters for banks that support fetching account details." }, { "name": "supportsAccountBalance", "value": "", "type": "query", "description": "Filters for banks that support fetching account balances." }, { "name": "supportsTransactionList", "value": "", "type": "query", "description": "Filters for banks that support fetching transactions." }, { "name": "supportsTransactionDetails", "value": "", "type": "query", "description": "Filters for banks that support fetching transaction details." }, { "name": "supportsStandingOrderList", "value": "", "type": "query", "description": "Filters for banks that support the fetching standing orders." }, { "name": "supportsTransactionsDateFilter", "value": "", "type": "query", "description": "Filters for banks that support feting transactions using a date filter." }, { "name": "requiresOneStepPayment", "value": "", "type": "query", "description": "Filters for banks that only support immediate redemption of transfers." }, { "name": "supportsSinglePayment", "value": "", "type": "query", "description": "Filters for banks that support single immediate payments." }, { "name": "supportsScheduledPayment", "value": "", "type": "query", "description": "Filters for banks that support future dated scheduled payments." }, { "name": "supportsStandingOrder", "value": "", "type": "query", "description": "Filters for banks that support recurring payments/standing orders." }, { "name": "supportsReturnRefundAccount", "value": "", "type": "query", "description": "Filters for the banks that support request of refund account." }, { "name": "supportsReturnRefundAccountHolderName", "value": "", "type": "query", "description": "Filters for banks that support returning the refund account holder name." }, { "name": "supportsFundsConfirmation", "value": "", "type": "query", "description": "Filters for the banks that support confirmation of available funds." }, { "name": "supportsVariableRecurringPayment", "value": "", "type": "query", "description": "Filters for banks that support variable recurring payments." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The `GET /v2/banks` endpoint retrieves a list of connected banks matching the parameters specified." } ] } ], "bundled": true }