{ "info": { "_postman_id": "fcfcf265-5a4e-45d1-a759-2f393741bdd5", "name": "Token.io's Open Banking API for TPPs Account on File Banks v2 API", "description": "Token.io's Open Banking API

Token.io Support: support.token.io

The Token.io Open Banking API enables you to connect securely with banks for a range of services.

Using our API you can:
For more information see our developer documentation.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T11:04:32.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-fcfcf265-5a4e-45d1-a759-2f393741bdd5" }, "item": [ { "name": "v2", "item": [ { "name": "banks", "item": [ { "name": "Get banks v2", "id": "b8115334-b9e5-45a8-8cf9-95c1b020eb17", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&openBankingStandards=UK_Open_Banking_Standard&countries=&countries=&bics=&bics=&supportedLocalInstruments=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] }, "description": "The `GET /v2/banks` endpoint retrieves a list of connected banks matching the parameters specified." }, "response": [ { "id": "c1ab168c-3ef3-4281-8333-fdbf522d4f02", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"banks\": [\n {\n \"id\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"logoUri\": \"\",\n \"bankGroup\": \"\",\n \"bankSubGroup\": \"\",\n \"countries\": [\n \"\",\n \"\"\n ],\n \"openBankingStandard\": \"Invalid_Standard\",\n \"initialEmbeddedAuthFields\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"type\": \"CHOICE_FIELD\",\n \"additionalInformation\": \"\",\n \"options\": [\n \"\",\n \"\"\n ]\n },\n \"mandatoryFields\": [\n {\n \"products\": [\n \"\",\n \"\"\n ],\n \"fieldPaths\": [\n \"\",\n \"\"\n ],\n \"paymentTypes\": [\n \"\",\n \"\"\n ],\n \"localInstruments\": [\n \"\",\n \"\"\n ]\n },\n {\n \"products\": [\n \"\",\n \"\"\n ],\n \"fieldPaths\": [\n \"\",\n \"\"\n ],\n \"paymentTypes\": [\n \"\",\n \"\"\n ],\n \"localInstruments\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"maintenanceWindow\": [\n {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"type\": \"INVALID\",\n \"productType\": \"INVALID\"\n },\n {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"type\": \"INVALID\",\n \"productType\": \"INVALID\"\n }\n ],\n \"scaMethods\": [\n \"INVALID_SCA_METHOD\",\n \"INVALID_SCA_METHOD\"\n ],\n \"fieldsFormatInformation\": [\n {\n \"constraint\": \"\",\n \"v2Name\": \"\",\n \"v2Path\": \"\"\n },\n {\n \"constraint\": \"\",\n \"v2Name\": \"\",\n \"v2Path\": \"\"\n }\n ],\n \"supportedLocalInstruments\": [\n \"\",\n \"\"\n ],\n \"operationalTime\": \"\",\n \"transactionHistoryLimit\": -1,\n \"supportsAccountList\": \"\",\n \"supportsAccountDetails\": \"\",\n \"supportsAccountBalance\": \"\",\n \"supportsTransactionList\": \"\",\n \"supportsTransactionDetails\": \"\",\n \"supportsStandingOrderList\": \"\",\n \"supportsTransactionsDateFilter\": \"\",\n \"requiresOneStepPayment\": \"\",\n \"supportsSinglePayment\": \"\",\n \"supportsScheduledPayment\": \"\",\n \"supportsSendPayment\": false,\n \"supportsReceivePayment\": false,\n \"supportsStandingOrder\": \"\",\n \"supportsReturnRefundAccount\": \"\",\n \"supportsFundsConfirmation\": \"\",\n \"supportsVariableRecurringPayment\": \"\"\n },\n {\n \"id\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"logoUri\": \"\",\n \"bankGroup\": \"\",\n \"bankSubGroup\": \"\",\n \"countries\": [\n \"\",\n \"\"\n ],\n \"openBankingStandard\": \"Invalid_Standard\",\n \"initialEmbeddedAuthFields\": {\n \"displayName\": \"\",\n \"id\": \"\",\n \"type\": \"PASSWORD\",\n \"additionalInformation\": \"\",\n \"options\": [\n \"\",\n \"\"\n ]\n },\n \"mandatoryFields\": [\n {\n \"products\": [\n \"\",\n \"\"\n ],\n \"fieldPaths\": [\n \"\",\n \"\"\n ],\n \"paymentTypes\": [\n \"\",\n \"\"\n ],\n \"localInstruments\": [\n \"\",\n \"\"\n ]\n },\n {\n \"products\": [\n \"\",\n \"\"\n ],\n \"fieldPaths\": [\n \"\",\n \"\"\n ],\n \"paymentTypes\": [\n \"\",\n \"\"\n ],\n \"localInstruments\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"maintenanceWindow\": [\n {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"type\": \"INVALID\",\n \"productType\": \"INVALID\"\n },\n {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"type\": \"INVALID\",\n \"productType\": \"INVALID\"\n }\n ],\n \"scaMethods\": [\n \"INVALID_SCA_METHOD\",\n \"INVALID_SCA_METHOD\"\n ],\n \"fieldsFormatInformation\": [\n {\n \"constraint\": \"\",\n \"v2Name\": \"\",\n \"v2Path\": \"\"\n },\n {\n \"constraint\": \"\",\n \"v2Name\": \"\",\n \"v2Path\": \"\"\n }\n ],\n \"supportedLocalInstruments\": [\n \"\",\n \"\"\n ],\n \"operationalTime\": \"\",\n \"transactionHistoryLimit\": -1,\n \"supportsAccountList\": \"\",\n \"supportsAccountDetails\": \"\",\n \"supportsAccountBalance\": \"\",\n \"supportsTransactionList\": \"\",\n \"supportsTransactionDetails\": \"\",\n \"supportsStandingOrderList\": \"\",\n \"supportsTransactionsDateFilter\": \"\",\n \"requiresOneStepPayment\": \"\",\n \"supportsSinglePayment\": \"\",\n \"supportsScheduledPayment\": \"\",\n \"supportsSendPayment\": false,\n \"supportsReceivePayment\": false,\n \"supportsStandingOrder\": \"\",\n \"supportsReturnRefundAccount\": \"\",\n \"supportsFundsConfirmation\": \"\",\n \"supportsVariableRecurringPayment\": \"\"\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"pageCount\": \"\",\n \"perPage\": \"\",\n \"totalCount\": \"\"\n },\n \"rank\": \"\",\n \"bankSubGroup\": \"\"\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-c1ab168c-3ef3-4281-8333-fdbf522d4f02" }, { "id": "fa307853-7252-40ff-bcf4-8e09d3741efb", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo tempor sint ex cillum\",\n \"message\": \"\",\n \"paths\": [\n \"laborum est sed Duis id\",\n \"proident amet dolore laboris\"\n ],\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-fa307853-7252-40ff-bcf4-8e09d3741efb" }, { "id": "b35b441f-6b89-4d6f-bdf8-8e6de12f787e", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-b35b441f-6b89-4d6f-bdf8-8e6de12f787e" }, { "id": "d6d1a9b1-a836-41a6-9c0e-a11d97b3b24e", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua et\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-d6d1a9b1-a836-41a6-9c0e-a11d97b3b24e" }, { "id": "7f4004bf-d554-4216-ac13-1d19fae636b4", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-7f4004bf-d554-4216-ac13-1d19fae636b4" }, { "id": "00e6da03-7d02-4683-b659-1f6e631c913f", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed consectetur dolore\",\n \"message\": \"\",\n \"paymentId\": \"et Duis qui\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-00e6da03-7d02-4683-b659-1f6e631c913f" }, { "id": "51c9d170-5a6d-4154-ae77-e7985b3202f1", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"quis in ut officia esse\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-51c9d170-5a6d-4154-ae77-e7985b3202f1" }, { "id": "fb096651-14c6-4a14-bb50-deeefc478444", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/banks?page=&perPage=200&sort=NAME&memberId=&tppId=&ids=&search=&bankGroup=&bankSubGroup=&bankCode=&openBankingStandards=UK_Open_Banking_Standard&countries=&bics=&supportedLocalInstruments=&supportsAccountList=&supportsAccountDetails=&supportsAccountBalance=&supportsTransactionList=&supportsTransactionDetails=&supportsStandingOrderList=&supportsTransactionsDateFilter=&requiresOneStepPayment=&supportsSinglePayment=&supportsScheduledPayment=&supportsStandingOrder=&supportsReturnRefundAccount=&supportsReturnRefundAccountHolderName=&supportsFundsConfirmation=&supportsVariableRecurringPayment=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "200" }, { "description": "The key to sort the result. This can be `NAME` (Bank's name), `STANDARD` (OpenBankingStandard), `RANK`, or `COUNTRY`.", "key": "sort", "value": "NAME" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "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.", "key": "ids", "value": "" }, { "description": "Filters for banks with a name or identifiers containing this search string.", "key": "search", "value": "" }, { "description": "Filters for banks that are members of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" }, { "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.", "key": "bankCode", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed standards.", "key": "openBankingStandards", "value": "UK_Open_Banking_Standard" }, { "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).", "key": "countries", "value": "" }, { "description": "Filters for banks whose BIC matches any of the listed BICs (case-insensitive), up to a maximum of 1000.", "key": "bics", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedLocalInstruments", "value": "" }, { "description": "Filters for banks that support fetching accounts.", "key": "supportsAccountList", "value": "" }, { "description": "Filters for banks that support fetching account details.", "key": "supportsAccountDetails", "value": "" }, { "description": "Filters for banks that support fetching account balances.", "key": "supportsAccountBalance", "value": "" }, { "description": "Filters for banks that support fetching transactions.", "key": "supportsTransactionList", "value": "" }, { "description": "Filters for banks that support fetching transaction details.", "key": "supportsTransactionDetails", "value": "" }, { "description": "Filters for banks that support the fetching standing orders.", "key": "supportsStandingOrderList", "value": "" }, { "description": "Filters for banks that support feting transactions using a date filter.", "key": "supportsTransactionsDateFilter", "value": "" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "requiresOneStepPayment", "value": "" }, { "description": "Filters for banks that support single immediate payments.", "key": "supportsSinglePayment", "value": "" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "supportsScheduledPayment", "value": "" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "supportsStandingOrder", "value": "" }, { "description": "Filters for the banks that support request of refund account.", "key": "supportsReturnRefundAccount", "value": "" }, { "description": "Filters for banks that support returning the refund account holder name.", "key": "supportsReturnRefundAccountHolderName", "value": "" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "supportsFundsConfirmation", "value": "" }, { "description": "Filters for banks that support variable recurring payments.", "key": "supportsVariableRecurringPayment", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"labore dolor\",\n \"message\": \"\",\n \"paymentId\": \"exercitation\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-fb096651-14c6-4a14-bb50-deeefc478444" } ], "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-b8115334-b9e5-45a8-8cf9-95c1b020eb17" } ], "id": "be078ce6-159e-4cc4-8511-d87331ac901c", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-be078ce6-159e-4cc4-8511-d87331ac901c" } ], "id": "02c2e678-d1b3-42d7-b7c2-8843cfc540c6", "createdAt": "2026-07-28T11:04:33.000Z", "updatedAt": "2026-07-28T11:04:33.000Z", "uid": "35240-02c2e678-d1b3-42d7-b7c2-8843cfc540c6" } ], "variable": [ { "key": "baseUrl", "value": "https://api.token.io" } ] }