{ "info": { "_postman_id": "8d0118b9-cb62-4a40-b18d-94b4c1d426db", "name": "Token.io's Open Banking API for TPPs Account on File Sub-TPPs 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:55.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-8d0118b9-cb62-4a40-b18d-94b4c1d426db" }, "item": [ { "name": "member", "item": [ { "name": "sub-tpps", "item": [ { "name": "{subTppId}", "item": [ { "name": "children", "item": [ { "name": "Get sub-TPP children", "id": "0a099255-2327-4f08-a4ea-ea29758d2014", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "id": "ca16283e-36e0-45df-9551-604282e51edf", "key": "subTppId", "value": "", "description": "(Required) This id specifies the sub-TPP for which the children are to be retrieved." } ] }, "description": "The `GET /member/sub-tpps/{subTppId}/children` endpoint retrieves the sub-TPP children for given sub-TPP." }, "response": [ { "id": "4292f90d-040b-4f58-a2c1-aca3f229b1e2", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"subTpps\": [\n {\n \"childSubTppIds\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"domain\": \"\",\n \"id\": \"\",\n \"logo\": \"NeVidChnzTUUhNa8kDZ=\",\n \"memberId\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"name\": \"\",\n \"parentSubTppId\": \"\",\n \"restrictedCountries\": [\n \"\",\n \"\"\n ],\n \"status\": \"INVALID_STATUS\",\n \"statusReasonInformation\": \"\",\n \"mccCode\": \"\",\n \"updatedAt\": \"\"\n },\n {\n \"childSubTppIds\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"domain\": \"\",\n \"id\": \"\",\n \"logo\": \"gFXsjS49aQe1\",\n \"memberId\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"name\": \"\",\n \"parentSubTppId\": \"\",\n \"restrictedCountries\": [\n \"\",\n \"\"\n ],\n \"status\": \"INVALID_STATUS\",\n \"statusReasonInformation\": \"\",\n \"mccCode\": \"\",\n \"updatedAt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-4292f90d-040b-4f58-a2c1-aca3f229b1e2" }, { "id": "99e1a89d-3b49-43f3-8b55-af842083643f", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-99e1a89d-3b49-43f3-8b55-af842083643f" }, { "id": "64de5fb9-7ee2-4b78-951d-23b9359fa428", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-64de5fb9-7ee2-4b78-951d-23b9359fa428" }, { "id": "fb15a8ee-9df0-4f4d-a837-1621c55ecc39", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui occaecat elit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-fb15a8ee-9df0-4f4d-a837-1621c55ecc39" }, { "id": "74799bde-7757-4ee7-ba04-56fb10e01b79", "name": "The requested entity, such as a sub-tpp, 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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"deserunt\",\n \"message\": \"\",\n \"paymentId\": \"dolore laborum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-74799bde-7757-4ee7-ba04-56fb10e01b79" }, { "id": "c22d60a6-2913-44f7-9449-037e0ce31529", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ad cupidatat commodo\",\n \"message\": \"\",\n \"paymentId\": \"in Excepteur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c22d60a6-2913-44f7-9449-037e0ce31529" }, { "id": "ff88a326-bc3b-43d7-90aa-c8716b8152f3", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-ff88a326-bc3b-43d7-90aa-c8716b8152f3" }, { "id": "154f6bee-b2a0-427e-8745-ec2d36cc4ec7", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo\",\n \"message\": \"\",\n \"paymentId\": \"ma\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-154f6bee-b2a0-427e-8745-ec2d36cc4ec7" }, { "id": "c411fda4-88a9-487c-bd50-169317c15896", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nisi consectetur esse irure\",\n \"message\": \"\",\n \"paymentId\": \"aut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c411fda4-88a9-487c-bd50-169317c15896" }, { "id": "4d87703c-1002-4fa7-ad80-a2480ff39d7a", "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}}/member/sub-tpps/:subTppId/children", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId", "children" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"et nisi qui anim\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit in Duis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-4d87703c-1002-4fa7-ad80-a2480ff39d7a" } ], "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-0a099255-2327-4f08-a4ea-ea29758d2014" } ], "id": "ad4f9160-f40c-4e47-b8dd-fde424ebc663", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-ad4f9160-f40c-4e47-b8dd-fde424ebc663" }, { "name": "Get sub-TPP information", "id": "a374dcfe-16c8-475e-bccc-bfac4a27ef10", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "id": "3007e41e-5061-45a7-9861-5151ee61c992", "key": "subTppId", "value": "", "description": "(Required) This id specifies the sub-TPP to be retrieved." } ] }, "description": "The `GET /member/sub-tpps/{subTppId}` endpoint retrieves the details of the specified sub-TPP for a reseller." }, "response": [ { "id": "a15df7d7-278e-4cc2-8779-7a70b4d09cf4", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"subTpp\": {\n \"childSubTppIds\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"domain\": \"\",\n \"id\": \"\",\n \"logo\": \"54C+O9/seBxd\",\n \"memberId\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"name\": \"\",\n \"parentSubTppId\": \"\",\n \"restrictedCountries\": [\n \"\",\n \"\"\n ],\n \"status\": \"INVALID_STATUS\",\n \"statusReasonInformation\": \"\",\n \"mccCode\": \"\",\n \"updatedAt\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-a15df7d7-278e-4cc2-8779-7a70b4d09cf4" }, { "id": "f0c95b76-e304-4df1-b885-6412336de4b8", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-f0c95b76-e304-4df1-b885-6412336de4b8" }, { "id": "c78ceaa5-b306-454d-9b78-6d2a18b8f131", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c78ceaa5-b306-454d-9b78-6d2a18b8f131" }, { "id": "91f05d6d-f9df-4c67-9ce9-872e05cea0a4", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui occaecat elit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-91f05d6d-f9df-4c67-9ce9-872e05cea0a4" }, { "id": "ae9c818b-b63d-41ac-990a-7b28bf55ff3e", "name": "The requested entity, such as a sub-tpp, 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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"deserunt\",\n \"message\": \"\",\n \"paymentId\": \"dolore laborum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-ae9c818b-b63d-41ac-990a-7b28bf55ff3e" }, { "id": "5593e177-4da8-43ab-a27e-4e89f3dadb24", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ad cupidatat commodo\",\n \"message\": \"\",\n \"paymentId\": \"in Excepteur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-5593e177-4da8-43ab-a27e-4e89f3dadb24" }, { "id": "ab271832-7635-41f0-942d-8d446fff9dbf", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-ab271832-7635-41f0-942d-8d446fff9dbf" }, { "id": "a680a3cd-efdd-4e00-b754-57fcaff9e61b", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo\",\n \"message\": \"\",\n \"paymentId\": \"ma\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-a680a3cd-efdd-4e00-b754-57fcaff9e61b" }, { "id": "b911ccdc-a01b-4d31-b6f6-e72b9803d3ad", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nisi consectetur esse irure\",\n \"message\": \"\",\n \"paymentId\": \"aut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-b911ccdc-a01b-4d31-b6f6-e72b9803d3ad" }, { "id": "c0037c2b-ebd6-4999-9232-ffd2bc123993", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"et nisi qui anim\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit in Duis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c0037c2b-ebd6-4999-9232-ffd2bc123993" } ], "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-a374dcfe-16c8-475e-bccc-bfac4a27ef10" }, { "name": "Delete a sub-TPP", "id": "979280dd-03fb-442c-9150-6afe513c1e08", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "id": "11bed006-8543-47f5-83e3-8de9e38ace8f", "key": "subTppId", "value": "", "description": "(Required) This id specifies the sub-TPP to delete." } ] }, "description": "The `DELETE /member/sub-tpps/{subTppId}` endpoint deletes an existing sub-TPP for a reseller." }, "response": [ { "id": "01432cd9-a5f7-4970-8545-49905029ef1b", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-01432cd9-a5f7-4970-8545-49905029ef1b" }, { "id": "1c8da98d-636d-4cd3-9252-6683210f78a0", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-1c8da98d-636d-4cd3-9252-6683210f78a0" }, { "id": "e4d12f36-0601-412e-bac0-2ab64ae96eb4", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-e4d12f36-0601-412e-bac0-2ab64ae96eb4" }, { "id": "c00c015f-8d60-4ac2-9029-251b5930823f", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui occaecat elit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c00c015f-8d60-4ac2-9029-251b5930823f" }, { "id": "c08bcc21-2457-4abb-a38e-7c2d0050f7cf", "name": "The requested entity, such as a sub-tpp, 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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"deserunt\",\n \"message\": \"\",\n \"paymentId\": \"dolore laborum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c08bcc21-2457-4abb-a38e-7c2d0050f7cf" }, { "id": "64746a0c-5fdf-41b7-95af-98fec8030d81", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ad cupidatat commodo\",\n \"message\": \"\",\n \"paymentId\": \"in Excepteur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-64746a0c-5fdf-41b7-95af-98fec8030d81" }, { "id": "649e6112-324f-49a5-aa7a-c97920025b5a", "name": "An unexpected or internal server error", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-649e6112-324f-49a5-aa7a-c97920025b5a" }, { "id": "89ec6b27-84b3-4b4e-8bf9-be9cd9c2ca2b", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo\",\n \"message\": \"\",\n \"paymentId\": \"ma\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-89ec6b27-84b3-4b4e-8bf9-be9cd9c2ca2b" }, { "id": "998bebb6-0b80-47a2-ba5b-e3bd577b3d89", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nisi consectetur esse irure\",\n \"message\": \"\",\n \"paymentId\": \"aut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-998bebb6-0b80-47a2-ba5b-e3bd577b3d89" }, { "id": "5bc30205-6e87-46a2-9f96-6ac7e70dd897", "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}}/member/sub-tpps/:subTppId", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps", ":subTppId" ], "variable": [ { "key": "subTppId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"et nisi qui anim\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit in Duis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-5bc30205-6e87-46a2-9f96-6ac7e70dd897" } ], "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-979280dd-03fb-442c-9150-6afe513c1e08" } ], "id": "e6831441-25a2-4d0b-b1b0-4d7acd9d7590", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-e6831441-25a2-4d0b-b1b0-4d7acd9d7590" }, { "name": "Create a sub-TPP", "id": "13c0edaa-4b27-4cad-a340-bd5a156ddeed", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] }, "description": "The `POST /member/sub-tpps` endpoint creates a new sub-TPP for a reseller." }, "response": [ { "id": "cc46921f-aaab-4004-8e25-bc63b133a360", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"subTppId\": \"\"\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-cc46921f-aaab-4004-8e25-bc63b133a360" }, { "id": "cae79d7f-f224-4c79-b129-ad25cf7045de", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-cae79d7f-f224-4c79-b129-ad25cf7045de" }, { "id": "c660a225-b30b-4aba-9da8-72ce110b92cb", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-c660a225-b30b-4aba-9da8-72ce110b92cb" }, { "id": "fce45185-c3e7-44e4-946c-78bb9efc3e8d", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui occaecat elit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-fce45185-c3e7-44e4-946c-78bb9efc3e8d" }, { "id": "4f26cea9-743d-4712-98d2-9013308bf7a0", "name": "The requested entity, such as a sub-tpp, was not found", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"deserunt\",\n \"message\": \"\",\n \"paymentId\": \"dolore laborum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-4f26cea9-743d-4712-98d2-9013308bf7a0" }, { "id": "da9a9352-9c09-4e5a-aee9-62cc5020a38e", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ad cupidatat commodo\",\n \"message\": \"\",\n \"paymentId\": \"in Excepteur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-da9a9352-9c09-4e5a-aee9-62cc5020a38e" }, { "id": "b18edb5d-3fd6-4dbd-94dd-59c56b044791", "name": "An unexpected or internal server error", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-b18edb5d-3fd6-4dbd-94dd-59c56b044791" }, { "id": "1ee2f60a-2b6c-4f87-91a2-09153ed88409", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo\",\n \"message\": \"\",\n \"paymentId\": \"ma\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-1ee2f60a-2b6c-4f87-91a2-09153ed88409" }, { "id": "cd3e00ec-0bbd-4dca-95cc-2d4beeea74a8", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nisi consectetur esse irure\",\n \"message\": \"\",\n \"paymentId\": \"aut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-cd3e00ec-0bbd-4dca-95cc-2d4beeea74a8" }, { "id": "980f0e86-8c6c-4e63-a6c4-d9c351fca9ad", "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 \"name\": \"\",\n \"domain\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"logo\": \"w1c6VkyWYHGZnvaBcBa36NGpKu3nMLN=\",\n \"parentSubTppId\": \"\",\n \"mccCode\": \"\",\n \"useNewFlow\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/member/sub-tpps", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"et nisi qui anim\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit in Duis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-980f0e86-8c6c-4e63-a6c4-d9c351fca9ad" } ], "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-13c0edaa-4b27-4cad-a340-bd5a156ddeed" }, { "name": "Get sub-TPPs", "id": "020f9214-f661-4211-a43e-83b0d13629e8", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byCompanyNames=&filter.byRegistrationDates=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] }, "description": "The `GET /member/sub-tpps` endpoint retrieves a list of all sub-TPPs for a reseller." }, "response": [ { "id": "5341dbd0-74bf-4388-948f-bb7ca44d0c27", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"offset\": \"\",\n \"subTpps\": [\n {\n \"childSubTppIds\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"domain\": \"\",\n \"id\": \"\",\n \"logo\": \"EPvNyEaJPf/=\",\n \"memberId\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"name\": \"\",\n \"parentSubTppId\": \"\",\n \"restrictedCountries\": [\n \"\",\n \"\"\n ],\n \"status\": \"INVALID_STATUS\",\n \"statusReasonInformation\": \"\",\n \"mccCode\": \"\",\n \"updatedAt\": \"\"\n },\n {\n \"childSubTppIds\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"domain\": \"\",\n \"id\": \"\",\n \"logo\": \"QVOVfQ1mA8jeB8ht\",\n \"memberId\": \"\",\n \"merchant\": {\n \"merchantJurisdiction\": \"\",\n \"legalEntityName\": \"\",\n \"companyRegistrationNumber\": \"\",\n \"primaryUseCase\": \"\",\n \"iban\": \"\",\n \"bic\": \"\"\n },\n \"name\": \"\",\n \"parentSubTppId\": \"\",\n \"restrictedCountries\": [\n \"\",\n \"\"\n ],\n \"status\": \"INVALID_STATUS\",\n \"statusReasonInformation\": \"\",\n \"mccCode\": \"\",\n \"updatedAt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-5341dbd0-74bf-4388-948f-bb7ca44d0c27" }, { "id": "5af448a3-1048-4024-92d1-8e4627574c3f", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-5af448a3-1048-4024-92d1-8e4627574c3f" }, { "id": "8be5307b-19f2-4bda-8eac-927f7a723e8d", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-8be5307b-19f2-4bda-8eac-927f7a723e8d" }, { "id": "191d1c70-d328-413e-80b9-83ab09f913e8", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui occaecat elit\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-191d1c70-d328-413e-80b9-83ab09f913e8" }, { "id": "dca8dff4-bac0-42ef-96ef-8b626334e358", "name": "The requested entity, such as a sub-tpp, 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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"deserunt\",\n \"message\": \"\",\n \"paymentId\": \"dolore laborum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-dca8dff4-bac0-42ef-96ef-8b626334e358" }, { "id": "33263095-cbaf-4633-bc50-7ed033cb5316", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "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\": \"ad cupidatat commodo\",\n \"message\": \"\",\n \"paymentId\": \"in Excepteur\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-33263095-cbaf-4633-bc50-7ed033cb5316" }, { "id": "711f93d4-cba9-4e0c-ad8d-11da8b3f1278", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "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:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-711f93d4-cba9-4e0c-ad8d-11da8b3f1278" }, { "id": "eb21f6d2-8cce-473f-9bbf-98c20dd38e88", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo\",\n \"message\": \"\",\n \"paymentId\": \"ma\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-eb21f6d2-8cce-473f-9bbf-98c20dd38e88" }, { "id": "8d5cea36-be3d-4265-8594-d12bb819d0a7", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nisi consectetur esse irure\",\n \"message\": \"\",\n \"paymentId\": \"aut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-8d5cea36-be3d-4265-8594-d12bb819d0a7" }, { "id": "d2c7bef0-09bc-4c80-b1eb-fe3ce996e97c", "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}}/member/sub-tpps?page.offset=&page.limit=1&filter.byCompanyNames=&filter.byRegistrationDates=", "host": [ "{{baseUrl}}" ], "path": [ "member", "sub-tpps" ], "query": [ { "description": "The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset was provided in the request (i.e. this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to a dynamic nature of the data.
The offset is not visible to a user and should not be parsed and/or understood in any way.", "key": "page.offset", "value": "" }, { "description": "(Required) The maximum number of records to return. This must be less than 200.", "key": "page.limit", "value": "1" }, { "description": "Filters the sub-TPPs by the list of company names submitted.", "key": "filter.byCompanyNames", "value": "" }, { "description": "Filters the sub-TPPs by the list of registration dates submitted.", "key": "filter.byRegistrationDates", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"et nisi qui anim\",\n \"message\": \"\",\n \"paymentId\": \"reprehenderit in Duis\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-d2c7bef0-09bc-4c80-b1eb-fe3ce996e97c" } ], "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-020f9214-f661-4211-a43e-83b0d13629e8" } ], "id": "68da9443-24e4-4781-a3de-5f8a413aea4d", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-68da9443-24e4-4781-a3de-5f8a413aea4d" } ], "id": "9fdeb86b-fdc0-4631-857f-3b4f4c0a07c0", "createdAt": "2026-07-28T11:04:56.000Z", "updatedAt": "2026-07-28T11:04:56.000Z", "uid": "35240-9fdeb86b-fdc0-4631-857f-3b4f4c0a07c0" } ], "variable": [ { "key": "baseUrl", "value": "https://api.token.io" } ] }