{ "info": { "_postman_id": "afddd7c0-8f9c-4a4e-9282-25280240a28d", "name": "Token.io's Open Banking API for TPPs Account on File Accounts 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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "lastUpdatedBy": "35240", "uid": "35240-afddd7c0-8f9c-4a4e-9282-25280240a28d" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "balance", "item": [ { "name": "Get an account balance", "id": "fa22114e-65de-4144-9a80-7f2619966e05", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "id": "98d57f73-a1f7-48bc-9eed-5f2d6d40a41a", "key": "accountId", "value": "", "description": "The unique bank account id, which specifies the account for which the information is requested." } ] }, "description": "The `GET /accounts/{accountId}/balance` endpoint retrieves the balance for a given bank account." }, "response": [ { "id": "2bc98099-e70c-450f-b96a-0c3a7e7dacb1", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"balance\": {\n \"accountId\": \"\",\n \"available\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"current\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"otherBalances\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"updatedAtMs\": \"\"\n },\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"updatedAtMs\": \"\"\n }\n ]\n },\n \"status\": \"INVALID_REQUEST\"\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-2bc98099-e70c-450f-b96a-0c3a7e7dacb1" }, { "id": "d197333b-7d65-4515-8179-4e52613baf1e", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-d197333b-7d65-4515-8179-4e52613baf1e" }, { "id": "180602d3-cf2e-414d-b56a-8e02cdfc96db", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-180602d3-cf2e-414d-b56a-8e02cdfc96db" }, { "id": "3d0bd95d-1936-4309-9cc2-6b75e0d294d6", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-3d0bd95d-1936-4309-9cc2-6b75e0d294d6" }, { "id": "f92cfc0d-da74-49f2-83aa-179a279d003b", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-f92cfc0d-da74-49f2-83aa-179a279d003b" }, { "id": "1abf733c-6296-45a6-92c6-5839ef9dcf5a", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-1abf733c-6296-45a6-92c6-5839ef9dcf5a" }, { "id": "d307589a-7a1f-4f30-a7f5-c3e5c908050b", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-d307589a-7a1f-4f30-a7f5-c3e5c908050b" }, { "id": "0a6fe43f-d1a5-44bf-abb3-0360b8302cd7", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0a6fe43f-d1a5-44bf-abb3-0360b8302cd7" }, { "id": "ccc421f5-7769-4ba4-b776-7afce6e9cb2f", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-ccc421f5-7769-4ba4-b776-7afce6e9cb2f" }, { "id": "b9c728d2-4dbb-4592-903a-dea07a7080fc", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/balance", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "balance" ], "variable": [ { "key": "accountId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-b9c728d2-4dbb-4592-903a-dea07a7080fc" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-fa22114e-65de-4144-9a80-7f2619966e05" } ], "id": "6ea9ab98-73be-4c29-8456-8c367bb08166", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-6ea9ab98-73be-4c29-8456-8c367bb08166" }, { "name": "standing-orders", "item": [ { "name": "{standingOrderId}", "item": [ { "name": "Get standing order information", "id": "973fd8a7-1397-48d7-87f0-18ab3daa1006", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders/:standingOrderId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders", ":standingOrderId" ], "variable": [ { "id": "bf8a2209-8ab6-403c-8b51-23a0b4514cdd", "key": "accountId", "value": "", "description": "The system-generated, unique bank account id, which specifies the account for which the information is requested." }, { "id": "3c27bb6e-7bab-4aa5-8afb-c455db3c2e01", "key": "standingOrderId", "value": "", "description": "(Required) " } ] }, "description": "The `GET /accounts/{accountId}/standing-orders/{standingOrderId}` endpoint retrieves information for a specific standing order in a given account, once consent has been given." }, "response": [ { "id": "077ef3ca-5daa-47df-b8f6-6bb1c3edd5c9", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders/:standingOrderId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders", ":standingOrderId" ], "variable": [ { "key": "accountId" }, { "key": "standingOrderId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"standingOrder\": {\n \"createdAtMs\": \"\",\n \"creditorEndpoint\": {\n \"account\": {\n \"custom\": {\n \"bankId\": \"\",\n \"payload\": \"\"\n }\n },\n \"accountFeatures\": {\n \"supportsInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsSendPayment\": false\n },\n \"metadata\": {\n \"esse__\": \"\"\n },\n \"accountIdentifier\": {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n \"bankId\": \"\",\n \"bic\": \"\",\n \"customerData\": {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"legalNames\": [\n \"\",\n \"\"\n ]\n }\n },\n \"frequency\": \"\",\n \"id\": \"\",\n \"providerStandingOrderDetails\": {\n \"cma9StandingOrderDetails\": {\n \"creditorAccount\": {\n \"identification\": \"\",\n \"name\": \"\",\n \"schemeName\": \"\"\n },\n \"finalPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"finalPaymentDateTime\": \"\",\n \"firstPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"firstPaymentDateTime\": \"\",\n \"frequency\": \"\",\n \"nextPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"nextPaymentDateTime\": \"\",\n \"numberOfPayments\": \"\",\n \"reference\": \"\"\n }\n },\n \"status\": \"INVALID\",\n \"tokenId\": \"\",\n \"tokenSubmissionId\": \"\"\n },\n \"status\": \"INVALID_REQUEST\"\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-077ef3ca-5daa-47df-b8f6-6bb1c3edd5c9" }, { "id": "04942e1d-fc29-4504-9d7e-110d79182423", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders/:standingOrderId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders", ":standingOrderId" ], "variable": [ { "key": "accountId" }, { "key": "standingOrderId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-04942e1d-fc29-4504-9d7e-110d79182423" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-973fd8a7-1397-48d7-87f0-18ab3daa1006" } ], "id": "53e5c572-7ee9-4d18-96d8-432dafd0b402", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-53e5c572-7ee9-4d18-96d8-432dafd0b402" }, { "name": "Get information for all standing orders", "id": "8c0dcf70-3be7-4e7e-969e-6277cb0eff4b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "id": "5af35777-f399-4c44-87fb-8db392ac8719", "key": "accountId", "value": "", "description": "The unique bank account id, which specifies the account for which the information is requested." } ] }, "description": "The `GET /accounts/{accountId}/standing-orders` endpoint retrieves information for all standing orders in a given account, once consent has been given." }, "response": [ { "id": "03bc2319-3083-451f-8020-98957a186a89", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"offset\": \"\",\n \"standingOrders\": [\n {\n \"createdAtMs\": \"\",\n \"creditorEndpoint\": {\n \"account\": {\n \"custom\": {\n \"bankId\": \"\",\n \"payload\": \"\"\n }\n },\n \"accountFeatures\": {\n \"supportsInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsSendPayment\": false\n },\n \"metadata\": {\n \"adipisicing_057\": \"\",\n \"culpa_06\": \"\"\n },\n \"accountIdentifier\": {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n \"bankId\": \"\",\n \"bic\": \"\",\n \"customerData\": {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"legalNames\": [\n \"\",\n \"\"\n ]\n }\n },\n \"frequency\": \"\",\n \"id\": \"\",\n \"providerStandingOrderDetails\": {\n \"cma9StandingOrderDetails\": {\n \"creditorAccount\": {\n \"identification\": \"\",\n \"name\": \"\",\n \"schemeName\": \"\"\n },\n \"finalPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"finalPaymentDateTime\": \"\",\n \"firstPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"firstPaymentDateTime\": \"\",\n \"frequency\": \"\",\n \"nextPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"nextPaymentDateTime\": \"\",\n \"numberOfPayments\": \"\",\n \"reference\": \"\"\n }\n },\n \"status\": \"INVALID\",\n \"tokenId\": \"\",\n \"tokenSubmissionId\": \"\"\n },\n {\n \"createdAtMs\": \"\",\n \"creditorEndpoint\": {\n \"account\": {\n \"custom\": {\n \"bankId\": \"\",\n \"payload\": \"\"\n }\n },\n \"accountFeatures\": {\n \"supportsInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsSendPayment\": false\n },\n \"metadata\": {\n \"cillumb31\": \"\",\n \"Duis_\": \"\",\n \"enime\": \"\",\n \"quis_99\": \"\"\n },\n \"accountIdentifier\": {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n \"bankId\": \"\",\n \"bic\": \"\",\n \"customerData\": {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"legalNames\": [\n \"\",\n \"\"\n ]\n }\n },\n \"frequency\": \"\",\n \"id\": \"\",\n \"providerStandingOrderDetails\": {\n \"cma9StandingOrderDetails\": {\n \"creditorAccount\": {\n \"identification\": \"\",\n \"name\": \"\",\n \"schemeName\": \"\"\n },\n \"finalPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"finalPaymentDateTime\": \"\",\n \"firstPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"firstPaymentDateTime\": \"\",\n \"frequency\": \"\",\n \"nextPaymentAmount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"nextPaymentDateTime\": \"\",\n \"numberOfPayments\": \"\",\n \"reference\": \"\"\n }\n },\n \"status\": \"INVALID\",\n \"tokenId\": \"\",\n \"tokenSubmissionId\": \"\"\n }\n ],\n \"status\": \"INVALID_REQUEST\"\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-03bc2319-3083-451f-8020-98957a186a89" }, { "id": "92deac41-d674-4884-9eeb-a29ba1208e9d", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-92deac41-d674-4884-9eeb-a29ba1208e9d" }, { "id": "c87f9d84-21c4-404b-be7b-1bbd941dacd4", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-c87f9d84-21c4-404b-be7b-1bbd941dacd4" }, { "id": "a7da6961-e2d1-41ba-912d-a2f6f988c727", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-a7da6961-e2d1-41ba-912d-a2f6f988c727" }, { "id": "131461d8-7e24-47b4-a2d0-4c499f43f54b", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-131461d8-7e24-47b4-a2d0-4c499f43f54b" }, { "id": "0919dbfa-d866-4bff-aa23-cd6caf985f08", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0919dbfa-d866-4bff-aa23-cd6caf985f08" }, { "id": "5a9c8af6-83e0-4fb8-9256-af0d0023f099", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-5a9c8af6-83e0-4fb8-9256-af0d0023f099" }, { "id": "ed9eec21-0b55-4787-9bea-08a5278f1005", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-ed9eec21-0b55-4787-9bea-08a5278f1005" }, { "id": "380d328c-51e2-40c0-9a87-844eaf8efd59", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-380d328c-51e2-40c0-9a87-844eaf8efd59" }, { "id": "3efd0120-35bb-44e5-9529-e9122e68db9c", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/standing-orders?page.offset=&page.limit=1", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "standing-orders" ], "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" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-3efd0120-35bb-44e5-9529-e9122e68db9c" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-8c0dcf70-3be7-4e7e-969e-6277cb0eff4b" } ], "id": "01c2e7cf-23ed-4489-84ee-96555bae4665", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-01c2e7cf-23ed-4489-84ee-96555bae4665" }, { "name": "transactions", "item": [ { "name": "Get account transactions", "id": "8cf22e7d-21be-4a05-acf6-1c6fd778080e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "id": "dee4c00c-3e27-4d22-bd84-c3d4c784db9a", "key": "accountId", "value": "", "description": "The system-generated unique bank account id, which specifies the account for which the information is requested." } ] }, "description": "The `GET /accounts/{accountId}/transactions` endpoint retrieves information for all transactions in a given account." }, "response": [ { "id": "883cedf6-b039-4fd8-8856-9d9120e92b56", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"INVALID_REQUEST\",\n \"offset\": \"\",\n \"transactions\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"createdAtMs\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"status\": \"SUCCESS\",\n \"tokenId\": \"\",\n \"type\": \"INVALID_TYPE\",\n \"bankTransactionCode\": {\n \"domain\": {\n \"code\": \"\",\n \"familyCode\": \"\",\n \"subFamilyCode\": \"\"\n },\n \"proprietary\": {\n \"code\": \"\",\n \"issuer\": \"\"\n }\n },\n \"bankTransactionId\": \"\",\n \"creditorEndpoint\": {\n \"accountIdentifier\": {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n \"bankId\": \"\",\n \"bic\": \"\",\n \"customerData\": {\n \"legalNames\": [\n \"\"\n ],\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n }\n }\n },\n \"metadata\": {\n \"in__\": \"\"\n },\n \"providerTransactionDetails\": {\n \"budapestApiTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\"\n },\n \"debtorName\": \"\",\n \"transactionCategory\": \"\"\n },\n \"cma9ApiTransactionDetails\": {\n \"creditorAccount\": {\n \"accountIdentification\": \"\",\n \"creditorName\": \"\",\n \"schemeName\": \"\",\n \"secondaryIdentification\": \"\"\n },\n \"creditorAgent\": {\n \"creditorAgentAddress\": {\n \"addressLine\": [\n \"\"\n ],\n \"addressType\": \"INVALID_ADDRESS_TYPE\",\n \"buildingNumber\": \"\",\n \"country\": \"\",\n \"countrySubDivision\": [\n \"\"\n ],\n \"department\": \"\",\n \"postCode\": \"\",\n \"streetName\": \"\",\n \"subDepartment\": \"\",\n \"townName\": \"\"\n },\n \"creditorAgentName\": \"\",\n \"identification\": \"\",\n \"schemeName\": {\n \"description\": \"The creditor-defined recurring payment scheme name.\",\n \"example\": \"Purchase instalment plan\"\n }\n },\n \"debtorAccount\": {\n \"accountIdentification\": \"\",\n \"cardInstrument\": {\n \"accountIdentification\": \"\",\n \"authorizationType\": \"\",\n \"cardSchemeName\": \"\",\n \"name\": \"\"\n },\n \"debtorName\": \"\",\n \"schemeName\": \"\",\n \"secondaryIdentification\": \"\"\n },\n \"debtorAgent\": {\n \"debtorAgentAddress\": {\n \"addressLine\": [\n \"\"\n ],\n \"addressType\": \"INVALID_ADDRESS_TYPE\",\n \"buildingNumber\": \"\",\n \"country\": \"\",\n \"countrySubDivision\": [\n \"\"\n ],\n \"department\": \"\",\n \"postCode\": \"\",\n \"streetName\": \"\",\n \"subDepartment\": \"\",\n \"townName\": \"\"\n },\n \"debtorAgentName\": \"\",\n \"identification\": \"\",\n \"schemeName\": \"\"\n },\n \"merchantDetails\": {\n \"merchantCategoryCode\": \"\",\n \"merchantName\": \"\"\n }\n },\n \"czechApiTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"debtorName\": \"\"\n },\n \"nextGenPsd2TransactionDetails\": {\n \"additionalInformation\": \"\",\n \"domain\": {\n \"code\": \"\",\n \"familyCode\": \"\",\n \"subFamilyCode\": \"\"\n },\n \"checkId\": \"\",\n \"creditorAccount\": {\n \"bban\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"maskedPan\": \"\",\n \"msisdn\": \"\",\n \"pan\": \"\"\n },\n \"creditorId\": \"\",\n \"creditorName\": \"\",\n \"currencyExchange\": [\n {\n \"contractIdentification\": \"\",\n \"exchangeRate\": \"\",\n \"quotationDate\": \"\",\n \"sourceCurrency\": \"\",\n \"targetCurrency\": \"\",\n \"unitCurrency\": \"\"\n }\n ],\n \"debtorAccount\": {\n \"bban\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"maskedPan\": \"\",\n \"msisdn\": \"\",\n \"pan\": \"\"\n },\n \"debtorName\": \"\",\n \"endToEndId\": \"\",\n \"entryReference\": \"\",\n \"mandateId\": \"\",\n \"purposeCode\": \"CASH\",\n \"remittanceInformationStructured\": \"\",\n \"ultimateCreditor\": \"\",\n \"ultimateDebtor\": \"\",\n \"valueDate\": \"\"\n },\n \"polishApiTransactionDetails\": {\n \"accountBaseCurrency\": \"\",\n \"auxData\": {\n \"in_4\": \"\",\n \"tempord\": \"\"\n },\n \"baseCurrency\": \"\",\n \"cardInfo\": {\n \"cardHolder\": \"\",\n \"cardNumber\": \"\"\n },\n \"currencyDate\": \"\",\n \"holdExpirationDate\": \"\",\n \"initiator\": {\n \"value\": [\n \"\"\n ]\n },\n \"mcc\": \"\",\n \"postTransactionBalance\": \"\",\n \"recipient\": {\n \"accountMassPayment\": \"\",\n \"accountNumber\": \"\",\n \"bank\": {\n \"address\": [\n \"\"\n ],\n \"bicOrSwift\": \"\",\n \"code\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\"\n },\n \"nameAddress\": {\n \"value\": [\n \"\"\n ]\n }\n },\n \"rejectionDate\": \"\",\n \"rejectionReason\": \"\",\n \"sender\": {\n \"accountMassPayment\": \"\",\n \"accountNumber\": \"\",\n \"bank\": {\n \"address\": [\n \"\"\n ],\n \"bicOrSwift\": \"\",\n \"code\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\"\n },\n \"nameAddress\": {\n \"value\": [\n \"\"\n ]\n }\n },\n \"taxInfo\": {\n \"formCode\": \"\",\n \"obligationId\": \"\",\n \"payerInfo\": {\n \"payerId\": \"\",\n \"payerIdType\": \"N\"\n },\n \"periodId\": \"\",\n \"periodType\": \"\",\n \"year\": \"\"\n },\n \"tppName\": \"\",\n \"tppTransactionId\": \"\",\n \"tradeDate\": \"\",\n \"transactionRate\": [\n {\n \"fromCurrency\": \"\",\n \"rate\": \"\",\n \"toCurrency\": \"\"\n }\n ],\n \"transactionType\": \"CREDIT\",\n \"usedPaymentInstrumentId\": \"\",\n \"zusInfo\": {\n \"contributionId\": \"\",\n \"contributionPeriod\": \"\",\n \"contributionType\": \"\",\n \"obligationId\": \"\",\n \"payerInfo\": {\n \"additionalPayerId\": \"\",\n \"additionalPayerIdType\": \"\",\n \"nip\": \"\"\n },\n \"paymentTypeId\": \"\"\n }\n },\n \"slovakApiTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"debtorName\": \"\"\n },\n \"stetTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\"\n },\n \"debtorName\": \"\",\n \"entryReference\": \"\",\n \"transactionDate\": \"\",\n \"valueDate\": \"\"\n }\n },\n \"tokenTransferId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-883cedf6-b039-4fd8-8856-9d9120e92b56" }, { "id": "8753be5f-90d5-4eff-a841-b25d254c0b44", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-8753be5f-90d5-4eff-a841-b25d254c0b44" }, { "id": "dc515a42-6d73-49f8-aea9-ab3830f14ab7", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-dc515a42-6d73-49f8-aea9-ab3830f14ab7" }, { "id": "d4688ee1-3252-41d0-9005-500033ace137", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-d4688ee1-3252-41d0-9005-500033ace137" }, { "id": "c99f5f93-b34d-4a2d-bbd3-91f1d024934b", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-c99f5f93-b34d-4a2d-bbd3-91f1d024934b" }, { "id": "7046453b-c244-460e-be5c-df1e5ae96ed8", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-7046453b-c244-460e-be5c-df1e5ae96ed8" }, { "id": "2259799d-04ab-4d83-b7ff-ab54782eb9e7", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-2259799d-04ab-4d83-b7ff-ab54782eb9e7" }, { "id": "3adbbeb9-aa39-4b76-96db-4db39b3d9897", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-3adbbeb9-aa39-4b76-96db-4db39b3d9897" }, { "id": "c7433e8f-de9e-471d-88d4-75861292378f", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-c7433e8f-de9e-471d-88d4-75861292378f" }, { "id": "4976303b-a09f-4de6-9561-a3807c43a66d", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page.offset=&page.limit=1&startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "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": "The earliest transaction date requested, in ISO 8601 format.", "key": "startDate", "value": "" }, { "description": "The latest transaction date requested, in ISO 8601 format.", "key": "endDate", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-4976303b-a09f-4de6-9561-a3807c43a66d" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-8cf22e7d-21be-4a05-acf6-1c6fd778080e" } ], "id": "709894b2-c9c6-4416-a8cd-4beeabccb05b", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-709894b2-c9c6-4416-a8cd-4beeabccb05b" }, { "name": "transaction", "item": [ { "name": "{transactionId}", "item": [ { "name": "Get transaction information", "id": "d8625bf1-c529-4eea-8fb4-cef7ca99a150", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "id": "b8acfbeb-e43c-470f-8148-05822ef21e60", "key": "accountId", "value": "", "description": "The unique bank account id, which specifies the account for which the information is requested." }, { "id": "8292be43-f9d7-4b65-879a-57bbdd11933b", "key": "transactionId", "value": "", "description": "(Required) The unique transaction identifier, which specifies the transaction requested." } ] }, "description": "The `GET /accounts/{accountId}/transaction/{transactionId}` endpoint retrieves information for a specific transaction in a given account." }, "response": [ { "id": "483a01ba-d687-453e-964d-72de6a15a09e", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"INVALID_REQUEST\",\n \"transaction\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"createdAtMs\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"status\": \"PENDING\",\n \"tokenId\": \"\",\n \"type\": \"INVALID_TYPE\",\n \"bankTransactionCode\": {\n \"domain\": {\n \"code\": \"\",\n \"familyCode\": \"\",\n \"subFamilyCode\": \"\"\n },\n \"proprietary\": {\n \"code\": \"\",\n \"issuer\": \"\"\n }\n },\n \"bankTransactionId\": \"\",\n \"creditorEndpoint\": {\n \"accountIdentifier\": {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n \"bankId\": \"\",\n \"bic\": \"\",\n \"customerData\": {\n \"legalNames\": [\n \"\"\n ],\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n }\n }\n },\n \"metadata\": {\n \"dolore_60_\": \"\",\n \"consectetur1\": \"\"\n },\n \"providerTransactionDetails\": {\n \"budapestApiTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\"\n },\n \"debtorName\": \"\",\n \"transactionCategory\": \"\"\n },\n \"cma9ApiTransactionDetails\": {\n \"creditorAccount\": {\n \"accountIdentification\": \"\",\n \"creditorName\": \"\",\n \"schemeName\": \"\",\n \"secondaryIdentification\": \"\"\n },\n \"creditorAgent\": {\n \"creditorAgentAddress\": {\n \"addressLine\": [\n \"\"\n ],\n \"addressType\": \"INVALID_ADDRESS_TYPE\",\n \"buildingNumber\": \"\",\n \"country\": \"\",\n \"countrySubDivision\": [\n \"\"\n ],\n \"department\": \"\",\n \"postCode\": \"\",\n \"streetName\": \"\",\n \"subDepartment\": \"\",\n \"townName\": \"\"\n },\n \"creditorAgentName\": \"\",\n \"identification\": \"\",\n \"schemeName\": {\n \"description\": \"The creditor-defined recurring payment scheme name.\",\n \"example\": \"Purchase instalment plan\"\n }\n },\n \"debtorAccount\": {\n \"accountIdentification\": \"\",\n \"cardInstrument\": {\n \"accountIdentification\": \"\",\n \"authorizationType\": \"\",\n \"cardSchemeName\": \"\",\n \"name\": \"\"\n },\n \"debtorName\": \"\",\n \"schemeName\": \"\",\n \"secondaryIdentification\": \"\"\n },\n \"debtorAgent\": {\n \"debtorAgentAddress\": {\n \"addressLine\": [\n \"\"\n ],\n \"addressType\": \"INVALID_ADDRESS_TYPE\",\n \"buildingNumber\": \"\",\n \"country\": \"\",\n \"countrySubDivision\": [\n \"\"\n ],\n \"department\": \"\",\n \"postCode\": \"\",\n \"streetName\": \"\",\n \"subDepartment\": \"\",\n \"townName\": \"\"\n },\n \"debtorAgentName\": \"\",\n \"identification\": \"\",\n \"schemeName\": \"\"\n },\n \"merchantDetails\": {\n \"merchantCategoryCode\": \"\",\n \"merchantName\": \"\"\n }\n },\n \"czechApiTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"debtorName\": \"\"\n },\n \"nextGenPsd2TransactionDetails\": {\n \"additionalInformation\": \"\",\n \"domain\": {\n \"code\": \"\",\n \"familyCode\": \"\",\n \"subFamilyCode\": \"\"\n },\n \"checkId\": \"\",\n \"creditorAccount\": {\n \"bban\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"maskedPan\": \"\",\n \"msisdn\": \"\",\n \"pan\": \"\"\n },\n \"creditorId\": \"\",\n \"creditorName\": \"\",\n \"currencyExchange\": [\n {\n \"contractIdentification\": \"\",\n \"exchangeRate\": \"\",\n \"quotationDate\": \"\",\n \"sourceCurrency\": \"\",\n \"targetCurrency\": \"\",\n \"unitCurrency\": \"\"\n }\n ],\n \"debtorAccount\": {\n \"bban\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"maskedPan\": \"\",\n \"msisdn\": \"\",\n \"pan\": \"\"\n },\n \"debtorName\": \"\",\n \"endToEndId\": \"\",\n \"entryReference\": \"\",\n \"mandateId\": \"\",\n \"purposeCode\": \"CASH\",\n \"remittanceInformationStructured\": \"\",\n \"ultimateCreditor\": \"\",\n \"ultimateDebtor\": \"\",\n \"valueDate\": \"\"\n },\n \"polishApiTransactionDetails\": {\n \"accountBaseCurrency\": \"\",\n \"auxData\": {\n \"nisi_7e\": \"\",\n \"sit41f\": \"\",\n \"laboris84b\": \"\"\n },\n \"baseCurrency\": \"\",\n \"cardInfo\": {\n \"cardHolder\": \"\",\n \"cardNumber\": \"\"\n },\n \"currencyDate\": \"\",\n \"holdExpirationDate\": \"\",\n \"initiator\": {\n \"value\": [\n \"\"\n ]\n },\n \"mcc\": \"\",\n \"postTransactionBalance\": \"\",\n \"recipient\": {\n \"accountMassPayment\": \"\",\n \"accountNumber\": \"\",\n \"bank\": {\n \"address\": [\n \"\"\n ],\n \"bicOrSwift\": \"\",\n \"code\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\"\n },\n \"nameAddress\": {\n \"value\": [\n \"\"\n ]\n }\n },\n \"rejectionDate\": \"\",\n \"rejectionReason\": \"\",\n \"sender\": {\n \"accountMassPayment\": \"\",\n \"accountNumber\": \"\",\n \"bank\": {\n \"address\": [\n \"\"\n ],\n \"bicOrSwift\": \"\",\n \"code\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\"\n },\n \"nameAddress\": {\n \"value\": [\n \"\"\n ]\n }\n },\n \"taxInfo\": {\n \"formCode\": \"\",\n \"obligationId\": \"\",\n \"payerInfo\": {\n \"payerId\": \"\",\n \"payerIdType\": \"N\"\n },\n \"periodId\": \"\",\n \"periodType\": \"\",\n \"year\": \"\"\n },\n \"tppName\": \"\",\n \"tppTransactionId\": \"\",\n \"tradeDate\": \"\",\n \"transactionRate\": [\n {\n \"fromCurrency\": \"\",\n \"rate\": \"\",\n \"toCurrency\": \"\"\n }\n ],\n \"transactionType\": \"CREDIT\",\n \"usedPaymentInstrumentId\": \"\",\n \"zusInfo\": {\n \"contributionId\": \"\",\n \"contributionPeriod\": \"\",\n \"contributionType\": \"\",\n \"obligationId\": \"\",\n \"payerInfo\": {\n \"additionalPayerId\": \"\",\n \"additionalPayerIdType\": \"\",\n \"nip\": \"\"\n },\n \"paymentTypeId\": \"\"\n }\n },\n \"slovakApiTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\",\n \"bban\": \"\"\n },\n \"debtorName\": \"\"\n },\n \"stetTransactionDetails\": {\n \"creditorAccount\": {\n \"iban\": \"\"\n },\n \"creditorName\": \"\",\n \"debtorAccount\": {\n \"iban\": \"\"\n },\n \"debtorName\": \"\",\n \"entryReference\": \"\",\n \"transactionDate\": \"\",\n \"valueDate\": \"\"\n }\n },\n \"tokenTransferId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-483a01ba-d687-453e-964d-72de6a15a09e" }, { "id": "91063a76-6709-4003-b69c-64e965b9e769", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-91063a76-6709-4003-b69c-64e965b9e769" }, { "id": "73a760b8-d7be-4200-8db1-0fdc291fc2ac", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-73a760b8-d7be-4200-8db1-0fdc291fc2ac" }, { "id": "0f2e1a08-257c-439e-b6b3-e93cbbd21d67", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0f2e1a08-257c-439e-b6b3-e93cbbd21d67" }, { "id": "7d8057e5-147f-457b-8d58-763c19d83387", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-7d8057e5-147f-457b-8d58-763c19d83387" }, { "id": "7ec1fa3c-d3e3-40fe-b075-33496d2cf7a7", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-7ec1fa3c-d3e3-40fe-b075-33496d2cf7a7" }, { "id": "d699564c-9da8-4e22-9c27-f1a2bc7ce43b", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-d699564c-9da8-4e22-9c27-f1a2bc7ce43b" }, { "id": "6077be39-82f3-44e0-8076-6e1a49221bdb", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-6077be39-82f3-44e0-8076-6e1a49221bdb" }, { "id": "bcd5244c-24ef-4e18-83fc-0d9aac5d109a", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-bcd5244c-24ef-4e18-83fc-0d9aac5d109a" }, { "id": "5588f18f-314e-4727-a0e7-ef7b75a9edb8", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transaction/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transaction", ":transactionId" ], "variable": [ { "key": "accountId" }, { "key": "transactionId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-5588f18f-314e-4727-a0e7-ef7b75a9edb8" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-d8625bf1-c529-4eea-8fb4-cef7ca99a150" } ], "id": "79f7784d-75c1-4a9e-b41f-ade173841c52", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-79f7784d-75c1-4a9e-b41f-ade173841c52" } ], "id": "92fa9b11-f451-42ea-a2e7-3a911126c053", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-92fa9b11-f451-42ea-a2e7-3a911126c053" }, { "name": "Get account information", "id": "f02ca7fc-ee3a-4f8e-89a0-731d1a38c700", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "id": "4a0a947c-89bb-47b1-a1f4-1c1b9a7ca088", "key": "accountId", "value": "", "description": "The system-generated, unique bank account id, which specifies the account for which the information is requested." } ] }, "description": "The `GET /accounts/{accountId}` endpoint retrieves the information for a specific bank account." }, "response": [ { "id": "cf62bdb4-a54f-425d-9307-7dd9bf1af64a", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account\": {\n \"bankId\": \"\",\n \"id\": \"\",\n \"accountDetails\": {\n \"identifier\": \"\",\n \"accountIdentifiers\": [\n {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n }\n ],\n \"type\": [\n \"INVALID\",\n \"INVALID\"\n ],\n \"accountHolderName\": \"\",\n \"bic\": \"\",\n \"metadata\": [\n {\n \"eu_5\": \"\",\n \"fugiat_1f\": \"\"\n },\n {\n \"reprehenderit_e\": \"\"\n }\n ],\n \"ProviderAccountDetails\": {\n \"cma9AccountDetails\": {\n \"accountType\": \"INVALID_ACCOUNT_TYPE\",\n \"accountSubtype\": \"INVALID_ACCOUNT_SUBTYPE\",\n \"address\": [\n {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"addressType\": \"INVALID_ADDRESS_TYPE\"\n },\n {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"addressType\": \"INVALID_ADDRESS_TYPE\"\n }\n ],\n \"description\": \"\",\n \"emailAddress\": \"\",\n \"mobile\": \"\",\n \"name\": \"\",\n \"partyId\": \"\",\n \"partyNumber\": \"\",\n \"partyType\": \"INVALID_PARTY_TYPE\",\n \"phone\": \"\"\n }\n },\n \"status\": \"\",\n \"currency\": \"\"\n },\n \"accountFeatures\": {\n \"supportsInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsSendPayment\": false\n },\n \"isLocked\": false,\n \"name\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-cf62bdb4-a54f-425d-9307-7dd9bf1af64a" }, { "id": "f54bd01a-26c8-4692-b7fc-a06fe1f1ac73", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-f54bd01a-26c8-4692-b7fc-a06fe1f1ac73" }, { "id": "3510f215-b5a6-4bdc-bec5-25372d80f2e3", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-3510f215-b5a6-4bdc-bec5-25372d80f2e3" }, { "id": "7311c5d4-d1e2-4d93-8a56-f9be212f5f6b", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-7311c5d4-d1e2-4d93-8a56-f9be212f5f6b" }, { "id": "40fe5627-27bc-4378-822c-f82bdacf7450", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-40fe5627-27bc-4378-822c-f82bdacf7450" }, { "id": "cec119c8-4426-474d-88a9-1814cd19c0b6", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-cec119c8-4426-474d-88a9-1814cd19c0b6" }, { "id": "32a6ad2f-02d7-4a4b-8efc-0bfffdd00053", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-32a6ad2f-02d7-4a4b-8efc-0bfffdd00053" }, { "id": "20d660ad-ae83-4e38-91dd-a0acaffe26fa", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-20d660ad-ae83-4e38-91dd-a0acaffe26fa" }, { "id": "9d39a95a-7f90-46e6-9a4b-6ab0f787480b", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-9d39a95a-7f90-46e6-9a4b-6ab0f787480b" }, { "id": "80e664eb-4e69-4369-b6eb-7c8d57eb1a54", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId" ], "variable": [ { "key": "accountId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-80e664eb-4e69-4369-b6eb-7c8d57eb1a54" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-f02ca7fc-ee3a-4f8e-89a0-731d1a38c700" } ], "id": "0e0ddeb1-4202-461c-85ee-ef5c3ac130d2", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0e0ddeb1-4202-461c-85ee-ef5c3ac130d2" }, { "name": "Get information for all accounts", "id": "0d0ba349-0110-4d84-aff8-e8006bbf9c20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] }, "description": "The `GET /accounts` endpoint retrieves information for all bank accounts." }, "response": [ { "id": "ccb50e5b-faaa-485f-872f-c42ffa79f750", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accounts\": [\n {\n \"bankId\": \"\",\n \"id\": \"\",\n \"accountDetails\": {\n \"identifier\": \"\",\n \"accountIdentifiers\": [\n {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n }\n ],\n \"type\": [\n \"INVALID\",\n \"INVALID\"\n ],\n \"accountHolderName\": \"\",\n \"bic\": \"\",\n \"metadata\": [\n {\n \"Duis81a\": \"\",\n \"dolore_b3\": \"\",\n \"anim2b7\": \"\"\n },\n {\n \"consequatb35\": \"\"\n }\n ],\n \"ProviderAccountDetails\": {\n \"cma9AccountDetails\": {\n \"accountType\": \"INVALID_ACCOUNT_TYPE\",\n \"accountSubtype\": \"INVALID_ACCOUNT_SUBTYPE\",\n \"address\": [\n {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"addressType\": \"INVALID_ADDRESS_TYPE\"\n },\n {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"addressType\": \"INVALID_ADDRESS_TYPE\"\n }\n ],\n \"description\": \"\",\n \"emailAddress\": \"\",\n \"mobile\": \"\",\n \"name\": \"\",\n \"partyId\": \"\",\n \"partyNumber\": \"\",\n \"partyType\": \"INVALID_PARTY_TYPE\",\n \"phone\": \"\"\n }\n },\n \"status\": \"\",\n \"currency\": \"\"\n },\n \"accountFeatures\": {\n \"supportsInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsSendPayment\": false\n },\n \"isLocked\": false,\n \"name\": \"\"\n },\n {\n \"bankId\": \"\",\n \"id\": \"\",\n \"accountDetails\": {\n \"identifier\": \"\",\n \"accountIdentifiers\": [\n {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n },\n {\n \"bankgiro\": {\n \"bankgiroNumber\": \"\"\n }\n }\n ],\n \"type\": [\n \"INVALID\",\n \"INVALID\"\n ],\n \"accountHolderName\": \"\",\n \"bic\": \"\",\n \"metadata\": [\n {\n \"laborumb\": \"\",\n \"sed_5\": \"\"\n },\n {\n \"laboris_\": \"\",\n \"sed8\": \"\",\n \"occaecat_110\": \"\"\n }\n ],\n \"ProviderAccountDetails\": {\n \"cma9AccountDetails\": {\n \"accountType\": \"INVALID_ACCOUNT_TYPE\",\n \"accountSubtype\": \"INVALID_ACCOUNT_SUBTYPE\",\n \"address\": [\n {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"addressType\": \"INVALID_ADDRESS_TYPE\"\n },\n {\n \"address\": {\n \"city\": \"\",\n \"conscriptionNumber\": \"\",\n \"country\": \"\",\n \"district\": \"\",\n \"flats\": \"\",\n \"full\": \"\",\n \"hamlet\": \"\",\n \"houseName\": \"\",\n \"houseNumber\": \"\",\n \"place\": \"\",\n \"postCode\": \"\",\n \"province\": \"\",\n \"state\": \"\",\n \"street\": \"\",\n \"subdistrict\": \"\",\n \"suburb\": \"\"\n },\n \"addressType\": \"INVALID_ADDRESS_TYPE\"\n }\n ],\n \"description\": \"\",\n \"emailAddress\": \"\",\n \"mobile\": \"\",\n \"name\": \"\",\n \"partyId\": \"\",\n \"partyNumber\": \"\",\n \"partyType\": \"INVALID_PARTY_TYPE\",\n \"phone\": \"\"\n }\n },\n \"status\": \"\",\n \"currency\": \"\"\n },\n \"accountFeatures\": {\n \"supportsInformation\": false,\n \"supportsReceivePayment\": false,\n \"supportsSendPayment\": false\n },\n \"isLocked\": false,\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-ccb50e5b-faaa-485f-872f-c42ffa79f750" }, { "id": "24af5533-4bf0-428c-84e7-5c4095187db9", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-24af5533-4bf0-428c-84e7-5c4095187db9" }, { "id": "f5ebe6c2-b922-4046-af4d-02fdb54710e0", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-f5ebe6c2-b922-4046-af4d-02fdb54710e0" }, { "id": "fe10cbfc-167b-4f14-8687-bac0c2bb3286", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-fe10cbfc-167b-4f14-8687-bac0c2bb3286" }, { "id": "c9bed7af-ed49-4e9e-98f2-15f0106bd8fe", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-c9bed7af-ed49-4e9e-98f2-15f0106bd8fe" }, { "id": "db48022f-f2c5-4bf8-8da2-14cb681b7743", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "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\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-db48022f-f2c5-4bf8-8da2-14cb681b7743" }, { "id": "ffe61de0-7441-40e7-955d-c9f76340fb4a", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-ffe61de0-7441-40e7-955d-c9f76340fb4a" }, { "id": "9347948a-9107-4356-8b13-2f469bfe5d1d", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"commodo eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-9347948a-9107-4356-8b13-2f469bfe5d1d" }, { "id": "e8fbc73f-f3a7-4012-b6c6-6f36dd53a47b", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-e8fbc73f-f3a7-4012-b6c6-6f36dd53a47b" }, { "id": "71126b64-b0a5-422b-a936-006c71e56989", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to four TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts", "host": [ "{{baseUrl}}" ], "path": [ "accounts" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-71126b64-b0a5-422b-a936-006c71e56989" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0d0ba349-0110-4d84-aff8-e8006bbf9c20" } ], "id": "4109baf3-d958-4ce8-9a56-531a819c2d33", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-4109baf3-d958-4ce8-9a56-531a819c2d33" }, { "name": "account-balance", "item": [ { "name": "Get account balances", "id": "4e633e3a-0709-41d3-ad24-e42af6986925", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=&accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" }, { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" } ] }, "description": "The `GET /account-balance` endpoint retrieves the balances for multiple bank accounts." }, "response": [ { "id": "afeb8d3b-498e-46e3-8eac-e0b773ecece9", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"response\": [\n {\n \"balance\": {\n \"accountId\": \"\",\n \"available\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"current\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"otherBalances\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"updatedAtMs\": \"\"\n },\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"updatedAtMs\": \"\"\n }\n ]\n },\n \"status\": \"INVALID_REQUEST\"\n },\n {\n \"balance\": {\n \"accountId\": \"\",\n \"available\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"current\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"otherBalances\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"updatedAtMs\": \"\"\n },\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"updatedAtMs\": \"\"\n }\n ]\n },\n \"status\": \"INVALID_REQUEST\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-afeb8d3b-498e-46e3-8eac-e0b773ecece9" }, { "id": "1701efd7-d4bf-475c-bece-49991e4d5a68", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-1701efd7-d4bf-475c-bece-49991e4d5a68" }, { "id": "0abc41b0-f37e-4c7f-82c8-99ed1baa46ed", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0abc41b0-f37e-4c7f-82c8-99ed1baa46ed" }, { "id": "0c131751-9f0f-419a-a4c7-03550ce642c5", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"veniam ut\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-0c131751-9f0f-419a-a4c7-03550ce642c5" }, { "id": "5384dc91-9cc1-4923-9d50-26dea6d548fe", "name": "The requested entity, such as a payment, was not found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aliqua\",\n \"message\": \"\",\n \"paymentId\": \"proident ad u\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-5384dc91-9cc1-4923-9d50-26dea6d548fe" }, { "id": "f8427439-0b61-428e-b4f6-eb8aafe31ccc", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "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\": \"ame\",\n \"message\": \"\",\n \"paymentId\": \"occaecat et\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-f8427439-0b61-428e-b4f6-eb8aafe31ccc" }, { "id": "9741ef5a-6380-4caa-a89e-455dacc492de", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "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:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-9741ef5a-6380-4caa-a89e-455dacc492de" }, { "id": "8c77db85-3b0d-49ba-a72c-883dcfdfa4e7", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "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 eu adipisicing magna\",\n \"message\": \"\",\n \"paymentId\": \"incididunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-8c77db85-3b0d-49ba-a72c-883dcfdfa4e7" }, { "id": "70d10b00-5d91-47e9-9811-bcb4a379f40d", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"sed\",\n \"message\": \"\",\n \"paymentId\": \"Duis tempor ullamco sunt\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-70d10b00-5d91-47e9-9811-bcb4a379f40d" }, { "id": "bd88735e-7f7f-4046-a075-f132c8c15e96", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The `tokenId` represents the consent granted by the user (PSU).", "key": "on-behalf-of", "value": "" }, { "description": "The user's IP address if the user is currently logged in with the TPP. If the customer IP address is supplied (recommended), it is inferred that the user is present during the session (i.e., the request is user-initiated; adding a `customer-initiated` = `true` header makes this explicit). For AIS calls, if the customer's IP address is not provided in the request, the bank assumes it is a TPP-initiated request and may limit the TPP to 4 TPP-initiated access attempts within a given 24-hour period.", "key": "token-customer-ip-address", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/account-balance?accountId=", "host": [ "{{baseUrl}}" ], "path": [ "account-balance" ], "query": [ { "description": "A list of account ids for which you wish to retrieve account balances. Each `accountId` should be specified separately as accountId=a:xxx:xxx&accountId=a:yyy:yyy.", "key": "accountId", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eu\",\n \"message\": \"\",\n \"paymentId\": \"cupidatat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-bd88735e-7f7f-4046-a075-f132c8c15e96" } ], "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-4e633e3a-0709-41d3-ad24-e42af6986925" } ], "id": "d2319004-c73d-4bae-82dd-3845c1c3a340", "createdAt": "2026-07-28T11:04:10.000Z", "updatedAt": "2026-07-28T11:04:10.000Z", "uid": "35240-d2319004-c73d-4bae-82dd-3845c1c3a340" } ], "variable": [ { "key": "baseUrl", "value": "https://api.token.io" } ] }