{ "info": { "_postman_id": "24c5e8ab-ee52-4b11-8b20-25e636550653", "name": "Token.io's Open Banking API for TPPs Account on File Banks v1 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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "lastUpdatedBy": "35240", "uid": "35240-24c5e8ab-ee52-4b11-8b20-25e636550653" }, "item": [ { "name": "banks", "item": [ { "name": "Get banks v1", "id": "aa2ff681-c9d9-4c2c-be5f-96f585a65f77", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&ids=&search=&tppId=&providers=&providers=&bankCode=&countries=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&bics=&supportedPaymentNetworks=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes 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 codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part 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": "The `GET /banks` endpoint retrieves a list of connected banks matching the parameters specified." }, "response": [ { "id": "e4f396bc-e4be-436d-9a1b-a16cab86016e", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"banks\": [\n {\n \"bankGroup\": \"\",\n \"bic\": \"\",\n \"countries\": [\n \"\",\n \"\"\n ],\n \"credentialFields\": {\n \"fields\": [\n {\n \"description\": \"\",\n \"displayName\": \"\",\n \"flickerCode\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"type\": \"INVALID\"\n },\n {\n \"description\": \"\",\n \"displayName\": \"\",\n \"flickerCode\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"type\": \"PSU_MESSAGE\"\n }\n ]\n },\n \"fieldsFormatInformation\": [\n {\n \"constraint\": \"\",\n \"name\": \"\",\n \"path\": \"\"\n },\n {\n \"constraint\": \"\",\n \"name\": \"\",\n \"path\": \"\"\n }\n ],\n \"fullLogoUri\": \"\",\n \"id\": \"\",\n \"identifier\": \"\",\n \"logoUri\": \"\",\n \"mandatoryFields\": {\n \"access\": {\n \"domestic\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n },\n \"international\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n }\n },\n \"standingOrder\": {\n \"domestic\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n },\n \"international\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n }\n },\n \"transfer\": {\n \"domestic\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n },\n \"international\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\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 \"name\": \"\",\n \"openBankingStandard\": \"Invalid_Standard\",\n \"operationalTime\": \"\",\n \"provider\": \"\",\n \"requiresExternalAuth\": false,\n \"requiresOneStepPayment\": false,\n \"scaMethods\": [\n \"INVALID_SCA_METHOD\",\n \"INVALID_SCA_METHOD\"\n ],\n \"supportedTransferDestinationTypes\": [\n {\n \"bankgiroNumber\": \"\",\n \"bic\": \"\"\n },\n {\n \"bankgiroNumber\": \"\",\n \"bic\": \"\"\n }\n ],\n \"supportsBalance\": false,\n \"supportsFundsConfirmation\": false,\n \"supportsAccountInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsReturnRefundAccount\": false,\n \"supportsScheduledPayment\": false,\n \"supportsSendPayment\": false,\n \"supportsStandingOrder\": false,\n \"supportsTransactionsDateFilter\": false,\n \"supportsSinglePayment\": false,\n \"supportsVariableRecurringPayment\": false,\n \"transactionHistoryLimit\": -1\n },\n {\n \"bankGroup\": \"\",\n \"bic\": \"\",\n \"countries\": [\n \"\",\n \"\"\n ],\n \"credentialFields\": {\n \"fields\": [\n {\n \"description\": \"\",\n \"displayName\": \"\",\n \"flickerCode\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"type\": \"FIELD\"\n },\n {\n \"description\": \"\",\n \"displayName\": \"\",\n \"flickerCode\": \"\",\n \"id\": \"\",\n \"image\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"type\": \"DECOUPLED\"\n }\n ]\n },\n \"fieldsFormatInformation\": [\n {\n \"constraint\": \"\",\n \"name\": \"\",\n \"path\": \"\"\n },\n {\n \"constraint\": \"\",\n \"name\": \"\",\n \"path\": \"\"\n }\n ],\n \"fullLogoUri\": \"\",\n \"id\": \"\",\n \"identifier\": \"\",\n \"logoUri\": \"\",\n \"mandatoryFields\": {\n \"access\": {\n \"domestic\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n },\n \"international\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n }\n },\n \"standingOrder\": {\n \"domestic\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n },\n \"international\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n }\n },\n \"transfer\": {\n \"domestic\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\n \"\"\n ]\n },\n \"international\": {\n \"fields\": [\n \"\",\n \"\"\n ],\n \"PolishApiFields\": [\n \"\",\n \"\"\n ],\n \"StetFields\": [\n \"\",\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 \"name\": \"\",\n \"openBankingStandard\": \"Invalid_Standard\",\n \"operationalTime\": \"\",\n \"provider\": \"\",\n \"requiresExternalAuth\": false,\n \"requiresOneStepPayment\": false,\n \"scaMethods\": [\n \"INVALID_SCA_METHOD\",\n \"INVALID_SCA_METHOD\"\n ],\n \"supportedTransferDestinationTypes\": [\n {\n \"bankgiroNumber\": \"\",\n \"bic\": \"\"\n },\n {\n \"bankgiroNumber\": \"\",\n \"bic\": \"\"\n }\n ],\n \"supportsBalance\": false,\n \"supportsFundsConfirmation\": false,\n \"supportsAccountInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsReturnRefundAccount\": false,\n \"supportsScheduledPayment\": false,\n \"supportsSendPayment\": false,\n \"supportsStandingOrder\": false,\n \"supportsTransactionsDateFilter\": false,\n \"supportsSinglePayment\": false,\n \"supportsVariableRecurringPayment\": false,\n \"transactionHistoryLimit\": -1\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"pageCount\": \"\",\n \"perPage\": \"\",\n \"totalCount\": \"\"\n },\n \"rank\": \"\",\n \"bankSubGroup\": \"\"\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-e4f396bc-e4be-436d-9a1b-a16cab86016e" }, { "id": "56b1c37d-f337-477e-a07a-613d97993fe2", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-56b1c37d-f337-477e-a07a-613d97993fe2" }, { "id": "71415d78-651f-47b8-b512-4ae120fd609f", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-71415d78-651f-47b8-b512-4ae120fd609f" }, { "id": "b2fa23fa-0f8c-46df-baba-70591acab8f7", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"mollit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-b2fa23fa-0f8c-46df-baba-70591acab8f7" }, { "id": "1eb56206-3e6a-442d-9438-cbaffcf544e7", "name": "The requested entity, such as a payment, was not found", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"cillum et in labore\",\n \"message\": \"\",\n \"paymentId\": \"non amet dolore mollit\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-1eb56206-3e6a-442d-9438-cbaffcf544e7" }, { "id": "d763c998-51e5-43f1-a322-e5dff766cad7", "name": "Too many requests", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"minim Lorem e\",\n \"message\": \"\",\n \"paymentId\": \"do nisi esse velit consequat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-d763c998-51e5-43f1-a322-e5dff766cad7" }, { "id": "12733fab-abdf-4a26-85a3-fac315756b1b", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-12733fab-abdf-4a26-85a3-fac315756b1b" }, { "id": "2e7ec2d5-4b45-425c-a43e-e346d4c25bc3", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"laboris s\",\n \"message\": \"\",\n \"paymentId\": \"ullamco nisi velit quis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-2e7ec2d5-4b45-425c-a43e-e346d4c25bc3" }, { "id": "6f8768ab-4c1f-4d04-b9c1-9e3ad869caba", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ut in sint id et\",\n \"message\": \"\",\n \"paymentId\": \"voluptate dol\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-6f8768ab-4c1f-4d04-b9c1-9e3ad869caba" }, { "id": "ca482653-1d16-4faf-884a-c5f2ca4f51a6", "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}}/banks?page=&perPage=&sort=name&memberId=&ids=&search=&tppId=&providers=&bankCode=&countries=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&bics=&supportedPaymentNetworks=&bankGroup=&bankSubGroup=", "host": [ "{{baseUrl}}" ], "path": [ "banks" ], "query": [ { "description": "The index of the page currently being retrieved.", "key": "page", "value": "" }, { "description": "The number of records per page.", "key": "perPage", "value": "" }, { "description": "The key to sort the result. This can be `name` (i.e., bank name), `provider`, or `country`.", "key": "sort", "value": "name" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "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 for which the TPP represented by this `tppId` has access.", "key": "tppId", "value": "" }, { "description": "Filters for banks that are accessed through any of the listed providers.", "key": "providers", "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 located in the countries specified by this list of two-letter country codes in upper case (ISO 3166-1 alpha-2).", "key": "countries", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support receiving payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support recurring payments/standing orders.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfers.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for the banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for the banks that support request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieval of account information.", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "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": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that are part of the bank group specified.", "key": "bankGroup", "value": "" }, { "description": "Filters for banks that are part of the bank sub-group specified.", "key": "bankSubGroup", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"culpa exe\",\n \"message\": \"\",\n \"paymentId\": \"proident adipisicing\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-ca482653-1d16-4faf-884a-c5f2ca4f51a6" } ], "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-aa2ff681-c9d9-4c2c-be5f-96f585a65f77" } ], "id": "9d357d18-093b-47ca-a5d5-be094c6a1003", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-9d357d18-093b-47ca-a5d5-be094c6a1003" }, { "name": "bank", "item": [ { "name": "countries", "item": [ { "name": "Get bank countries", "id": "1cc388bc-a807-405e-b7eb-eca9f0adfed0", "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}}/bank/countries?ids=&ids=&search=&tppId=&bankCode=&countries=&countries=&providers=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 that are accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that are accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] }, "description": "The `GET /banks/countries` endpoint retrieves the list of countries that have connected banks which match the parameters specified." }, "response": [ { "id": "d6767f0e-4f86-4363-abe7-3f2530bab00e", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"countries\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-d6767f0e-4f86-4363-abe7-3f2530bab00e" }, { "id": "5e150c8e-c5cc-43ab-85b3-c3796102bde9", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-5e150c8e-c5cc-43ab-85b3-c3796102bde9" }, { "id": "101f91ee-ea53-4e0c-95ec-f518edbb8a4d", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-101f91ee-ea53-4e0c-95ec-f518edbb8a4d" }, { "id": "4f33c26c-ccb6-41aa-aca0-53ef2328bd1b", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"mollit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-4f33c26c-ccb6-41aa-aca0-53ef2328bd1b" }, { "id": "1ed8033d-88bf-4d44-9e1f-1ccf38dc9498", "name": "The requested entity, such as a payment, was not found", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"cillum et in labore\",\n \"message\": \"\",\n \"paymentId\": \"non amet dolore mollit\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-1ed8033d-88bf-4d44-9e1f-1ccf38dc9498" }, { "id": "505db0dc-b600-4464-835d-1caf5945c0aa", "name": "Too many requests", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"minim Lorem e\",\n \"message\": \"\",\n \"paymentId\": \"do nisi esse velit consequat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-505db0dc-b600-4464-835d-1caf5945c0aa" }, { "id": "69591389-5263-4a03-9af3-fcbf85f4b038", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "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:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-69591389-5263-4a03-9af3-fcbf85f4b038" }, { "id": "0fe76a33-18e7-402b-a0c9-884a663693df", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"laboris s\",\n \"message\": \"\",\n \"paymentId\": \"ullamco nisi velit quis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-0fe76a33-18e7-402b-a0c9-884a663693df" }, { "id": "ed7acce9-ea51-4d29-ba7d-f6482e227e41", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ut in sint id et\",\n \"message\": \"\",\n \"paymentId\": \"voluptate dol\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-ed7acce9-ea51-4d29-ba7d-f6482e227e41" }, { "id": "91bc12ae-141d-4d88-89de-91e3e4c61732", "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}}/bank/countries?ids=&search=&tppId=&bankCode=&countries=&providers=&bank_features.supports_send_payment.value=false&bank_features.supports_receive_payment.value=false&bank_features.supports_balance.value=false&bank_features.supports_scheduled_payment.value=false&bank_features.supports_standing_order.value=false&bank_features.requires_one_step_payment.value=false&bank_features.supports_funds_confirmation.value=false&bank_features.supports_return_refund_account.value=false&bank_features.supports_transactions_date_filter.value=false&bank_features.supports_account_information.value=false&bank_features.supports_single_payment.value=false&bank_features.supports_variable_recurring_payment.value=false&memberId=&supportedPaymentNetworks=", "host": [ "{{baseUrl}}" ], "path": [ "bank", "countries" ], "query": [ { "description": "Filters for banks with bank ids that are represented in this list of ids (case-insensitive), up to a maximum of 1000.", "key": "ids", "value": "" }, { "description": "Filters for banks with names or identifiers that contain this search string (case sensitive).", "key": "search", "value": "" }, { "description": "Filters for banks to which the TPP with this `tppId` has access.", "key": "tppId", "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 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 accessed through any of this list of providers.", "key": "providers", "value": "" }, { "description": "Filters for banks that support payment initiation.", "key": "bank_features.supports_send_payment.value", "value": "false" }, { "description": "Filters for banks that support the receipt of payments.", "key": "bank_features.supports_receive_payment.value", "value": "false" }, { "description": "Filters for the banks that support retrieving account balances.", "key": "bank_features.supports_balance.value", "value": "false" }, { "description": "Filters for banks that support future dated scheduled payments.", "key": "bank_features.supports_scheduled_payment.value", "value": "false" }, { "description": "Filters for banks that support standing orders/recurring payments.", "key": "bank_features.supports_standing_order.value", "value": "false" }, { "description": "Filters for banks that only support immediate redemption of transfer tokens.", "key": "bank_features.requires_one_step_payment.value", "value": "false" }, { "description": "Filters for banks that support confirmation of available funds.", "key": "bank_features.supports_funds_confirmation.value", "value": "false" }, { "description": "Filters for banks that support the request of refund account.", "key": "bank_features.supports_return_refund_account.value", "value": "false" }, { "description": "Filters for banks that support retrieving transactions by date filter.", "key": "bank_features.supports_transactions_date_filter.value", "value": "false" }, { "description": "Filters for banks that support retrieving account information using Account Information Services (AIS).", "key": "bank_features.supports_account_information.value", "value": "false" }, { "description": "Filters for banks that support single immediate payments.", "key": "bank_features.supports_single_payment.value", "value": "false" }, { "description": "Filters for banks that support variable recurring payments.", "key": "bank_features.supports_variable_recurring_payment.value", "value": "false" }, { "description": "The Token.io-assigned member id of the TPP.", "key": "memberId", "value": "" }, { "description": "Filters for banks that support any of the listed payment networks.", "key": "supportedPaymentNetworks", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"culpa exe\",\n \"message\": \"\",\n \"paymentId\": \"proident adipisicing\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-91bc12ae-141d-4d88-89de-91e3e4c61732" } ], "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-1cc388bc-a807-405e-b7eb-eca9f0adfed0" } ], "id": "2a698fe7-a785-47d2-b972-972dc64976b8", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-2a698fe7-a785-47d2-b972-972dc64976b8" } ], "id": "6ba6434e-295f-4abf-9bcf-9f70e4899a4b", "createdAt": "2026-07-28T11:04:15.000Z", "updatedAt": "2026-07-28T11:04:15.000Z", "uid": "35240-6ba6434e-295f-4abf-9bcf-9f70e4899a4b" } ], "variable": [ { "key": "baseUrl", "value": "https://api.token.io" } ] }