{ "info": { "_postman_id": "b00f71dc-3a5c-419c-9dba-ac5a888a3dbc", "name": "Token.io's Open Banking API for TPPs Account on File Settlement 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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "lastUpdatedBy": "35240", "uid": "35240-b00f71dc-3a5c-419c-9dba-ac5a888a3dbc" }, "item": [ { "name": "virtual-accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "transactions", "item": [ { "name": "{providerPaymentId}", "item": [ { "name": "Get a settlement account transaction", "id": "2c27ab1f-95e3-4a32-9c56-51280bea7062", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "id": "a6658c50-4168-4baf-bef9-9d392d833cb9", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." }, { "id": "10a212c6-2a47-421c-991e-fab60cb1560a", "key": "providerPaymentId", "value": "", "description": "(Required) The settlement account provider-assigned unique transaction identifier." } ] }, "description": "The `GET /virtual-accounts/{accountId}/transactions/{providerPaymentId}` endpoint retrieves information for a specific transaction in a given settlement account." }, "response": [ { "id": "6e96aa03-ae6b-4e8d-923b-eaa81cab04e3", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"providerPaymentId\": \"\",\n \"createdDateTime\": \"\",\n \"description\": \"\",\n \"transactionType\": \"INVALID_TYPE\",\n \"localInstrument\": \"SEPA\",\n \"debtor\": {\n \"iban\": \"\",\n \"name\": \"\",\n \"bic\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"creditor\": {\n \"iban\": \"\",\n \"name\": \"\",\n \"bic\": \"\",\n \"ultimateCreditorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n },\n \"bankName\": \"\",\n \"accountVerificationId\": \"\"\n },\n \"refId\": \"\",\n \"transferId\": \"\",\n \"paymentId\": \"\",\n \"refundId\": \"\",\n \"payoutId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6e96aa03-ae6b-4e8d-923b-eaa81cab04e3" }, { "id": "8d50cad9-6d56-4534-96d0-89d6aa60c38b", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-8d50cad9-6d56-4534-96d0-89d6aa60c38b" }, { "id": "25dc039e-ad5f-4740-b0da-003103f3cc18", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-25dc039e-ad5f-4740-b0da-003103f3cc18" }, { "id": "c3f5d5b2-f695-42a4-ad78-bcd614ce14db", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-c3f5d5b2-f695-42a4-ad78-bcd614ce14db" }, { "id": "78978302-8de6-47e3-952d-b42d02996f60", "name": "The requested entity, such as an account, was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-78978302-8de6-47e3-952d-b42d02996f60" }, { "id": "b2474c31-9058-4a4e-bc26-01769575485a", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-b2474c31-9058-4a4e-bc26-01769575485a" }, { "id": "7a7c61d2-1c30-4900-b1aa-cdcfb7bbe7a9", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-7a7c61d2-1c30-4900-b1aa-cdcfb7bbe7a9" }, { "id": "add08c50-33f5-4b86-bc3d-398bd2ce9d91", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-add08c50-33f5-4b86-bc3d-398bd2ce9d91" }, { "id": "902a1aa4-016c-4d05-89ac-c24b0b6881f4", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-902a1aa4-016c-4d05-89ac-c24b0b6881f4" }, { "id": "9383b7a2-7c7b-43dd-8537-b9b4fb93e481", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions/:providerPaymentId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions", ":providerPaymentId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "providerPaymentId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-9383b7a2-7c7b-43dd-8537-b9b4fb93e481" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-2c27ab1f-95e3-4a32-9c56-51280bea7062" } ], "id": "6a222660-9743-41db-b08b-164f8d188467", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6a222660-9743-41db-b08b-164f8d188467" }, { "name": "Get settlement account transactions", "id": "00c1c157-b566-4ee9-805c-d6fd99a0206d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "id": "4b33605a-baa2-4117-b65b-62166035ce9c", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." } ] }, "description": "The `GET /virtual-accounts/{accountId}/transactions` endpoint retrieves transcation information in a given settlement account." }, "response": [ { "id": "f4511b50-ec82-4f9c-a048-b9f7d1b5a086", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pageInfo\": {\n \"limit\": 200,\n \"offset\": \"\",\n \"nextOffset\": \"\",\n \"haveMore\": false\n },\n \"transactions\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"providerPaymentId\": \"\",\n \"createdDateTime\": \"\",\n \"description\": \"\",\n \"transactionType\": \"INVALID_TYPE\",\n \"localInstrument\": \"SEPA\",\n \"debtor\": {\n \"iban\": \"\",\n \"name\": \"\",\n \"bic\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"creditor\": {\n \"iban\": \"\",\n \"name\": \"\",\n \"bic\": \"\",\n \"ultimateCreditorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n },\n \"bankName\": \"\",\n \"accountVerificationId\": \"\"\n },\n \"refId\": \"\"\n },\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"providerPaymentId\": \"\",\n \"createdDateTime\": \"\",\n \"description\": \"\",\n \"transactionType\": \"INVALID_TYPE\",\n \"localInstrument\": \"SEPA_INSTANT\",\n \"debtor\": {\n \"iban\": \"\",\n \"name\": \"\",\n \"bic\": \"\",\n \"ultimateDebtorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n }\n },\n \"creditor\": {\n \"iban\": \"\",\n \"name\": \"\",\n \"bic\": \"\",\n \"ultimateCreditorName\": \"\",\n \"address\": {\n \"addressLine\": [\n \"\",\n \"\"\n ],\n \"streetName\": \"\",\n \"buildingNumber\": \"\",\n \"postCode\": \"\",\n \"townName\": \"\",\n \"state\": \"\",\n \"district\": \"\",\n \"country\": \"\"\n },\n \"bankName\": \"\",\n \"accountVerificationId\": \"\"\n },\n \"refId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-f4511b50-ec82-4f9c-a048-b9f7d1b5a086" }, { "id": "0ef4af5f-f076-4716-8e89-17429c4c088c", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-0ef4af5f-f076-4716-8e89-17429c4c088c" }, { "id": "3c9b586c-ff14-46c0-87e0-9ee6ec908608", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-3c9b586c-ff14-46c0-87e0-9ee6ec908608" }, { "id": "cd150bae-6488-4bf3-b674-3251a3fcd206", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-cd150bae-6488-4bf3-b674-3251a3fcd206" }, { "id": "9d7dcf84-be3b-481d-a58d-863ceb87a163", "name": "The requested entity, such as an account, was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-9d7dcf84-be3b-481d-a58d-863ceb87a163" }, { "id": "0de9d181-d2ec-4952-98f0-4c94523de64c", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-0de9d181-d2ec-4952-98f0-4c94523de64c" }, { "id": "01462758-a06f-4f34-a640-a98f3ccd90c2", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-01462758-a06f-4f34-a640-a98f3ccd90c2" }, { "id": "52a83320-134e-4199-9b2b-bd0d298f9473", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-52a83320-134e-4199-9b2b-bd0d298f9473" }, { "id": "baaa30c4-4f08-439d-a8ba-747a6c040640", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-baaa30c4-4f08-439d-a8ba-747a6c040640" }, { "id": "324d70b3-cffe-4031-9f53-9b81266f9231", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/transactions?limit=&offset=&refId=&startDate=&endDate=&amount=&providerPaymentId=&transactionType=INVALID_TYPE&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "transactions" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "Filters transactions by their `refId` value - returns only transactions with `refId` mentioned in the reference.", "key": "refId", "value": "" }, { "description": "Returns transactions created on or after this date, inclusive (in ISO 8601 format).", "key": "startDate", "value": "" }, { "description": "Returns transactions created on or before this date, inclusive (in ISO 8601 format).", "key": "endDate", "value": "" }, { "description": "Filters transactions by their transaction amount.", "key": "amount", "value": "" }, { "description": "Filters transactions by the provider-payment-id.", "key": "providerPaymentId", "value": "" }, { "description": "Filters transactions by type to include only CREDIT or DEBIT transactions.", "key": "transactionType", "value": "INVALID_TYPE" }, { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with `onBehalfOfId` specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-324d70b3-cffe-4031-9f53-9b81266f9231" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-00c1c157-b566-4ee9-805c-d6fd99a0206d" } ], "id": "452dccd1-524e-46ca-9ec7-d348a8750120", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-452dccd1-524e-46ca-9ec7-d348a8750120" }, { "name": "settlement-rule", "item": [ { "name": "Create a settlement rule", "id": "8832f7ba-de96-4693-985a-2dd91e93c32f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "variable": [ { "id": "256d460f-d23c-446c-87f8-f77bdd3d5861", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." } ] }, "description": "The `POST /virtual-accounts/{accountId}/settlement-rule` endpoint creates a settlement rule, for a given settlement account." }, "response": [ { "id": "fa6d967b-60c5-4951-8903-95ba6e7966e4", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"settlementRuleId\": \"\"\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-fa6d967b-60c5-4951-8903-95ba6e7966e4" }, { "id": "4d065858-3d5c-48f1-a434-cecb02e34da8", "name": "The client specified an invalid argument", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-4d065858-3d5c-48f1-a434-cecb02e34da8" }, { "id": "471e8201-c8ba-4a4c-b692-72155c4c9e08", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-471e8201-c8ba-4a4c-b692-72155c4c9e08" }, { "id": "135c92d7-3822-43c6-90a6-645be8ec77f4", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-135c92d7-3822-43c6-90a6-645be8ec77f4" }, { "id": "df1b3b63-c036-42e8-a8eb-08e49c4d2611", "name": "The requested entity, such as an account, was not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-df1b3b63-c036-42e8-a8eb-08e49c4d2611" }, { "id": "20711c31-e701-44f9-bfeb-cedbeee3ad86", "name": "Too many requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-20711c31-e701-44f9-bfeb-cedbeee3ad86" }, { "id": "594e6b46-438e-430b-81d8-fd95d7ec4295", "name": "An unexpected or internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-594e6b46-438e-430b-81d8-fd95d7ec4295" }, { "id": "d0b6c0db-740f-4b1d-9988-975fdccc24e1", "name": "The operation was not implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-d0b6c0db-740f-4b1d-9988-975fdccc24e1" }, { "id": "49fd4eca-c347-4ee1-9da2-f4a9438dc7a6", "name": "Service is unavailable", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-49fd4eca-c347-4ee1-9da2-f4a9438dc7a6" }, { "id": "07fd70b5-8626-4ed7-a123-5b8ad3f96575", "name": "Gateway has timed out", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"timeInterval\": \"MONTHLY\",\n \"intradayIntervalHours\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"intradayIntervalMinutes\": \"\",\n \"description\": \"sVR\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule" ], "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\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-07fd70b5-8626-4ed7-a123-5b8ad3f96575" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-8832f7ba-de96-4693-985a-2dd91e93c32f" } ], "id": "2e52a27b-0fb8-4a2b-8424-83a11682cf00", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-2e52a27b-0fb8-4a2b-8424-83a11682cf00" }, { "name": "settlement-rules", "item": [ { "name": "{settlementRuleId}", "item": [ { "name": "Get a settlement rule", "id": "f22510b4-0af2-4ba4-9f67-3365328ccab6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "id": "5b94e8c3-ac51-43f2-9aaf-3577d5cfd0af", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." }, { "id": "12ce457a-a55a-4202-bd15-9b13817d90cb", "key": "settlementRuleId", "value": "", "description": "(Required) The id of the settlement rule." } ] }, "description": "The `GET /virtual-accounts/{accountId}/settlement-rules/{settlementRuleId}` endpoint retrieves information for a specific settlement rule, for a given settlement account." }, "response": [ { "id": "5011872e-50a1-464e-84cc-c8cd67832057", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"settlementRule\": {\n \"settlementRuleId\": \"\",\n \"payerAccountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"BALANCE_TO_RETAIN\",\n \"amountValue\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"timeInterval\": \"QUARTERLY\",\n \"description\": \"G..9I\",\n \"status\": \"ACTIVE\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-5011872e-50a1-464e-84cc-c8cd67832057" }, { "id": "f9b40a6c-8120-4890-b5d8-cfb587633441", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-f9b40a6c-8120-4890-b5d8-cfb587633441" }, { "id": "7302f9c5-92f2-4805-bcc3-c9873898ebd8", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-7302f9c5-92f2-4805-bcc3-c9873898ebd8" }, { "id": "502b00aa-c9ac-4662-882f-3d6422194b1d", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-502b00aa-c9ac-4662-882f-3d6422194b1d" }, { "id": "936c1616-58c4-48ce-9b09-051270e533f5", "name": "The requested entity, such as a settlement rule, was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-936c1616-58c4-48ce-9b09-051270e533f5" }, { "id": "35bb9650-d7c9-479e-97a6-2a95c47944cf", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-35bb9650-d7c9-479e-97a6-2a95c47944cf" }, { "id": "19f3f8a9-cb4b-4579-8e4e-8da9a2e6591f", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-19f3f8a9-cb4b-4579-8e4e-8da9a2e6591f" }, { "id": "170a01d9-c2c8-4d9c-b828-d5ac14aa6d47", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-170a01d9-c2c8-4d9c-b828-d5ac14aa6d47" }, { "id": "af84e7e1-52d9-4810-b5fa-47487fd9084b", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-af84e7e1-52d9-4810-b5fa-47487fd9084b" }, { "id": "b223ec52-9bdc-423f-9175-c1cb313e65c8", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-b223ec52-9bdc-423f-9175-c1cb313e65c8" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-f22510b4-0af2-4ba4-9f67-3365328ccab6" }, { "name": "Delete a settlement rule", "id": "0a1d3006-1831-4035-a222-b165e84d3b21", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "id": "f37e7514-c608-4590-b634-8839a86afba5", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." }, { "id": "64ea83fe-af78-4c6a-bcea-984adbdc2415", "key": "settlementRuleId", "value": "", "description": "(Required) The id of the settlement rule." } ] }, "description": "The ` DELETE /virtual-accounts/{accountId}/settlement-rules/{settlementRuleId}` endpoint delete an active settlement rule, for a given settlement account." }, "response": [ { "id": "ec1d4155-43e0-4067-ae14-edf0b77a0ff9", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-ec1d4155-43e0-4067-ae14-edf0b77a0ff9" }, { "id": "b5595edc-1b41-4a15-9072-3fef2ed97656", "name": "The client specified an invalid argument", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-b5595edc-1b41-4a15-9072-3fef2ed97656" }, { "id": "bc734b48-089a-4cf3-82c1-76294a633677", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-bc734b48-089a-4cf3-82c1-76294a633677" }, { "id": "77eca6ca-9b59-4f6c-aaec-7a2f17ddec5e", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-77eca6ca-9b59-4f6c-aaec-7a2f17ddec5e" }, { "id": "7fd0ad49-f486-48b9-aace-042c02f63b4e", "name": "The requested entity, such as a settlement rule, was not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-7fd0ad49-f486-48b9-aace-042c02f63b4e" }, { "id": "6044bbb5-a93c-4218-93ec-f83d0ba9f054", "name": "Too many requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6044bbb5-a93c-4218-93ec-f83d0ba9f054" }, { "id": "3dc756be-f88a-4716-9e4e-a9cf0b3dc3a7", "name": "An unexpected or internal server error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-3dc756be-f88a-4716-9e4e-a9cf0b3dc3a7" }, { "id": "049ac39d-3a46-482e-b954-da0af4fc2d98", "name": "The operation was not implemented", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-049ac39d-3a46-482e-b954-da0af4fc2d98" }, { "id": "adad84c5-2aaf-493d-909f-654957b7909c", "name": "Service is unavailable", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-adad84c5-2aaf-493d-909f-654957b7909c" }, { "id": "50e48c6c-1430-4f66-a04d-bf24044337e2", "name": "Gateway has timed out", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules/:settlementRuleId", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules", ":settlementRuleId" ], "variable": [ { "key": "accountId" }, { "key": "settlementRuleId" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-50e48c6c-1430-4f66-a04d-bf24044337e2" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-0a1d3006-1831-4035-a222-b165e84d3b21" } ], "id": "93838499-2724-4d47-955f-0c06666f9e14", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-93838499-2724-4d47-955f-0c06666f9e14" }, { "name": "Get settlement rules", "id": "062c0c4f-b651-4cd8-9efa-c02f58b3e92c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "variable": [ { "id": "5aafef5d-5160-4897-89db-cbf3eaa0b21d", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." } ] }, "description": "The `GET /virtual-accounts/{accountId}/settlement-rules` endpoint retrieves information about settlement rules, for a given settlement account, according to the settlement rule status in the request. If no status is provided, the endpoint retrieves all settlement rules for the settlement account." }, "response": [ { "id": "bb4a7986-dd33-4be0-871b-e40febed42fa", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"settlementRule\": [\n {\n \"settlementRuleId\": \"\",\n \"payerAccountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"BALANCE_TO_RETAIN\",\n \"amountValue\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"timeInterval\": \"WEEKLY\",\n \"description\": \"46.1eFxU9\",\n \"status\": \"ACTIVE\"\n },\n {\n \"settlementRuleId\": \"\",\n \"payerAccountId\": \"\",\n \"payeeAccountDetails\": {\n \"name\": \"\",\n \"ultimateCreditorName\": \"\",\n \"bankName\": \"\",\n \"accountNumber\": \"\",\n \"bic\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\"\n },\n \"amountType\": \"FIXED_VALUE\",\n \"amountValue\": \"\",\n \"effectiveFrom\": \"\",\n \"effectiveTo\": \"\",\n \"timeInterval\": \"WEEKLY\",\n \"description\": \"4l Je\",\n \"status\": \"ACTIVE\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-bb4a7986-dd33-4be0-871b-e40febed42fa" }, { "id": "35376ffd-009b-467e-8cd2-4fc0e4cd9fcd", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-35376ffd-009b-467e-8cd2-4fc0e4cd9fcd" }, { "id": "f93d7458-61d2-495e-b0c5-fdcddb7b4798", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-f93d7458-61d2-495e-b0c5-fdcddb7b4798" }, { "id": "3110d2d1-dd99-4e11-b39f-9bcffeee8133", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-3110d2d1-dd99-4e11-b39f-9bcffeee8133" }, { "id": "cb6b11c7-d695-444c-9155-80fe29b51b31", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-cb6b11c7-d695-444c-9155-80fe29b51b31" }, { "id": "6641526a-9419-4520-8fd6-c99132840c24", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6641526a-9419-4520-8fd6-c99132840c24" }, { "id": "9ffe69f8-a361-4447-8a31-07371b625789", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-9ffe69f8-a361-4447-8a31-07371b625789" }, { "id": "8d4fd120-82de-49b7-bb69-7aee770eeeb1", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-8d4fd120-82de-49b7-bb69-7aee770eeeb1" }, { "id": "36578384-bc93-4ae5-87fe-efc023e05b1c", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"status\": \"ACTIVE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rules", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rules" ], "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\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-36578384-bc93-4ae5-87fe-efc023e05b1c" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-062c0c4f-b651-4cd8-9efa-c02f58b3e92c" } ], "id": "6e00f3ac-4506-4f50-9044-2c0ff729abae", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6e00f3ac-4506-4f50-9044-2c0ff729abae" }, { "name": "settlement-rule-payouts", "item": [ { "name": "Get settlement account payouts", "id": "a9cc6efe-f236-48e5-8610-cd71e87e98f8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "variable": [ { "id": "4fc0a4df-d48b-4163-bcf6-3e2a9850fb32", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." } ] }, "description": "The `GET /virtual-accounts/{accountId}/settlement-rule-payouts` endpoint retrieves information about payouts created by a settlement rule, for a given settlement account." }, "response": [ { "id": "ced1b336-7afc-4fc5-a3ea-6971b1816301", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pageInfo\": {\n \"limit\": 200,\n \"offset\": \"\",\n \"nextOffset\": \"\",\n \"haveMore\": false\n },\n \"payouts\": [\n [],\n []\n ]\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-ced1b336-7afc-4fc5-a3ea-6971b1816301" }, { "id": "3ae989e4-2ea2-46e4-ab8f-2ad040e952a9", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-3ae989e4-2ea2-46e4-ab8f-2ad040e952a9" }, { "id": "757f6c5b-3781-4493-a2ad-ace988ea8617", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-757f6c5b-3781-4493-a2ad-ace988ea8617" }, { "id": "125490c4-ef54-43c8-8e90-57ff9a43f1e1", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-125490c4-ef54-43c8-8e90-57ff9a43f1e1" }, { "id": "ae466c91-03cd-4093-9405-8da289dbceee", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-ae466c91-03cd-4093-9405-8da289dbceee" }, { "id": "67c63716-111b-4b22-8022-bbf75e9ce7f5", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-67c63716-111b-4b22-8022-bbf75e9ce7f5" }, { "id": "8d0a0705-90d1-46bf-af0a-12e04f10e7e8", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-8d0a0705-90d1-46bf-af0a-12e04f10e7e8" }, { "id": "ebfbd6c4-333e-4fc2-ac7a-643dd11f0cdc", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-ebfbd6c4-333e-4fc2-ac7a-643dd11f0cdc" }, { "id": "963a9142-51fd-4c0b-a38b-1b4459018627", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"limit\": \"\",\n \"offset\": \"\",\n \"settlementRuleId\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"ids\": [\n \"\",\n \"\"\n ],\n \"invertIds\": \"\",\n \"statuses\": [\n \"\",\n \"\"\n ],\n \"invertStatuses\": \"\",\n \"refIds\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId/settlement-rule-payouts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId", "settlement-rule-payouts" ], "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\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-963a9142-51fd-4c0b-a38b-1b4459018627" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-a9cc6efe-f236-48e5-8610-cd71e87e98f8" } ], "id": "df915154-42ef-4889-91f8-db6461d7f406", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-df915154-42ef-4889-91f8-db6461d7f406" }, { "name": "Get a settlement account", "id": "b7516d4c-0d9e-45f0-b1c5-c94889629f41", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "id": "65aef739-fb97-4f65-b5d7-53ed7d4b6c3c", "key": "accountId", "value": "", "description": "(Required) The system-generated, unique id which specifies the settlement account." } ] }, "description": "The `GET /virtual-accounts/{accountId}` endpoint the information, for a given settlement account." }, "response": [ { "id": "2951eff5-14e0-4853-bb98-9a94402efd5c", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"virtualAccount\": {\n \"accountId\": \"\",\n \"accountName\": \"\",\n \"accountNickName\": \"\",\n \"accountNumber\": \"\",\n \"availableBalance\": \"\",\n \"bic\": \"\",\n \"bookedBalance\": \"\",\n \"clearedBalance\": \"\",\n \"country\": \"\",\n \"createdDateTime\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\",\n \"status\": \"INVALID\",\n \"updatedDateTime\": \"\",\n \"onBehalfOfId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-2951eff5-14e0-4853-bb98-9a94402efd5c" }, { "id": "90caf27c-dc5d-4468-bb2e-9fd58e17491e", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-90caf27c-dc5d-4468-bb2e-9fd58e17491e" }, { "id": "0b9a507d-99f8-40b8-8404-9885e6fad6ac", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-0b9a507d-99f8-40b8-8404-9885e6fad6ac" }, { "id": "4d34d168-5ecd-4df2-9444-12be56fd7692", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-4d34d168-5ecd-4df2-9444-12be56fd7692" }, { "id": "3ada2978-57b5-49a0-ba61-9861be7f2336", "name": "The requested entity, such as an account, was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-3ada2978-57b5-49a0-ba61-9861be7f2336" }, { "id": "a7040c5b-3898-4638-9ae3-19a08ca8de21", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-a7040c5b-3898-4638-9ae3-19a08ca8de21" }, { "id": "176a0007-88b1-4975-8480-0842d3ce357b", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-176a0007-88b1-4975-8480-0842d3ce357b" }, { "id": "37e085e6-44da-4f97-aebf-39e78b8495b4", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-37e085e6-44da-4f97-aebf-39e78b8495b4" }, { "id": "528fae71-e0b3-496a-9250-d6bec0e05c20", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-528fae71-e0b3-496a-9250-d6bec0e05c20" }, { "id": "ede5ed5f-a64c-4aa7-9bd6-f37f73718cdb", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts/:accountId?onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts", ":accountId" ], "query": [ { "description": "Filters payments by the `onBehalfOfId` value - returns only payments with the `onBehalfOfId` value specified in this parameter. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-ede5ed5f-a64c-4aa7-9bd6-f37f73718cdb" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-b7516d4c-0d9e-45f0-b1c5-c94889629f41" } ], "id": "88d47dbc-dff7-49ce-b672-80de9b3f4bc5", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-88d47dbc-dff7-49ce-b672-80de9b3f4bc5" }, { "name": "Create a settlement account", "id": "f740336a-3b04-4ccf-acaa-84dbb720c55b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] }, "description": "The `POST /virtual-accounts` endpoint creates a settlement account." }, "response": [ { "id": "fce029dc-413f-46c6-a507-b0b9f608dbe2", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"virtualAccount\": {\n \"accountId\": \"\",\n \"accountName\": \"\",\n \"accountNickName\": \"\",\n \"accountNumber\": \"\",\n \"availableBalance\": \"\",\n \"bic\": \"\",\n \"bookedBalance\": \"\",\n \"clearedBalance\": \"\",\n \"country\": \"\",\n \"createdDateTime\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\",\n \"status\": \"INVALID\",\n \"updatedDateTime\": \"\",\n \"onBehalfOfId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-fce029dc-413f-46c6-a507-b0b9f608dbe2" }, { "id": "cda0149a-5e39-45a0-95b2-1f7a39df9394", "name": "The client specified an invalid argument", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-cda0149a-5e39-45a0-95b2-1f7a39df9394" }, { "id": "345b2929-89b9-4d89-88db-3ebd2b551369", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-345b2929-89b9-4d89-88db-3ebd2b551369" }, { "id": "640b2cb2-b851-4627-ae13-0164672acd5e", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-640b2cb2-b851-4627-ae13-0164672acd5e" }, { "id": "f19ae6d0-faf9-4afb-b571-fa4b3e215910", "name": "The requested entity, such as a TPP, was not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-f19ae6d0-faf9-4afb-b571-fa4b3e215910" }, { "id": "bf10c3cf-2164-4935-99f5-dea850898940", "name": "Too many requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-bf10c3cf-2164-4935-99f5-dea850898940" }, { "id": "3ae3a974-7b0e-411d-97b0-d30780d2595b", "name": "An unexpected or internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-3ae3a974-7b0e-411d-97b0-d30780d2595b" }, { "id": "232e7ad0-47b6-4935-8378-90b7350dd01d", "name": "The operation was not implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-232e7ad0-47b6-4935-8378-90b7350dd01d" }, { "id": "ebd0b530-2f8e-4845-8be0-bffb3ac7b943", "name": "Service is unavailable", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-ebd0b530-2f8e-4845-8be0-bffb3ac7b943" }, { "id": "5bdc9422-c03f-4a25-8818-8041b47e5efd", "name": "Gateway has timed out", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"country\": \"\",\n \"accountNickName\": \"\",\n \"onBehalfOfId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/virtual-accounts", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-5bdc9422-c03f-4a25-8818-8041b47e5efd" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-f740336a-3b04-4ccf-acaa-84dbb720c55b" }, { "name": "Get settlement accounts", "id": "457e23b1-5405-46b4-a9c6-9792d8f468db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] }, "description": "The `GET /virtual-accounts` endpoint retrieves information for all settlement accounts." }, "response": [ { "id": "d7cf0043-88d6-4f57-9834-3ed917c7608f", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pageInfo\": {\n \"limit\": 200,\n \"offset\": \"\",\n \"nextOffset\": \"\",\n \"haveMore\": false\n },\n \"virtualAccount\": [\n {\n \"accountId\": \"\",\n \"accountName\": \"\",\n \"accountNickName\": \"\",\n \"accountNumber\": \"\",\n \"availableBalance\": \"\",\n \"bic\": \"\",\n \"bookedBalance\": \"\",\n \"clearedBalance\": \"\",\n \"country\": \"\",\n \"createdDateTime\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\",\n \"status\": \"INVALID\",\n \"updatedDateTime\": \"\",\n \"onBehalfOfId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"accountName\": \"\",\n \"accountNickName\": \"\",\n \"accountNumber\": \"\",\n \"availableBalance\": \"\",\n \"bic\": \"\",\n \"bookedBalance\": \"\",\n \"clearedBalance\": \"\",\n \"country\": \"\",\n \"createdDateTime\": \"\",\n \"currency\": \"\",\n \"iban\": \"\",\n \"sortCode\": \"\",\n \"status\": \"INVALID\",\n \"updatedDateTime\": \"\",\n \"onBehalfOfId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-d7cf0043-88d6-4f57-9834-3ed917c7608f" }, { "id": "5f4f8a78-4702-4536-82c2-a9ca95d90536", "name": "The client specified an invalid argument", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-5f4f8a78-4702-4536-82c2-a9ca95d90536" }, { "id": "6a63f92e-4948-4430-9df3-44b088bd2ee6", "name": "The authorization information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6a63f92e-4948-4430-9df3-44b088bd2ee6" }, { "id": "6662a4b0-775b-4653-890c-51d264ceafa2", "name": "Permission to access this endpoint is denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"aute dolore inci\",\n \"message\": \"\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-6662a4b0-775b-4653-890c-51d264ceafa2" }, { "id": "52483947-9522-471a-8a93-6eee08a4e3cd", "name": "The requested entity, such as a TPP, was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"proident\",\n \"message\": \"\",\n \"paymentId\": \"proident officia dolore \",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-52483947-9522-471a-8a93-6eee08a4e3cd" }, { "id": "e432702b-276e-4fdc-911d-f0f057e52ecb", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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\": \"eiusmod sit exercitation\",\n \"message\": \"\",\n \"paymentId\": \"consequat ex Ut\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-e432702b-276e-4fdc-911d-f0f057e52ecb" }, { "id": "65b6bc5d-3434-4ce1-ace8-66d582849e3d", "name": "An unexpected or internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "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:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-65b6bc5d-3434-4ce1-ace8-66d582849e3d" }, { "id": "15b29725-8fa6-4d1e-be89-a966a9cc8503", "name": "The operation was not implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"qui\",\n \"message\": \"\",\n \"paymentId\": \"voluptate ea veniam\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-15b29725-8fa6-4d1e-be89-a966a9cc8503" }, { "id": "20a60b31-f40d-4042-a84c-85d3dc122d88", "name": "Service is unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"officia anim Lorem\",\n \"message\": \"\",\n \"paymentId\": \"cillum\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-20a60b31-f40d-4042-a84c-85d3dc122d88" }, { "id": "927e19bf-9d81-4152-98b7-902b1ccd1f61", "name": "Gateway has timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/virtual-accounts?limit=&offset=¤cy=&country=&nickname=&onBehalfOfId=", "host": [ "{{baseUrl}}" ], "path": [ "virtual-accounts" ], "query": [ { "description": "The maximum number of records to return.
The maximum allowed limit is 200. If the passed limit is bigger than this, it will be set to 200.", "key": "limit", "value": "" }, { "description": "The offset for the current page. The offset is not required to fetch the first page. To fetch subsequent pages, use the 'nextOffset' value from the previous page response.
The offset value should not be parsed and/or understood in any way.", "key": "offset", "value": "" }, { "description": "The ISO 4217 three letter currency code.", "key": "currency", "value": "" }, { "description": "Two-letter country code in upper case (ISO 3166-1 alpha-2).", "key": "country", "value": "" }, { "description": "The alias name that identifies the settlement account.", "key": "nickname", "value": "" }, { "description": "The id of the ultimate client on whose behalf the account is created. If the account is created on behalf of a sub-TPP, this field should contain the sub-TPP `referenceId`. This field is mandatory for unregulated TPPs.", "key": "onBehalfOfId", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"errorCode\": \"nulla Ut et\",\n \"message\": \"\",\n \"paymentId\": \"nulla voluptate occaecat\",\n \"tokenTraceId\": \"\"\n }\n}", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-927e19bf-9d81-4152-98b7-902b1ccd1f61" } ], "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-457e23b1-5405-46b4-a9c6-9792d8f468db" } ], "id": "090c7f5b-9569-4fcf-bd58-acdfd5bb5861", "createdAt": "2026-07-28T11:04:54.000Z", "updatedAt": "2026-07-28T11:04:54.000Z", "uid": "35240-090c7f5b-9569-4fcf-bd58-acdfd5bb5861" } ], "variable": [ { "key": "baseUrl", "value": "https://api.token.io" } ] }