{ "info": { "_postman_id": "763b781b-58f7-4b4a-8ad7-3d7a5e1fb9e0", "name": "Token.io's Open Banking API for TPPs Account on File 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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-763b781b-58f7-4b4a-8ad7-3d7a5e1fb9e0" }, "item": [ { "name": "tokenized-accounts", "item": [ { "name": "{tokenizedAccountId}", "item": [ { "name": "Retrieve an Account on File", "id": "b8605fba-7065-4f31-9233-d85601c0c6bd", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "id": "f5250aad-ad22-44f4-b362-6e80902e8656", "key": "tokenizedAccountId", "value": "", "description": "(Required) The tokenized account id." } ] }, "description": "Retrieves an Account on File using its tokenizedAccountId." }, "response": [ { "id": "3ea93fcb-c622-409c-911f-926816c38fca", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-3ea93fcb-c622-409c-911f-926816c38fca" }, { "id": "4874156a-d4aa-47c2-8823-951a00dc187d", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-4874156a-d4aa-47c2-8823-951a00dc187d" }, { "id": "198d4cd7-2e2e-435d-8429-ccd4e6346fa9", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-198d4cd7-2e2e-435d-8429-ccd4e6346fa9" }, { "id": "472fb1e1-50aa-43a2-bf64-44bb5b474ef9", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua Excepteur laboris\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-472fb1e1-50aa-43a2-bf64-44bb5b474ef9" }, { "id": "f7774201-ec07-4cbf-8539-8619ef82f448", "name": "The requested entity, such as tokenized account, 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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla non consequat laborum\",\n \"message\": \"\",\n \"paymentId\": \"sunt aliqua ipsum officia\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-f7774201-ec07-4cbf-8539-8619ef82f448" }, { "id": "5ed876ed-f206-4bef-a7e1-f200f3d756ab", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"exercitation aute\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit aute\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-5ed876ed-f206-4bef-a7e1-f200f3d756ab" }, { "id": "41d12864-e58e-4c67-aed4-ca206abc6dd3", "name": "An unexpected internal server error occurred while processing the request.", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Internal Server Error", "code": 500, "_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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-41d12864-e58e-4c67-aed4-ca206abc6dd3" }, { "id": "9bd55db9-8ded-4e4c-be21-5f88660b9a50", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"enim sed in\",\n \"message\": \"\",\n \"paymentId\": \"irure cillum tempor cupidatat pariatur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-9bd55db9-8ded-4e4c-be21-5f88660b9a50" }, { "id": "ccc344e5-5b8c-4c04-8ec0-0a533901b8a3", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui dolore ad pariatur\",\n \"message\": \"\",\n \"paymentId\": \"proident cillum sit esse\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-ccc344e5-5b8c-4c04-8ec0-0a533901b8a3" }, { "id": "961c4379-0cea-4c8c-a62d-9c3a8f46f603", "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}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"consequat Excepteur ut minim\",\n \"message\": \"\",\n \"paymentId\": \"minim\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-961c4379-0cea-4c8c-a62d-9c3a8f46f603" } ], "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-b8605fba-7065-4f31-9233-d85601c0c6bd" }, { "name": "Delete an Account on File", "id": "e8b551e0-5aca-4083-a73d-d6135b71b991", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "id": "18be796c-da82-4d70-96de-c96596284e08", "key": "tokenizedAccountId", "value": "", "description": "(Required) The tokenized account id." } ] }, "description": "Deletes an Account on File. After deletion, the tokenizedAccountId can no longer be used to reference the associated account details in API requests." }, "response": [ { "id": "44811758-e02d-48b6-b55d-da349f791ba3", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-44811758-e02d-48b6-b55d-da349f791ba3" }, { "id": "22e2869f-f4ba-4033-8655-1c96e108aad9", "name": "The client specified an invalid argument", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-22e2869f-f4ba-4033-8655-1c96e108aad9" }, { "id": "fda1a493-713d-47f3-94b4-267d06072f7f", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-fda1a493-713d-47f3-94b4-267d06072f7f" }, { "id": "44b9cbe4-f166-4312-90a9-49282b68a86d", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua Excepteur laboris\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-44b9cbe4-f166-4312-90a9-49282b68a86d" }, { "id": "f33f7171-2cea-4f17-8925-ef02c2d4f18d", "name": "The requested entity, such as tokenized account, was not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla non consequat laborum\",\n \"message\": \"\",\n \"paymentId\": \"sunt aliqua ipsum officia\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-f33f7171-2cea-4f17-8925-ef02c2d4f18d" }, { "id": "85cad20e-d0c9-4b7d-aa69-1c4f2888a437", "name": "Too many requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"exercitation aute\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit aute\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-85cad20e-d0c9-4b7d-aa69-1c4f2888a437" }, { "id": "b500f9de-785a-4144-812a-42a9143d1486", "name": "An unexpected internal server error occurred while processing the request.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Internal Server Error", "code": 500, "_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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-b500f9de-785a-4144-812a-42a9143d1486" }, { "id": "573c99f8-6893-4430-a07a-cb9c0f9e5861", "name": "The operation was not implemented", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"enim sed in\",\n \"message\": \"\",\n \"paymentId\": \"irure cillum tempor cupidatat pariatur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-573c99f8-6893-4430-a07a-cb9c0f9e5861" }, { "id": "259ddfbd-5dea-4923-a06b-918514df0810", "name": "Service is unavailable", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui dolore ad pariatur\",\n \"message\": \"\",\n \"paymentId\": \"proident cillum sit esse\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-259ddfbd-5dea-4923-a06b-918514df0810" }, { "id": "eef35538-8f75-4951-9eca-9bc21dec199f", "name": "Gateway has timed out", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/tokenized-accounts/:tokenizedAccountId", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts", ":tokenizedAccountId" ], "variable": [ { "key": "tokenizedAccountId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"consequat Excepteur ut minim\",\n \"message\": \"\",\n \"paymentId\": \"minim\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-eef35538-8f75-4951-9eca-9bc21dec199f" } ], "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-e8b551e0-5aca-4083-a73d-d6135b71b991" } ], "id": "bb36fdec-3fe0-45c9-a271-f0d2438d8a1d", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-bb36fdec-3fe0-45c9-a271-f0d2438d8a1d" }, { "name": "Create an Account on File", "id": "7a894849-af21-4a80-902e-d401a22bd8b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] }, "description": "Creates an Account on File from the provided bank account details. This can be used by Third Party Providers (TPPs) in future API requests to reference the account without resending the full account information." }, "response": [ { "id": "0eb091a0-3132-409a-8d93-42989fad10e3", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"tokenizedAccountId\": \"\"\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-0eb091a0-3132-409a-8d93-42989fad10e3" }, { "id": "9bce0c77-d30e-47ab-9351-3f45fffb8c95", "name": "The client specified an invalid argument", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-9bce0c77-d30e-47ab-9351-3f45fffb8c95" }, { "id": "f5d81c51-31bd-4db0-beb8-f2aadd835156", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-f5d81c51-31bd-4db0-beb8-f2aadd835156" }, { "id": "ce7c4fb4-449d-4003-ab45-fc94cee58610", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua Excepteur laboris\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-ce7c4fb4-449d-4003-ab45-fc94cee58610" }, { "id": "ab56fd03-9105-4465-a7b5-7e1834c3674b", "name": "Too many requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"exercitation aute\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit aute\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-ab56fd03-9105-4465-a7b5-7e1834c3674b" }, { "id": "a063f501-a564-4f24-93e5-f22d285f547a", "name": "An unexpected internal server error occurred while processing the request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "Internal Server Error", "code": 500, "_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:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-a063f501-a564-4f24-93e5-f22d285f547a" }, { "id": "4037d624-15d4-48e2-914c-f55e4a6b199c", "name": "The operation was not implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"enim sed in\",\n \"message\": \"\",\n \"paymentId\": \"irure cillum tempor cupidatat pariatur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-4037d624-15d4-48e2-914c-f55e4a6b199c" }, { "id": "6c7f6331-90f9-48e2-81bf-3e9943e28c22", "name": "Service is unavailable", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui dolore ad pariatur\",\n \"message\": \"\",\n \"paymentId\": \"proident cillum sit esse\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-6c7f6331-90f9-48e2-81bf-3e9943e28c22" }, { "id": "e65d13a8-f7b7-4d09-9f54-623e28853f90", "name": "Gateway has timed out", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountDetails\": {\n \"iban\": \"\",\n \"bic\": \"\",\n \"name\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"bankId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/tokenized-accounts", "host": [ "{{baseUrl}}" ], "path": [ "tokenized-accounts" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"consequat Excepteur ut minim\",\n \"message\": \"\",\n \"paymentId\": \"minim\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-e65d13a8-f7b7-4d09-9f54-623e28853f90" } ], "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-7a894849-af21-4a80-902e-d401a22bd8b8" } ], "id": "687ced5d-01bd-4cc7-9b55-ed3c9a823166", "createdAt": "2026-07-28T11:04:03.000Z", "updatedAt": "2026-07-28T11:04:03.000Z", "uid": "35240-687ced5d-01bd-4cc7-9b55-ed3c9a823166" } ], "variable": [ { "key": "baseUrl", "value": "https://api.token.io" } ] }