{ "info": { "_postman_id": "f8b698c3-9ea9-47d6-a1db-b7fa9cfe0d4f", "name": "Zepto PayTo API", "description": "Documentation for the Zepto PayTo API.\n\nContact Support:\n Email: support@zepto.com.au", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-f8b698c3-9ea9-47d6-a1db-b7fa9cfe0d4f" }, "item": [ { "name": "payto", "item": [ { "name": "agreements", "item": [ { "name": "{agreement_uid}", "item": [ { "name": "history", "item": [ { "name": "list agreement history", "id": "893cc13f-1116-46d4-9080-670c2e33f6bb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "id": "3b56cb82-37c3-4bfe-a5eb-46126343d6de", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] } }, "response": [ { "id": "e8d09c3e-7db3-4224-8793-b4a5bb1c5271", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"links\": {\n \"next\": \"\"\n },\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"published_at\": \"\",\n \"resource_uid\": \"wP6xIGWCk4lA7nnGQ3leAPh-udA6-fUJ~L3a7pJ9ce3yUaMJUCyt\",\n \"resource_type\": \"payto_refund\",\n \"body\": {\n \"mms_agreement_id\": \"fb5562c3a3af1a1580e2f6131d0fa625\"\n },\n \"resource_metadata\": {}\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"published_at\": \"\",\n \"resource_uid\": \"l9VyX34WHU-hry5K58cCJUCTpr2W_ZjwErP9oPyh_IYCi8v_u0aO\",\n \"resource_type\": \"payto_refund\",\n \"body\": {\n \"mms_agreement_id\": \"a48fff6bc0ae1947afda2dbfab908987\"\n },\n \"resource_metadata\": {}\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e8d09c3e-7db3-4224-8793-b4a5bb1c5271" }, { "id": "cf1bf06d-19c4-44fd-8358-e99b80c6d383", "name": "unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-cf1bf06d-19c4-44fd-8358-e99b80c6d383" }, { "id": "5daa0c4e-5a21-477a-972e-d0f49ec706ea", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-5daa0c4e-5a21-477a-972e-d0f49ec706ea" }, { "id": "35c6e483-8c3a-45c5-8bbd-eb0ce002b7b4", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-35c6e483-8c3a-45c5-8bbd-eb0ce002b7b4" }, { "id": "204e17f1-dc08-40a8-9ca6-5441c83fa546", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPPGN00\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-204e17f1-dc08-40a8-9ca6-5441c83fa546" }, { "id": "f43f294c-d5ce-4984-a8ef-bb484731ddae", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/history?per_page=20&starting_after=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "history" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" } ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f43f294c-d5ce-4984-a8ef-bb484731ddae" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-893cc13f-1116-46d4-9080-670c2e33f6bb" } ], "id": "69542008-5d6b-4cf5-a265-e85cb425e5d5", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-69542008-5d6b-4cf5-a265-e85cb425e5d5" }, { "name": "amendment", "item": [ { "name": "recall", "item": [ { "name": "create amendment_recall", "id": "78d4ac4f-4d45-4d6d-b95b-675d78daa835", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"amendment_applied\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment/recall", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment", "recall" ], "variable": [ { "id": "d97fcd19-8d59-4825-a91b-95d5e873c8fb", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] }, "description": "An in-progress amendment for an Agreement can be recalled if debtor has not responded yet. Once the amendment as been recalled a new amendment can be created." }, "response": [ { "id": "eddf6808-940f-4aa9-b2e8-68caf8b1f47d", "name": "accepted", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"amendment_applied\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment/recall", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment", "recall" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-eddf6808-940f-4aa9-b2e8-68caf8b1f47d" }, { "id": "020fa65d-bfc5-454a-86b3-25d6be3ab218", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"sandbox\": {\n \"simulate\": \"amendment_applied\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment/recall", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment", "recall" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-020fa65d-bfc5-454a-86b3-25d6be3ab218" }, { "id": "2439cf0e-bc1f-4096-a09a-db3eb901b85e", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"amendment_applied\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment/recall", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment", "recall" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-2439cf0e-bc1f-4096-a09a-db3eb901b85e" }, { "id": "c6c765c5-84c8-4748-84aa-1f9a64a1d7b0", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"sandbox\": {\n \"simulate\": \"amendment_applied\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment/recall", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment", "recall" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPARE01\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c6c765c5-84c8-4748-84aa-1f9a64a1d7b0" }, { "id": "de96e5b7-d029-47f2-ac45-e4757d5faf48", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"amendment_applied\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment/recall", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment", "recall" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-de96e5b7-d029-47f2-ac45-e4757d5faf48" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-78d4ac4f-4d45-4d6d-b95b-675d78daa835" } ], "id": "1c1a8c27-08ea-454e-854f-53ad810729bf", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-1c1a8c27-08ea-454e-854f-53ad810729bf" }, { "name": "create amendment", "id": "a4dd989d-97c4-4107-a112-c4f9283d1fad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "id": "87eba167-a075-43d5-bf09-1cfb4dcf1169", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] }, "description": "Create an amendment for an existing Agreement.\n\nAny attributes of the existing Agreement that will no longer be relevant after the amendment has been applied must be set to `null` as part of the amendment.\nFor example, when amending `payment_terms.type` from `\"fixed\"` to `\"variable\"`, `payment_terms.amount` must be set to `null`.\n" }, "response": [ { "id": "cf94c8a9-e99a-4210-bd3e-c1931de1bac9", "name": "accepted", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-cf94c8a9-e99a-4210-bd3e-c1931de1bac9" }, { "id": "500a67e5-1ec8-421a-a2fd-4f49f740eba0", "name": "bad request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-500a67e5-1ec8-421a-a2fd-4f49f740eba0" }, { "id": "82fc465a-e7df-4cc3-b7d9-d756ebcfb85c", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-82fc465a-e7df-4cc3-b7d9-d756ebcfb85c" }, { "id": "bb32be8b-df30-410f-8cba-625c3f2863f8", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-bb32be8b-df30-410f-8cba-625c3f2863f8" }, { "id": "51faa062-3065-455e-8757-628c00300912", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-51faa062-3065-455e-8757-628c00300912" }, { "id": "8bf762bb-9241-4f8b-b025-ba2b9bffd92d", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPUNP04\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-8bf762bb-9241-4f8b-b025-ba2b9bffd92d" }, { "id": "9988ef51-4a7e-40a8-89f2-e4c6fbfa2c5d", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"changes\": {\n \"description\": \"JTg5m8^\",\n \"validity_end_date\": \"4468-84-09\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2601-18-22\",\n \"last_payment_date\": \"5923-25-48\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"lAq\",\n \"party_name\": \"136I+P~Tc\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"600838-w;#K3V\\\"P&xIa)JmYO{\"\n }\n },\n \"initiator\": {\n \"name\": \"pCYd!pAUX^\",\n \"legal_name\": \"nt59sqa7\",\n \"abn\": \"55994718203\",\n \"acn\": \"648855783\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"agreement_cancelled\",\n \"delay\": \"\"\n },\n \"resolution_requested_before\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-9988ef51-4a7e-40a8-89f2-e4c6fbfa2c5d" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-a4dd989d-97c4-4107-a112-c4f9283d1fad" }, { "name": "show amendment", "id": "ec1cdc47-5b5e-4fd5-a30d-cb02a874562b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "id": "52198e7c-a8f2-4c02-9c40-43ca9a95d725", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] }, "description": "This will return any in-progress amendment for an Agreement (e.g. no response from debtor). If the Agreement has no in-progress amendment, endpoint will return `404`" }, "response": [ { "id": "c3ee642d-b2fa-4427-acb7-346e56e0c454", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"agreement_uid\": \"GKG0dAloD8r\",\n \"changes\": {\n \"description\": \"YD]\",\n \"validity_end_date\": \"4798-95-40\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"daily\",\n \"count\": \"\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"5080-87-24\",\n \"last_payment_date\": \"6705-02-33\"\n },\n \"creditor\": {\n \"ultimate_party_name\": \"sdU_z\",\n \"party_name\": \"q&ZW\",\n \"account_identifier\": {\n \"type\": \"alias_phone\",\n \"value\": \"183370-^uP{;86\\\"\"\n }\n },\n \"initiator\": {\n \"name\": \"%&\",\n \"legal_name\": \"]}>/CUWs?y8\",\n \"abn\": \"03300242648\",\n \"acn\": \"401372177\"\n }\n },\n \"state\": \"applied\",\n \"actor\": \"debtor\",\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"BVSD\"\n },\n \"created_at\": \"\",\n \"resolution_requested_before\": \"\",\n \"links\": {\n \"agreement\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c3ee642d-b2fa-4427-acb7-346e56e0c454" }, { "id": "a59b6dda-b3f1-41d3-bcdf-32190d0c8aba", "name": "unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-a59b6dda-b3f1-41d3-bcdf-32190d0c8aba" }, { "id": "c4447d9a-0fba-43cd-be6a-76b6c2072baf", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c4447d9a-0fba-43cd-be6a-76b6c2072baf" }, { "id": "f4bf659d-ca5c-4590-9ef7-29ddfb7849a8", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f4bf659d-ca5c-4590-9ef7-29ddfb7849a8" }, { "id": "fa832d61-821a-4542-8212-9a3cc88f81cd", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/amendment", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "amendment" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-fa832d61-821a-4542-8212-9a3cc88f81cd" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-ec1cdc47-5b5e-4fd5-a30d-cb02a874562b" } ], "id": "c4f59a44-d9fa-47f6-a3bb-649dfd96adee", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c4f59a44-d9fa-47f6-a3bb-649dfd96adee" }, { "name": "cancellation", "item": [ { "name": "cancel agreement", "id": "7aa23262-5866-40f2-b99e-7919d9eb8999", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "id": "9492d07e-6cfe-46bd-9ad4-251c39ca2b5a", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] } }, "response": [ { "id": "5b5c5893-5417-498f-bd63-0888b08954c6", "name": "accepted", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-5b5c5893-5417-498f-bd63-0888b08954c6" }, { "id": "428f0132-9de8-4e5d-acdd-cefc97a75da2", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-428f0132-9de8-4e5d-acdd-cefc97a75da2" }, { "id": "e686650f-e0ca-42d0-a980-ce0e300cedca", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e686650f-e0ca-42d0-a980-ce0e300cedca" }, { "id": "d3d658b5-8351-4268-8a68-14ec79b2ddc5", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-d3d658b5-8351-4268-8a68-14ec79b2ddc5" }, { "id": "3524e320-c985-4da6-926f-f7d42fb0148a", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-3524e320-c985-4da6-926f-f7d42fb0148a" }, { "id": "80d78c9c-0f88-4c94-88c6-cbe9a56e8aa9", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPCAN00\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-80d78c9c-0f88-4c94-88c6-cbe9a56e8aa9" }, { "id": "85c74480-651f-4114-be20-7b75465222ed", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"initiating_party_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_cancellation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/cancellation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "cancellation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-85c74480-651f-4114-be20-7b75465222ed" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-7aa23262-5866-40f2-b99e-7919d9eb8999" } ], "id": "e3c4089a-daa1-46b3-849f-f1f628e40b35", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e3c4089a-daa1-46b3-849f-f1f628e40b35" }, { "name": "suspension", "item": [ { "name": "suspend agreement", "id": "abf27da3-755c-4774-ab1c-8661ec96789f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "id": "e3c11274-1a2c-475a-8ae2-3ee4a880e881", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] } }, "response": [ { "id": "db721eff-28f5-4616-af58-0d38c65534fd", "name": "accepted", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-db721eff-28f5-4616-af58-0d38c65534fd" }, { "id": "ebb71083-2333-4951-b0f8-3d4f4a97ba2f", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-ebb71083-2333-4951-b0f8-3d4f4a97ba2f" }, { "id": "599e14e1-c400-42b4-af0e-c2eb0d94985b", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-599e14e1-c400-42b4-af0e-c2eb0d94985b" }, { "id": "1e7d49fe-9c3d-48f0-be09-8779f0e332a5", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-1e7d49fe-9c3d-48f0-be09-8779f0e332a5" }, { "id": "3fd60ed1-7f84-4288-9d33-201c240ebfb9", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-3fd60ed1-7f84-4288-9d33-201c240ebfb9" }, { "id": "88c5490e-19c5-49f3-98c2-37bdc96ff761", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPSUS00\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-88c5490e-19c5-49f3-98c2-37bdc96ff761" }, { "id": "7f444826-79be-42e9-938e-7216b971cac3", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"customer_requested\",\n \"narrative\": \"\",\n \"sandbox\": {\n \"simulate\": \"successful_suspension\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/suspension", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "suspension" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-7f444826-79be-42e9-938e-7216b971cac3" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-abf27da3-755c-4774-ab1c-8661ec96789f" } ], "id": "284b2bd3-ec5b-43f2-aab4-51824afd64b7", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-284b2bd3-ec5b-43f2-aab4-51824afd64b7" }, { "name": "reactivation", "item": [ { "name": "reactivate agreement", "id": "6200eb5c-6aa4-4dda-8d79-af05550d08cc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "id": "7d5ea29c-20f2-4883-8dab-1faecc544387", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] } }, "response": [ { "id": "d9f7c3ec-ba04-42f3-91e9-36a2f0b8eab6", "name": "accepted", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-d9f7c3ec-ba04-42f3-91e9-36a2f0b8eab6" }, { "id": "89619cd4-967c-45cf-b29b-7f372433aaed", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-89619cd4-967c-45cf-b29b-7f372433aaed" }, { "id": "796f556a-7b99-4680-a5ee-08bf489c2372", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-796f556a-7b99-4680-a5ee-08bf489c2372" }, { "id": "b5d46c23-5f74-482a-a75e-987afff9fcfa", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-b5d46c23-5f74-482a-a75e-987afff9fcfa" }, { "id": "c8180ebb-1fc7-40bd-aaf6-b085ddf87cf9", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c8180ebb-1fc7-40bd-aaf6-b085ddf87cf9" }, { "id": "0ef21a18-32cb-408c-8a40-9f0508e58327", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPREA01\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-0ef21a18-32cb-408c-8a40-9f0508e58327" }, { "id": "8aae3e05-0cd5-4690-9715-9fd35654539b", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sandbox\": {\n \"simulate\": \"successful_reactivation\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/reactivation", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "reactivation" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-8aae3e05-0cd5-4690-9715-9fd35654539b" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-6200eb5c-6aa4-4dda-8d79-af05550d08cc" } ], "id": "188e242b-b1bf-44d2-92f8-99e0ffeb708b", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-188e242b-b1bf-44d2-92f8-99e0ffeb708b" }, { "name": "simulate_debtor_action", "item": [ { "name": "simulate debtor [sandbox]", "id": "f9744385-1c74-40bc-8632-f1fc4e48a145", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "id": "9ef45786-6c5b-47bc-9d57-2447563dcd8e", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] }, "description": "**SANDBOX ONLY** Enables simulation of actions debtor party can trigger for an agreement: `amendment`, `cancellation`, `suspension` & `reactivation`" }, "response": [ { "id": "f32d4592-93f6-4c6a-9e43-9e34e85bf509", "name": "accepted", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f32d4592-93f6-4c6a-9e43-9e34e85bf509" }, { "id": "e7299cd8-4e2c-4ea0-87f1-933be01f3f46", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e7299cd8-4e2c-4ea0-87f1-933be01f3f46" }, { "id": "42bc4507-d31e-45f2-bd14-7bcf6dcebf25", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-42bc4507-d31e-45f2-bd14-7bcf6dcebf25" }, { "id": "b53ef7c2-70ff-449f-b359-f00aa00deb6c", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-b53ef7c2-70ff-449f-b359-f00aa00deb6c" }, { "id": "92c9c832-da6f-4308-ae92-5200ee1299fd", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-92c9c832-da6f-4308-ae92-5200ee1299fd" }, { "id": "7fdea236-2035-4fda-89e3-a920cb74c333", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPUNP04\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-7fdea236-2035-4fda-89e3-a920cb74c333" }, { "id": "e731d685-834b-48ec-b388-a5f0ec4bdbc0", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"debtor_action\": \"cancellation\",\n \"reason\": \"closed_account_number\",\n \"narrative\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid/simulate_debtor_action", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid", "simulate_debtor_action" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e731d685-834b-48ec-b388-a5f0ec4bdbc0" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f9744385-1c74-40bc-8632-f1fc4e48a145" } ], "id": "a1540440-55c9-45eb-94f3-0a0eef88a2a4", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-a1540440-55c9-45eb-94f3-0a0eef88a2a4" }, { "name": "show agreement", "id": "0466e372-3400-4680-8631-9719c0ad737e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid" ], "variable": [ { "id": "547ab3b5-af18-4a70-8cd7-26eddffe4462", "key": "agreement_uid", "value": "DTdaH60WfHPrm-E2dl~5rMKE4cLTsGC17U_GNewbi_k1RL_oj1", "description": "(Required) " } ] } }, "response": [ { "id": "de013d57-f08b-4e38-9c86-134b57109043", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uid\": \"NZcBsI\",\n \"state\": \"failed\",\n \"purpose\": \"tax\",\n \"created_at\": \"\",\n \"payment_terms\": {\n \"type\": \"variable\",\n \"frequency\": \"annual\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"count\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"4903-01-96\",\n \"last_payment_date\": \"8749-73-35\"\n },\n \"debtor\": {\n \"party_name\": \")cZxIrVn\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"720095-n^?2pA;wUI}VF:M8?\"\n },\n \"ultimate_party_name\": \"DY~\\\\1)@`osO\"\n },\n \"initiator\": {\n \"name\": \"|2zbIM\",\n \"legal_name\": \"$)'}1Aab.@,\",\n \"abn\": \"00095910112\",\n \"acn\": \"046886833\"\n },\n \"validity_start_date\": \"3103-26-98\",\n \"validity_end_date\": \"5380-43-65\",\n \"links\": {\n \"self\": \"\"\n },\n \"state_caused_by\": \"zepto_system\",\n \"mms_agreement_id\": \"d7ed7bda787c17e888de22a9d9b74356\",\n \"description\": \")X~T\\\"F\",\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"creditor\": {\n \"party_name\": \"%RM{[&\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"299078-m,ikQt. :2PwDA8;(Jk]=d3X K,X\"\n },\n \"ultimate_party_name\": \"b?\"\n },\n \"state_reason\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"MMS.API.9102\"\n },\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-de013d57-f08b-4e38-9c86-134b57109043" }, { "id": "47aad2ec-dee9-48cb-8c59-6603aa673565", "name": "unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-47aad2ec-dee9-48cb-8c59-6603aa673565" }, { "id": "e913897a-8cf1-47b9-b32a-3fa27f5294b2", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e913897a-8cf1-47b9-b32a-3fa27f5294b2" }, { "id": "a52ffce5-8869-414d-8e81-787f3beda9f7", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-a52ffce5-8869-414d-8e81-787f3beda9f7" }, { "id": "d2cd0f63-d08d-46da-a552-2a85857dc0d9", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements/:agreement_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements", ":agreement_uid" ], "variable": [ { "key": "agreement_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-d2cd0f63-d08d-46da-a552-2a85857dc0d9" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-0466e372-3400-4680-8631-9719c0ad737e" } ], "id": "8f979b5c-481e-45da-ac45-f4176a84df0d", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-8f979b5c-481e-45da-ac45-f4176a84df0d" }, { "name": "create agreement", "id": "f6409fd8-c194-454b-84b0-cf872b7fe333", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "response": [ { "id": "dd1e322d-525d-4ce0-be7f-8f9abb6824ad", "name": "successful", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uid\": \"M8VKtT6m_z.awfBuLl0GSKfuC-ac2nKB1V1\",\n \"state\": \"expired\",\n \"purpose\": \"personal\",\n \"created_at\": \"\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"daily\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"count\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"7974-87-68\",\n \"last_payment_date\": \"6600-50-11\"\n },\n \"debtor\": {\n \"party_name\": \"5lM5Bh:]\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"793474-?b\\\"`gJ(\"\n },\n \"ultimate_party_name\": \"al Rm,ZPS9\"\n },\n \"initiator\": {\n \"name\": \"<-XL{oW}\",\n \"legal_name\": \"z*-PG'>R7\",\n \"abn\": \"31693649327\",\n \"acn\": \"412224611\"\n },\n \"validity_start_date\": \"7758-79-70\",\n \"validity_end_date\": \"0571-99-68\",\n \"links\": {\n \"self\": \"\"\n },\n \"state_caused_by\": \"debtor\",\n \"mms_agreement_id\": \"ccc6ca978d7f1c90850dc3852a7ed024\",\n \"description\": \"kivw\",\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"creditor\": {\n \"party_name\": \"1Yke\\\\8\",\n \"account_identifier\": {\n \"type\": \"alias_phone\",\n \"value\": \"061665-> Uf`xoO-&l\\\"\\\\aj&NWvV9]u|Ti\"\n },\n \"ultimate_party_name\": \"7_n1\"\n },\n \"state_reason\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"MMS.API.9003\"\n },\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-dd1e322d-525d-4ce0-be7f-8f9abb6824ad" }, { "id": "a473414b-d7fd-4a0b-a31b-0a36fe160843", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-a473414b-d7fd-4a0b-a31b-0a36fe160843" }, { "id": "42632c65-f05e-4d14-a196-aa4d55b359bc", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-42632c65-f05e-4d14-a196-aa4d55b359bc" }, { "id": "ecda98f5-3068-44b6-be06-a60cdba914b8", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-ecda98f5-3068-44b6-be06-a60cdba914b8" }, { "id": "c14c3255-ef3c-4a54-afff-1daad5e5ae1b", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPUNP04\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c14c3255-ef3c-4a54-afff-1daad5e5ae1b" }, { "id": "623d85e6-67d0-482c-ac93-606048170f92", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"2UAhCK-_MSDRAbTkVJv50z-WVmPFVE-~GDL.U8mzkhmo.DmwBjMoZrm\",\n \"purpose\": \"gambling\",\n \"description\": \"f'7\",\n \"payment_terms\": {\n \"type\": \"fixed\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"count\": \"\",\n \"first_payment_date\": \"1610-22-20\",\n \"last_payment_date\": \"5486-57-58\"\n },\n \"debtor\": {\n \"party_name\": \"p(ZI=x]l32v\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"423931-ZD~|\"\n },\n \"ultimate_party_name\": \",2~E1r\"\n },\n \"creditor\": {\n \"party_name\": \"EtLVR/2U*\",\n \"ultimate_party_name\": \"ulyF\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"139319-~$[CH7?h+m4bbfq}$HNtp6b!PIn\"\n }\n },\n \"initiator\": {\n \"abn\": \"51923246776\",\n \"name\": \"r:\",\n \"legal_name\": \"%*W-mdDx\\\\G\"\n },\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"validity_start_date\": \"5837-78-52\",\n \"validity_end_date\": \"0181-90-66\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"alias_resolution_service_unavailable\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/agreements", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-623d85e6-67d0-482c-ac93-606048170f92" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f6409fd8-c194-454b-84b0-cf872b7fe333" }, { "name": "list agreements", "id": "03b1f4f2-7713-448f-8aff-d202917a1e4f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/agreements?per_page=20&starting_after=&state=cancelled,expired&initiator_name=&min_created_date=&max_created_date=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter agreements by state. Multiple values can be separated by commas.", "key": "state", "value": "cancelled,expired" }, { "description": "Filter agreements by initiator name. The filtering is case sensitive and must be an exact match.", "key": "initiator_name", "value": "" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" } ] } }, "response": [ { "id": "766b6c47-898d-4d2a-a566-b21df08c9333", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements?per_page=20&starting_after=&state=cancelled,expired&initiator_name=&min_created_date=&max_created_date=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter agreements by state. Multiple values can be separated by commas.", "key": "state", "value": "cancelled,expired" }, { "description": "Filter agreements by initiator name. The filtering is case sensitive and must be an exact match.", "key": "initiator_name", "value": "" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"links\": {\n \"next\": \"\"\n },\n \"data\": [\n {\n \"uid\": \"iZyPgWohLD9e.kPDzjUzqYSi1xu7CNktvFRE47NFqIfiZv0xG6Ap8q8dDR9\",\n \"state\": \"created\",\n \"purpose\": \"personal\",\n \"created_at\": \"\",\n \"payment_terms\": {\n \"type\": \"usage_based\",\n \"frequency\": \"daily\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"count\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"2780-38-66\",\n \"last_payment_date\": \"4158-22-81\"\n },\n \"debtor\": {\n \"party_name\": \"dgv`oA>=3\",\n \"account_identifier\": {\n \"type\": \"alias_phone\",\n \"value\": \"868715-{6M^AyRl^3FPJYtC6BQo[wtM9i\"\n },\n \"ultimate_party_name\": \"+O_`c4/\"\n },\n \"initiator\": {\n \"name\": \"5L M8={#|V\",\n \"legal_name\": \"N\",\n \"abn\": \"12787215324\",\n \"acn\": \"689893072\"\n },\n \"validity_start_date\": \"6965-46-23\",\n \"validity_end_date\": \"3209-51-87\",\n \"links\": {\n \"self\": \"\"\n },\n \"state_caused_by\": \"initiator\",\n \"mms_agreement_id\": \"3ce7d7a15565195aa8a73214eb96ae35\",\n \"description\": \"J#'M\",\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"creditor\": {\n \"party_name\": \"UD(gE\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"971596-zJr*RvV(%8B>%szK+I\"\n },\n \"ultimate_party_name\": \"m9\"\n },\n \"state_reason\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"CTEX\"\n },\n \"metadata\": {}\n },\n {\n \"uid\": \"QrouXr~OKZHDz2q_4ddtCJdSR88IEOijirztyLoHP~B\",\n \"state\": \"pending\",\n \"purpose\": \"salary\",\n \"created_at\": \"\",\n \"payment_terms\": {\n \"type\": \"balloon\",\n \"frequency\": \"semi_annual\",\n \"amount\": \"\",\n \"max_amount\": \"\",\n \"count\": \"\",\n \"first_payment_amount\": \"\",\n \"last_payment_amount\": \"\",\n \"first_payment_date\": \"6676-90-09\",\n \"last_payment_date\": \"2415-72-49\"\n },\n \"debtor\": {\n \"party_name\": \"8@{\",\n \"account_identifier\": {\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"865245-J}[A)MmynOC9`)oO-zup8f:/6fXc\"\n },\n \"ultimate_party_name\": \"#?:V?x.3AK\"\n },\n \"initiator\": {\n \"name\": \"1HVU;'& XX\",\n \"legal_name\": \"[4\\\"n\",\n \"abn\": \"23016365913\",\n \"acn\": \"105496695\"\n },\n \"validity_start_date\": \"8389-21-38\",\n \"validity_end_date\": \"5918-68-77\",\n \"links\": {\n \"self\": \"\"\n },\n \"state_caused_by\": \"zepto_admin\",\n \"mms_agreement_id\": \"d5969e3ba6761d9a8b4834fda0be8297\",\n \"description\": \"D_C)D]}+\",\n \"resolution_requested_before\": \"\",\n \"cancel_if_unresolved\": \"\",\n \"creditor\": {\n \"party_name\": \"%l%A\\\\\",\n \"account_identifier\": {\n \"type\": \"alias_phone\",\n \"value\": \"670891-/1OUe!!A2CoA/+W(yc+@\"\n },\n \"ultimate_party_name\": \"k(Fs[jfyGZn\"\n },\n \"state_reason\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"MMS.API.9303\"\n },\n \"metadata\": {}\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-766b6c47-898d-4d2a-a566-b21df08c9333" }, { "id": "6dbe3d91-8a05-4970-adc5-86afefbcb7d8", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/agreements?per_page=20&starting_after=&state=cancelled,expired&initiator_name=&min_created_date=&max_created_date=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "agreements" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter agreements by state. Multiple values can be separated by commas.", "key": "state", "value": "cancelled,expired" }, { "description": "Filter agreements by initiator name. The filtering is case sensitive and must be an exact match.", "key": "initiator_name", "value": "" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPPGN00\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-6dbe3d91-8a05-4970-adc5-86afefbcb7d8" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-03b1f4f2-7713-448f-8aff-d202917a1e4f" } ], "id": "cc6467e7-3f39-4b80-a4c8-e6bba4ce1f1d", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-cc6467e7-3f39-4b80-a4c8-e6bba4ce1f1d" }, { "name": "alias_resolution", "item": [ { "name": "resolve", "id": "f027f234-0df7-4038-8010-03770f3aa949", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] }, "description": "This endpoint is used to resolve an alias to a display name. It is possible for this endpoint to return a 503 service unavailable error if the addressing service is not available." }, "response": [ { "id": "3cfd4af7-fae5-49dd-a38b-a3e77fed5959", "name": "successful", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"display_name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-3cfd4af7-fae5-49dd-a38b-a3e77fed5959" }, { "id": "37e38a1b-05fd-4ca7-ac37-c1ed87438268", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-37e38a1b-05fd-4ca7-ac37-c1ed87438268" }, { "id": "5ad225ed-9677-4fae-9c88-217e1b3f6f6c", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-5ad225ed-9677-4fae-9c88-217e1b3f6f6c" }, { "id": "177c8369-7328-4009-b3f3-9336a3efd68d", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-177c8369-7328-4009-b3f3-9336a3efd68d" }, { "id": "722b3daa-5d74-4887-b7ff-c09e62f0b44b", "name": "not found", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-722b3daa-5d74-4887-b7ff-c09e62f0b44b" }, { "id": "78e4aa60-5c0c-43d1-a293-aa29ab0bc37c", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPADD04\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-78e4aa60-5c0c-43d1-a293-aa29ab0bc37c" }, { "id": "eb6fb7f1-69ad-428c-b124-0edf12998635", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-eb6fb7f1-69ad-428c-b124-0edf12998635" }, { "id": "d9a1c84c-5c56-4a16-bff4-933765d8b754", "name": "service unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"requester\": {\n \"id\": \"hIUV4h9FuEoEUV03dKogtPkrtwb8sH\",\n \"remote_ip\": {\n \"format\": \"ipv4\"\n }\n },\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"+61-6399782924625082491278244\",\n \"sandbox\": {\n \"simulate\": \"alias_found\",\n \"display_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/alias_resolution", "host": [ "{{baseUrl}}" ], "path": [ "payto", "alias_resolution" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPADD98\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-d9a1c84c-5c56-4a16-bff4-933765d8b754" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f027f234-0df7-4038-8010-03770f3aa949" } ], "id": "412fccf1-5b89-429b-9159-60220e8667e5", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-412fccf1-5b89-429b-9159-60220e8667e5" }, { "name": "payments", "item": [ { "name": "{payment_uid}", "item": [ { "name": "retry", "item": [ { "name": "retry payment", "id": "617da8ad-9e17-482e-9b34-6a90807bdb81", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "id": "6a129ad3-20ee-4ed9-b3f3-cd87bef4996f", "key": "payment_uid", "value": ".~qNWq8esmyqCFr5Ul4GKYY0JftbowTX-rnVn0uDz-hJUjqyFounlpzD", "description": "(Required) " } ] }, "description": "Retry a failed payment as long as it has failed due to a [retryable]https://docs.zeptopayments.com/reference/payto-reason-codes) reason as indicated by the `retryable` boolean field within the payment's failure object. Payments may be retried up to 10 times while within the related agreement's validity begin and end dates. Additionally, payments can only be retried 5 times within a 24 hour period (the first submission is included in this count)." }, "response": [ { "id": "ee2481fc-918a-4168-b070-39a3d889542b", "name": "successful", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-ee2481fc-918a-4168-b070-39a3d889542b" }, { "id": "621f9c70-8813-4e11-9866-e731091e3d0c", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-621f9c70-8813-4e11-9866-e731091e3d0c" }, { "id": "d0406836-5226-435c-b4dd-3c26121783df", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-d0406836-5226-435c-b4dd-3c26121783df" }, { "id": "2df4c9ef-225f-4265-afdc-8b25868e6ff6", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-2df4c9ef-225f-4265-afdc-8b25868e6ff6" }, { "id": "7cd46242-34cf-4d91-8690-cf4202da89ef", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPPRY01\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-7cd46242-34cf-4d91-8690-cf4202da89ef" }, { "id": "e36ea3ac-86c9-4b34-852d-2990c4feab1c", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"creditor\": {\n \"ultimate_party_name\": \"SNmw-_|Oe\",\n \"party_name\": \"Q\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"884914-!~_vT*qH\"\n }\n },\n \"sandbox\": {\n \"simulate\": \"investigate_and_settle\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid/retry", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid", "retry" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e36ea3ac-86c9-4b34-852d-2990c4feab1c" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-617da8ad-9e17-482e-9b34-6a90807bdb81" } ], "id": "c8b64d48-3c92-42aa-b360-22fd9f039c03", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c8b64d48-3c92-42aa-b360-22fd9f039c03" }, { "name": "show payment", "id": "cf117b11-6d7b-4e42-a1ec-1a23588807b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid" ], "variable": [ { "id": "3cb15482-e2b4-4f7e-aed1-44de6e22db4a", "key": "payment_uid", "value": ".~qNWq8esmyqCFr5Ul4GKYY0JftbowTX-rnVn0uDz-hJUjqyFounlpzD", "description": "(Required) " } ] } }, "response": [ { "id": "082741a3-89ba-4795-83f5-c6951c0ff607", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uid\": \"UR4spWc-FEAHC~p7k\",\n \"agreement_uid\": \"._hZuDW2I\",\n \"state\": \"settled\",\n \"reference\": \"$j70\",\n \"description\": \"\",\n \"priority\": \"attended\",\n \"creditor\": {\n \"ultimate_party_name\": \"G\",\n \"party_name\": \"K1|EB~f/N\",\n \"account_identifier\": {\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"470757->d0%\"\n }\n },\n \"creditor_reference\": \"uOs\",\n \"debtor\": {\n \"ultimate_party_name\": \"\",\n \"party_name\": \"|Ys8+jCUG2{\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"494839-W(f-4a[dMC*ud B2@k?$mzw3K\\\"T\"\n }\n },\n \"amount\": \"\",\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"AC15\",\n \"retryable\": \"\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"agreement\": \"\",\n \"source_refund\": \"\"\n },\n \"last_payment\": \"\",\n \"source_payto_refund_uid\": \"M1xDo8DhgwhMaReFg5CCxeybWxL7v5l1DBtI~yjd\",\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-082741a3-89ba-4795-83f5-c6951c0ff607" }, { "id": "1884368c-e9b5-4f24-aec2-8e6bc1f10e1d", "name": "unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-1884368c-e9b5-4f24-aec2-8e6bc1f10e1d" }, { "id": "439932f2-4cd0-4c9a-9ad4-684690fe2eb3", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-439932f2-4cd0-4c9a-9ad4-684690fe2eb3" }, { "id": "61b50c1a-8f8c-4725-86b1-e1de435ed470", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-61b50c1a-8f8c-4725-86b1-e1de435ed470" }, { "id": "979aa843-b966-460c-a216-1ec5b622af7d", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments/:payment_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments", ":payment_uid" ], "variable": [ { "key": "payment_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-979aa843-b966-460c-a216-1ec5b622af7d" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-cf117b11-6d7b-4e42-a1ec-1a23588807b4" } ], "id": "a895da5a-9e23-4b97-b37e-74f7583856ab", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-a895da5a-9e23-4b97-b37e-74f7583856ab" }, { "name": "create payment", "id": "c2b2c95a-4c3d-4517-ac78-a854d23cc580", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "response": [ { "id": "6109956e-75d9-4c74-a183-713041aa22f6", "name": "successful", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uid\": \"UR4spWc-FEAHC~p7k\",\n \"agreement_uid\": \"._hZuDW2I\",\n \"state\": \"settled\",\n \"reference\": \"$j70\",\n \"description\": \"\",\n \"priority\": \"attended\",\n \"creditor\": {\n \"ultimate_party_name\": \"G\",\n \"party_name\": \"K1|EB~f/N\",\n \"account_identifier\": {\n \"type\": \"alias_organisation_identifier\",\n \"value\": \"470757->d0%\"\n }\n },\n \"creditor_reference\": \"uOs\",\n \"debtor\": {\n \"ultimate_party_name\": \"\",\n \"party_name\": \"|Ys8+jCUG2{\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"494839-W(f-4a[dMC*ud B2@k?$mzw3K\\\"T\"\n }\n },\n \"amount\": \"\",\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"AC15\",\n \"retryable\": \"\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"agreement\": \"\",\n \"source_refund\": \"\"\n },\n \"last_payment\": \"\",\n \"source_payto_refund_uid\": \"M1xDo8DhgwhMaReFg5CCxeybWxL7v5l1DBtI~yjd\",\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-6109956e-75d9-4c74-a183-713041aa22f6" }, { "id": "c5f5b769-0164-4b7e-b4c4-b2fdb5e61188", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c5f5b769-0164-4b7e-b4c4-b2fdb5e61188" }, { "id": "ec3b5d20-dc06-419e-8e17-a782d7a25570", "name": "unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-ec3b5d20-dc06-419e-8e17-a782d7a25570" }, { "id": "6eac69be-afe2-453d-931d-0304264a9297", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-6eac69be-afe2-453d-931d-0304264a9297" }, { "id": "4e821f98-3d08-4ee7-8d13-861b438683b4", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPPAY04\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-4e821f98-3d08-4ee7-8d13-861b438683b4" }, { "id": "db38291c-68f1-44fb-8331-d689d9143665", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"eP9vFqa9NdH_UfP6wIMVB2.czMwyl_XU.n-VVLikgM6kfG2e\",\n \"agreement_uid\": \"oWKY5iebjCSE2F1L7aNtAbX-cg~~JQstJpZE-aO9BbmJeliAjR\",\n \"amount\": \"\",\n \"priority\": \"attended\",\n \"reference\": \"ZX:+f^\",\n \"description\": \"\",\n \"creditor\": {\n \"party_name\": \"@}yV9ZVL\",\n \"ultimate_party_name\": \"voTsDu>l\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"349237-2,6\"\n }\n },\n \"creditor_reference\": \"3l-'iLB,z\",\n \"debtor\": {\n \"party_name\": \"4\",\n \"ultimate_party_name\": \"\"\n },\n \"last_payment\": \"\",\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"investigate_and_fail\",\n \"delay\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/payments", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-db38291c-68f1-44fb-8331-d689d9143665" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c2b2c95a-4c3d-4517-ac78-a854d23cc580" }, { "name": "list payments", "id": "c6b3e5bf-38da-4f08-b789-729e4be3d35f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/payments?per_page=20&starting_after=&state=created,under_investigation&min_created_date=&max_created_date=&agreement_uid=&agreement_initiator_name=&refunds=excluded", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter payments by state. Multiple values can be separated by commas.", "key": "state", "value": "created,under_investigation" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" }, { "description": "Filter payments by agreement.", "key": "agreement_uid", "value": "" }, { "description": "Filter payments by initiator name. The filtering is case sensitive and must be an exact match.", "key": "agreement_initiator_name", "value": "" }, { "description": "Filter payments by whether or not they are facilitating a refund.", "key": "refunds", "value": "excluded" } ] } }, "response": [ { "id": "aaed59f1-2708-4d5c-b945-35595710c70e", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments?per_page=20&starting_after=&state=created,under_investigation&min_created_date=&max_created_date=&agreement_uid=&agreement_initiator_name=&refunds=excluded", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter payments by state. Multiple values can be separated by commas.", "key": "state", "value": "created,under_investigation" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" }, { "description": "Filter payments by agreement.", "key": "agreement_uid", "value": "" }, { "description": "Filter payments by initiator name. The filtering is case sensitive and must be an exact match.", "key": "agreement_initiator_name", "value": "" }, { "description": "Filter payments by whether or not they are facilitating a refund.", "key": "refunds", "value": "excluded" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"links\": {\n \"next\": \"\"\n },\n \"data\": [\n {\n \"uid\": \"EF2VNkOI\",\n \"agreement_uid\": \".h4HPq-C7-7o0Lw1h1n6BAEf8WjfS0sf9CC0fkVx2Toc7KTwHYYlngVSQOdn0\",\n \"state\": \"pending\",\n \"reference\": \"orM&$b`<*!\",\n \"description\": \"\",\n \"priority\": \"attended\",\n \"creditor\": {\n \"ultimate_party_name\": \"U/\",\n \"party_name\": \"Sg/w4wp5\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"841965-ST#b:1I[:]'(\\\";1Y&LbZbc<\"\n }\n },\n \"creditor_reference\": \"GA-0A9\",\n \"debtor\": {\n \"ultimate_party_name\": \"\",\n \"party_name\": \".\",\n \"account_identifier\": {\n \"type\": \"bban\",\n \"value\": \"812396-5n\"\n }\n },\n \"amount\": \"\",\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"MCGP\",\n \"retryable\": \"\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"agreement\": \"\",\n \"source_refund\": \"\"\n },\n \"last_payment\": \"\",\n \"source_payto_refund_uid\": \"Rw99m30i~e.dQ_Qu9yOShxrUp1cpDaDpA9riqNLkaVcuW45QR980V~QrOVUOZFrg\",\n \"metadata\": {}\n },\n {\n \"uid\": \"P~Z5g357fpXZFeL1spcJA4QuMNTCagUW-OiHfYUqXa91S\",\n \"agreement_uid\": \"m2xMMKYEdFNrTuO~y3pwhE67pwjf-_GNVsfOOrLu_sPGwklRJVhj.\",\n \"state\": \"pending\",\n \"reference\": \"*631}kP\",\n \"description\": \"\",\n \"priority\": \"unattended\",\n \"creditor\": {\n \"ultimate_party_name\": \"44Y/\\\\-I\",\n \"party_name\": \"tBZ=B]L\",\n \"account_identifier\": {\n \"type\": \"alias_abn\",\n \"value\": \"156505-U|p[JLtCYKXN>l&pXj\",\n \"debtor\": {\n \"ultimate_party_name\": \"\",\n \"party_name\": \"kLAU*\",\n \"account_identifier\": {\n \"type\": \"alias_email\",\n \"value\": \"248569-9LX%X8-;O &m\"\n }\n },\n \"amount\": \"\",\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"BE06\",\n \"retryable\": \"\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"agreement\": \"\",\n \"source_refund\": \"\"\n },\n \"last_payment\": \"\",\n \"source_payto_refund_uid\": \"vGBJgpakit\",\n \"metadata\": {}\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-aaed59f1-2708-4d5c-b945-35595710c70e" }, { "id": "f319f3a9-6a9e-4102-9ba5-ad92c08bf7ea", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/payments?per_page=20&starting_after=&state=created,under_investigation&min_created_date=&max_created_date=&agreement_uid=&agreement_initiator_name=&refunds=excluded", "host": [ "{{baseUrl}}" ], "path": [ "payto", "payments" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter payments by state. Multiple values can be separated by commas.", "key": "state", "value": "created,under_investigation" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" }, { "description": "Filter payments by agreement.", "key": "agreement_uid", "value": "" }, { "description": "Filter payments by initiator name. The filtering is case sensitive and must be an exact match.", "key": "agreement_initiator_name", "value": "" }, { "description": "Filter payments by whether or not they are facilitating a refund.", "key": "refunds", "value": "excluded" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPPGN00\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f319f3a9-6a9e-4102-9ba5-ad92c08bf7ea" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c6b3e5bf-38da-4f08-b789-729e4be3d35f" } ], "id": "aeeea9a1-6db0-4d26-a4e1-156f70366922", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-aeeea9a1-6db0-4d26-a4e1-156f70366922" }, { "name": "refunds", "item": [ { "name": "{refund_uid}", "item": [ { "name": "show refund", "id": "e113a211-b9ba-4d59-bdf8-d4aaf677e6cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/refunds/:refund_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds", ":refund_uid" ], "variable": [ { "id": "f0120109-5fc4-4d57-acac-c38171227a47", "key": "refund_uid", "value": "M7XazcSHvv6l4ciHQNUo~9i7mDJA7fAcQU", "description": "(Required) " } ] } }, "response": [ { "id": "9e0c474c-54d4-4ed9-9241-9a110425d1f3", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds/:refund_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds", ":refund_uid" ], "variable": [ { "key": "refund_uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uid\": \"NDbrPR.-MhMNIX14n3CBgUQY6oUITB0NTMT_X.u72N\",\n \"original_payment_uid\": \"tzvA\",\n \"state\": \"processed\",\n \"refund_payment\": {\n \"type\": \"float_bank_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUNDgK2Vg-QJ-\",\n \"detail\": \"\",\n \"code\": \"AC03\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"original_payment\": \"\"\n },\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-9e0c474c-54d4-4ed9-9241-9a110425d1f3" }, { "id": "ff8c6ec3-d0cd-4e0d-8ff0-6dbb7540a546", "name": "unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds/:refund_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds", ":refund_uid" ], "variable": [ { "key": "refund_uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-ff8c6ec3-d0cd-4e0d-8ff0-6dbb7540a546" }, { "id": "7b0e6dd1-cf92-49d5-a173-3e2d1bfc4056", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds/:refund_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds", ":refund_uid" ], "variable": [ { "key": "refund_uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-7b0e6dd1-cf92-49d5-a173-3e2d1bfc4056" }, { "id": "b80f17f9-82d5-4215-8581-d4e7428e61f1", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds/:refund_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds", ":refund_uid" ], "variable": [ { "key": "refund_uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-b80f17f9-82d5-4215-8581-d4e7428e61f1" }, { "id": "604e43b1-4ebf-4870-95ae-0c8e50dd2f3e", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds/:refund_uid", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds", ":refund_uid" ], "variable": [ { "key": "refund_uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-604e43b1-4ebf-4870-95ae-0c8e50dd2f3e" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e113a211-b9ba-4d59-bdf8-d4aaf677e6cb" } ], "id": "4d3d2d4e-9b7a-4c1f-934c-0c190ce67145", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-4d3d2d4e-9b7a-4c1f-934c-0c190ce67145" }, { "name": "create refund", "id": "13b7d936-ce13-45b3-9762-dba844ddcc0f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"uid\": \"X~3w4o2rCg0rk2Gn9jGnmVt4xKWH6x8lTL0jbYO4\",\n \"original_payment_uid\": \"fCiPdB9lRM6aihYd\",\n \"refund_payment\": {\n \"type\": \"pay_to_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUND=\"\n },\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"creditor_alias_not_found\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/refunds", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ] } }, "response": [ { "id": "f19236a0-0e4b-42e7-88e7-a4237e549594", "name": "successful", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"X~3w4o2rCg0rk2Gn9jGnmVt4xKWH6x8lTL0jbYO4\",\n \"original_payment_uid\": \"fCiPdB9lRM6aihYd\",\n \"refund_payment\": {\n \"type\": \"pay_to_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUND=\"\n },\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"creditor_alias_not_found\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/refunds", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"uid\": \"NDbrPR.-MhMNIX14n3CBgUQY6oUITB0NTMT_X.u72N\",\n \"original_payment_uid\": \"tzvA\",\n \"state\": \"processed\",\n \"refund_payment\": {\n \"type\": \"float_bank_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUNDgK2Vg-QJ-\",\n \"detail\": \"\",\n \"code\": \"AC03\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"original_payment\": \"\"\n },\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-f19236a0-0e4b-42e7-88e7-a4237e549594" }, { "id": "8eee4340-61ea-4989-99fe-17db488616e2", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"X~3w4o2rCg0rk2Gn9jGnmVt4xKWH6x8lTL0jbYO4\",\n \"original_payment_uid\": \"fCiPdB9lRM6aihYd\",\n \"refund_payment\": {\n \"type\": \"pay_to_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUND=\"\n },\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"creditor_alias_not_found\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/refunds", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-8eee4340-61ea-4989-99fe-17db488616e2" }, { "id": "19aacf96-3609-4528-ab52-5a1e236d396a", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "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 \"uid\": \"X~3w4o2rCg0rk2Gn9jGnmVt4xKWH6x8lTL0jbYO4\",\n \"original_payment_uid\": \"fCiPdB9lRM6aihYd\",\n \"refund_payment\": {\n \"type\": \"pay_to_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUND=\"\n },\n \"metadata\": {},\n \"sandbox\": {\n \"simulate\": \"creditor_alias_not_found\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payto/refunds", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPREF01\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-19aacf96-3609-4528-ab52-5a1e236d396a" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-13b7d936-ce13-45b3-9762-dba844ddcc0f" }, { "name": "list refunds", "id": "aa2ca185-67aa-4920-9b42-0dafd6cabb1f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payto/refunds?per_page=20&starting_after=&min_created_date=&max_created_date=&original_payment_uid=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" }, { "description": "Filter refunds by original payment uid.", "key": "original_payment_uid", "value": "" } ] } }, "response": [ { "id": "08251fdf-fb3d-4f9e-b0d8-9667884e8afa", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds?per_page=20&starting_after=&min_created_date=&max_created_date=&original_payment_uid=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" }, { "description": "Filter refunds by original payment uid.", "key": "original_payment_uid", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"links\": {\n \"next\": \"\"\n },\n \"data\": [\n {\n \"uid\": \"RUOO1Ku3Jm.66\",\n \"original_payment_uid\": \"u8yZ5Wi40OC.Ib6xkP~C47Gno9DrEACN74\",\n \"state\": \"created\",\n \"refund_payment\": {\n \"type\": \"pay_to_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUNDp7@lBfl~6\"\n },\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"AG07\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"original_payment\": \"\"\n },\n \"metadata\": {}\n },\n {\n \"uid\": \"0kuH3Ot0k2ajrAJ0Qh.V6bCSOxLNzFe~mTBI2vnKdaE.mpbkpyCYtcEHJ3C4yc\",\n \"original_payment_uid\": \"A\",\n \"state\": \"failed\",\n \"refund_payment\": {\n \"type\": \"pay_to_payment\",\n \"float_bank_account_id\": \"\",\n \"amount\": \"\",\n \"description\": \"REFUND)yO\"\n },\n \"failure\": {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"AM12\"\n },\n \"created_at\": \"\",\n \"links\": {\n \"self\": \"\",\n \"original_payment\": \"\"\n },\n \"metadata\": {}\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-08251fdf-fb3d-4f9e-b0d8-9667884e8afa" }, { "id": "e14db1f3-d4b6-4108-8512-60b9307a6acd", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "description": "API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.", "key": "Zepto-API-Version", "value": "20250101" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payto/refunds?per_page=20&starting_after=&min_created_date=&max_created_date=&original_payment_uid=", "host": [ "{{baseUrl}}" ], "path": [ "payto", "refunds" ], "query": [ { "description": "Number of results per page", "key": "per_page", "value": "20" }, { "description": "Opaque pagination cursor value. Set by following \"next\" links.", "key": "starting_after", "value": "" }, { "description": "Filter by minimum created_at date. ISO8601 format.", "key": "min_created_date", "value": "" }, { "description": "Filter by maximum created_at date. ISO8601 format.", "key": "max_created_date", "value": "" }, { "description": "Filter refunds by original payment uid.", "key": "original_payment_uid", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"title\": \"\",\n \"detail\": \"\",\n \"code\": \"ZPPGN00\",\n \"links\": {\n \"about\": \"\"\n },\n \"meta\": {\n \"resource_ref\": \"\",\n \"resource_uid\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-e14db1f3-d4b6-4108-8512-60b9307a6acd" } ], "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-aa2ca185-67aa-4920-9b42-0dafd6cabb1f" } ], "id": "c4e2fba4-a32a-4936-8fd3-0ee63135acb8", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-c4e2fba4-a32a-4936-8fd3-0ee63135acb8" } ], "id": "cdac6db5-41d5-4d2f-989b-993af2e10235", "createdAt": "2026-07-28T03:37:31.000Z", "updatedAt": "2026-07-28T03:37:31.000Z", "uid": "35240-cdac6db5-41d5-4d2f-989b-993af2e10235" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.zeptopayments.com" } ] }