{ "info": { "_postman_id": "7a6098a5-e9c4-4130-9cd3-2e92e3deea76", "name": "Suger API Billing API", "description": "CRUD operations on a set of resources, including organizations, products, offers, entitlements, usage record groups for meterting, etc.\n\nContact Support:\n Name: Suger Support\n Email: support@suger.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:05:53.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "lastUpdatedBy": "35240", "uid": "35240-7a6098a5-e9c4-4130-9cd3-2e92e3deea76" }, "item": [ { "name": "org", "item": [ { "name": "{orgId}", "item": [ { "name": "addon", "item": [ { "name": "{addonId}", "item": [ { "name": "Delete Addon", "id": "f0888e83-18ce-44bb-adbd-311d82fda528", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "id": "5679f737-bc66-4415-b788-57b900838b84", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "0ee3d483-1404-4d9f-bb85-fe8b0be7d7bf", "key": "addonId", "value": "", "description": "(Required) Addon ID" } ] }, "description": "Soft delete an addon template" }, "response": [ { "id": "f23b2299-40f4-495d-8bc4-b3f555aa9410", "name": "Empty string if deletion is successful", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-f23b2299-40f4-495d-8bc4-b3f555aa9410" }, { "id": "735b49cd-8996-4ca3-ac3f-45b718fecbba", "name": "Bad request error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-735b49cd-8996-4ca3-ac3f-45b718fecbba" }, { "id": "b14797f0-ce8f-4403-95c8-f5143067525d", "name": "internal error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-b14797f0-ce8f-4403-95c8-f5143067525d" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-f0888e83-18ce-44bb-adbd-311d82fda528" }, { "name": "Get Addon", "id": "cb3b9af1-c728-4d60-a19c-b34dc0799dd0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "id": "136d0be0-7675-4a82-8f99-d6631619e3e2", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "1e103fdd-eb7d-4740-b56d-f28c760f5d14", "key": "addonId", "value": "", "description": "(Required) Addon ID" } ] }, "description": "Get an addon template" }, "response": [ { "id": "172451ab-30c8-48d6-9d14-818094d02076", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"creationTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"info\": {\n \"amount\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"status\": \"ACTIVE\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-172451ab-30c8-48d6-9d14-818094d02076" }, { "id": "c5484143-815f-4b31-91f0-b92bf8d9189b", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-c5484143-815f-4b31-91f0-b92bf8d9189b" }, { "id": "c529ee65-3df0-4807-a89c-3260d6ac3355", "name": "internal error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-c529ee65-3df0-4807-a89c-3260d6ac3355" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-cb3b9af1-c728-4d60-a19c-b34dc0799dd0" }, { "name": "Update Addon", "id": "22b63eac-fe74-40b5-9d52-2e5c6d523a18", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "id": "8ad12e45-366f-4727-a42b-d7db78332a33", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "5f078ce4-acc8-4add-ad7d-1c68c640d501", "key": "addonId", "value": "", "description": "(Required) Addon ID" } ] }, "description": "Update an addon template" }, "response": [ { "id": "ad6dcc79-5391-48c6-a194-915253b836d4", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"creationTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"info\": {\n \"amount\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"status\": \"ACTIVE\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-ad6dcc79-5391-48c6-a194-915253b836d4" }, { "id": "bd9a7df7-8c50-4aaf-a3b2-b69bea73cb3c", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-bd9a7df7-8c50-4aaf-a3b2-b69bea73cb3c" }, { "id": "b3ca0dc6-d59c-46bb-9fcf-8770f88703c4", "name": "internal error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon/:addonId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon", ":addonId" ], "variable": [ { "key": "orgId" }, { "key": "addonId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-b3ca0dc6-d59c-46bb-9fcf-8770f88703c4" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-22b63eac-fe74-40b5-9d52-2e5c6d523a18" } ], "id": "b50f96d9-8fea-4236-8b91-e2fd45914e9e", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-b50f96d9-8fea-4236-8b91-e2fd45914e9e" }, { "name": "List Addons", "id": "77617c32-111f-417c-b41d-d5291bb328e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon?limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "query": [ { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "id": "ebe57205-4635-4a80-bb7b-2bddd6027263", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "List all addon templates" }, "response": [ { "id": "6327423b-891c-42bb-a0ad-630f0b90cd39", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon?limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "query": [ { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"creationTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"info\": {\n \"amount\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"status\": \"DELETED\"\n },\n {\n \"creationTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"info\": {\n \"amount\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"status\": \"DELETED\"\n }\n]", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-6327423b-891c-42bb-a0ad-630f0b90cd39" }, { "id": "a927337b-3a1b-4591-b45d-318f31f59841", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon?limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "query": [ { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-a927337b-3a1b-4591-b45d-318f31f59841" }, { "id": "86ff8aee-63a0-4b94-b1cc-abe9466f6725", "name": "internal error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/addon?limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "query": [ { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-86ff8aee-63a0-4b94-b1cc-abe9466f6725" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-77617c32-111f-417c-b41d-d5291bb328e8" }, { "name": "Create Addon", "id": "db13348e-287f-4c49-a830-1016ef329de7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "variable": [ { "id": "e5803805-328c-4376-a422-76d21e9fb099", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "Create an addon template" }, "response": [ { "id": "e0b57194-317d-4c4e-95bc-8a0254a96865", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"creationTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"info\": {\n \"amount\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"status\": \"ACTIVE\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-e0b57194-317d-4c4e-95bc-8a0254a96865" }, { "id": "1ad447fd-f51a-469a-a504-9882da54e1f1", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-1ad447fd-f51a-469a-a504-9882da54e1f1" }, { "id": "5f7a6610-2af3-45e0-adb7-9d7a728ae508", "name": "internal error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "addon" ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-5f7a6610-2af3-45e0-adb7-9d7a728ae508" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-db13348e-287f-4c49-a830-1016ef329de7" } ], "id": "2fd583f4-7bb4-49d6-8684-7f4e4fc96b19", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-2fd583f4-7bb4-49d6-8684-7f4e4fc96b19" }, { "name": "buyer", "item": [ { "name": "{buyerId}", "item": [ { "name": "paymentTransaction", "item": [ { "name": "{paymentTransactionId}", "item": [ { "name": "refund", "item": [ { "name": "List Refunds.", "id": "a9ee6756-5533-4006-a808-585ff2e724fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "variable": [ { "id": "5e177423-8657-4b25-a7a5-5490489ac8b1", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "47efafd4-7f16-4726-abee-30c733773fef", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" }, { "id": "f2589c2f-4305-49a0-aa42-2c7ad8b228cc", "key": "paymentTransactionId", "value": "", "description": "(Required) Payment transaction ID" } ] }, "description": "list refunds of the payment transactions." }, "response": [ { "id": "ef2cf024-0645-4364-9db5-83ab534cef66", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "paymentTransactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"amount\": \"\",\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"invoiceDate\": \"\",\n \"refundExists\": \"\",\n \"stripeBalanceTransaction\": {\n \"amount\": \"\",\n \"available_on\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"exchange_rate\": \"\",\n \"fee\": \"\",\n \"fee_details\": [\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n },\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n }\n ],\n \"id\": \"\",\n \"net\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripeDisputes\": [\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n },\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n }\n ],\n \"stripeError\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripePaymentIntent\": {\n \"id\": \"\",\n \"last_payment_error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"livemode\": \"\",\n \"status\": {\n \"value\": \"\",\n \"estinationDetails\": {\n \"card\": {\n \"reference\": \"\",\n \"reference_status\": \"unavailable\",\n \"reference_type\": \"\",\n \"type\": \"refund\"\n },\n \"type\": \"\",\n \"us_bank_transfer\": {\n \"reference\": \"\",\n \"reference_status\": \"available\"\n }\n },\n \"failureBalanceTransactionId\": \"\",\n \"failureReason\": \"\",\n \"id\": \"\",\n \"paymentIntentId\": \"\",\n \"status\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"parentID\": \"\",\n \"partner\": \"MICROSOFT\",\n \"status\": \"PENDING\",\n \"type\": \"CHARGE\",\n \"walletID\": \"\",\n \"walletType\": \"sepa_debit\"\n },\n {\n \"amount\": \"\",\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"invoiceDate\": \"\",\n \"refundExists\": \"\",\n \"stripeBalanceTransaction\": {\n \"amount\": \"\",\n \"available_on\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"exchange_rate\": \"\",\n \"fee\": \"\",\n \"fee_details\": [\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n },\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n }\n ],\n \"id\": \"\",\n \"net\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripeDisputes\": [\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n },\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n }\n ],\n \"stripeError\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripePaymentIntent\": {\n \"id\": \"\",\n \"last_payment_error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"livemode\": \"\",\n \"status\": {\n \"value\": \"\",\n \"estinationDetails\": {\n \"card\": {\n \"reference\": \"\",\n \"reference_status\": \"unavailable\",\n \"reference_type\": \"\",\n \"type\": \"reversal\"\n },\n \"type\": \"\",\n \"us_bank_transfer\": {\n \"reference\": \"\",\n \"reference_status\": \"unavailable\"\n }\n },\n \"failureBalanceTransactionId\": \"\",\n \"failureReason\": \"\",\n \"id\": \"\",\n \"paymentIntentId\": \"\",\n \"status\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"parentID\": \"\",\n \"partner\": \"ORB\",\n \"status\": \"PROCESSING\",\n \"type\": \"CHARGE\",\n \"walletID\": \"\",\n \"walletType\": \"sepa_debit\"\n }\n]", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-ef2cf024-0645-4364-9db5-83ab534cef66" }, { "id": "fa588091-3638-44ce-b511-b8047d3f9316", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "paymentTransactionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-fa588091-3638-44ce-b511-b8047d3f9316" }, { "id": "1834bc45-6d43-41a9-a4ab-790d9c3e1125", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "paymentTransactionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-1834bc45-6d43-41a9-a4ab-790d9c3e1125" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-a9ee6756-5533-4006-a808-585ff2e724fd" }, { "name": "Create Refund.", "id": "e2e202ec-50cf-4b8a-8ca3-a35351e1130b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund?amount=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "query": [ { "description": "(Required) Refund amount", "key": "amount", "value": "" } ], "variable": [ { "id": "b1fb76c2-c8fd-415f-b91c-f8ac2d9a0381", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "2cf3b1ae-8275-4502-908d-34349f978cde", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" }, { "id": "f8617189-af67-45ed-b431-f1c61203b12b", "key": "paymentTransactionId", "value": "", "description": "(Required) Payment transaction ID" } ] }, "description": "create refund on the payment transaction, support partial refunds multiple times." }, "response": [ { "id": "af3daf9f-dcd5-485a-973c-b14097493c9c", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund?amount=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "query": [ { "description": "(Required) Refund amount", "key": "amount", "value": "" } ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "paymentTransactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"invoiceDate\": \"\",\n \"refundExists\": \"\",\n \"stripeBalanceTransaction\": {\n \"amount\": \"\",\n \"available_on\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"exchange_rate\": \"\",\n \"fee\": \"\",\n \"fee_details\": [\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n },\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n }\n ],\n \"id\": \"\",\n \"net\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripeDisputes\": [\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n },\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n }\n ],\n \"stripeError\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripePaymentIntent\": {\n \"id\": \"\",\n \"last_payment_error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"livemode\": \"\",\n \"status\": {\n \"value\": \"\",\n \"estinationDetails\": {\n \"card\": {\n \"reference\": \"\",\n \"reference_status\": \"available\",\n \"reference_type\": \"\",\n \"type\": \"reversal\"\n },\n \"type\": \"\",\n \"us_bank_transfer\": {\n \"reference\": \"\",\n \"reference_status\": \"available\"\n }\n },\n \"failureBalanceTransactionId\": \"\",\n \"failureReason\": \"\",\n \"id\": \"\",\n \"paymentIntentId\": \"\",\n \"status\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"parentID\": \"\",\n \"partner\": \"GOOGLE\",\n \"status\": \"SUCCESS\",\n \"type\": \"CHARGE\",\n \"walletID\": \"\",\n \"walletType\": \"ach_debit\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-af3daf9f-dcd5-485a-973c-b14097493c9c" }, { "id": "4f299676-3ef7-4e1c-8fc9-9c4e443e751c", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund?amount=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "query": [ { "description": "(Required) Refund amount", "key": "amount", "value": "" } ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "paymentTransactionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-4f299676-3ef7-4e1c-8fc9-9c4e443e751c" }, { "id": "7b6cee1a-9f07-4e01-8630-7c8c2eb10bd2", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund?amount=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "paymentTransaction", ":paymentTransactionId", "refund" ], "query": [ { "description": "(Required) Refund amount", "key": "amount", "value": "" } ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "paymentTransactionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-7b6cee1a-9f07-4e01-8630-7c8c2eb10bd2" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-e2e202ec-50cf-4b8a-8ca3-a35351e1130b" } ], "id": "bb1753b0-9129-43cb-8f83-439d05490289", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-bb1753b0-9129-43cb-8f83-439d05490289" } ], "id": "0af15af0-4e4f-419e-8a96-5f97438bd41d", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-0af15af0-4e4f-419e-8a96-5f97438bd41d" } ], "id": "abea9404-d132-4076-a787-f768297a2337", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-abea9404-d132-4076-a787-f768297a2337" } ], "id": "c2a9ff01-b909-4fb1-83ef-1059dd2dd8bb", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-c2a9ff01-b909-4fb1-83ef-1059dd2dd8bb" } ], "id": "2958a300-749d-4319-9421-3a7182a597bb", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-2958a300-749d-4319-9421-3a7182a597bb" }, { "name": "invoice", "item": [ { "name": "{invoiceId}", "item": [ { "name": "info", "item": [ { "name": "Update Invoice Info", "id": "4b144c35-5f6d-41d7-b6ed-a097dd5e0629", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"discountAmount\": \"\",\n \"discountType\": {\n \"value\": \"\",\n \"memo\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/info", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "info" ], "variable": [ { "id": "79d8884b-4821-4b02-9728-23d92c6c5490", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "05eb59e1-8983-449e-82a9-fb26d8ad981b", "key": "invoiceId", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Update a draft invoice. Only DueDate, OverallDiscount, and Memo can be updated." }, "response": [ { "id": "c0af74df-6066-4f72-825e-97ca48f46e4c", "name": "Updated Invoice info", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"discountAmount\": \"\",\n \"discountType\": {\n \"value\": \"\",\n \"memo\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/info", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "info" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"cupidatat2c8\": false,\n \"non_0\": true,\n \"pariatur_efd\": \"mollit veniam d\"\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"voluptate_0\": -39678287,\n \"Lorem_17\": 61314490.22142938\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-c0af74df-6066-4f72-825e-97ca48f46e4c" }, { "id": "b6293dd6-960e-40d9-b167-f72a83df828c", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"discountAmount\": \"\",\n \"discountType\": {\n \"value\": \"\",\n \"memo\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/info", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "info" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-b6293dd6-960e-40d9-b167-f72a83df828c" }, { "id": "72789c28-467e-46d1-9eac-d9e523960814", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"discountAmount\": \"\",\n \"discountType\": {\n \"value\": \"\",\n \"memo\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/info", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "info" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-72789c28-467e-46d1-9eac-d9e523960814" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-4b144c35-5f6d-41d7-b6ed-a097dd5e0629" } ], "id": "d7517f99-59fd-43cf-bc31-cd520e09867f", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-d7517f99-59fd-43cf-bc31-cd520e09867f" }, { "name": "issue", "item": [ { "name": "Issue Invoice", "id": "84d9298f-3c1d-4b82-a606-71c55f24f10c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/issue", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "issue" ], "variable": [ { "id": "c52726e9-ef8b-4f09-97a7-07ce12c68e3f", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "563207e2-7a63-4a8b-acab-c855199c4978", "key": "invoiceId", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Issue the invoice immediately. It can be used for manual issue or reissue invoice." }, "response": [ { "id": "b29220cf-584a-428c-9773-61d8c657fab5", "name": "the issued Invoice", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/issue", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "issue" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endDate\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"dolore36\": 24441291,\n \"dolor_4\": \"dolor et consequat volupt\",\n \"exercitation_a4\": true,\n \"id_8\": 78392450.07708308\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"anim_7\": \"in dolor deserunt consequa\"\n }\n }\n ]\n },\n \"invoiceURL\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"paymentStatus\": \"PROCESSING\",\n \"startDate\": \"\",\n \"status\": \"CANCELED\",\n \"type\": \"COMMIT\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-b29220cf-584a-428c-9773-61d8c657fab5" }, { "id": "80fb1930-043a-4275-b126-f9798474bf1f", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/issue", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "issue" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-80fb1930-043a-4275-b126-f9798474bf1f" }, { "id": "07fc5a10-2aa7-4d7d-a712-b7ae9039657d", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/issue", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "issue" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-07fc5a10-2aa7-4d7d-a712-b7ae9039657d" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-84d9298f-3c1d-4b82-a606-71c55f24f10c" } ], "id": "34ed7a27-9428-41bf-824d-dbcb9b8402fa", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-34ed7a27-9428-41bf-824d-dbcb9b8402fa" }, { "name": "pay", "item": [ { "name": "Pay Invoice", "id": "cd3c2647-6d57-4d33-879f-a7e63392c057", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/pay", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "pay" ], "variable": [ { "id": "06432600-1a07-49d8-b813-04258d30cad6", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "90b37032-3977-491a-ad36-b8e7cd26ae88", "key": "invoiceId", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Initiate the payment for the invoice immediately. It can be used for manual payment or retry payment." }, "response": [ { "id": "ebfa587a-4e80-474b-abfb-71cf67252c69", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/pay", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "pay" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endDate\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"dolore36\": 24441291,\n \"dolor_4\": \"dolor et consequat volupt\",\n \"exercitation_a4\": true,\n \"id_8\": 78392450.07708308\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"anim_7\": \"in dolor deserunt consequa\"\n }\n }\n ]\n },\n \"invoiceURL\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"paymentStatus\": \"PROCESSING\",\n \"startDate\": \"\",\n \"status\": \"CANCELED\",\n \"type\": \"COMMIT\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-ebfa587a-4e80-474b-abfb-71cf67252c69" }, { "id": "5c0f4266-e703-401f-8b83-fcf0e3ada3dc", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/pay", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "pay" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-5c0f4266-e703-401f-8b83-fcf0e3ada3dc" }, { "id": "45628fdb-cbeb-483b-be95-a4882a76e591", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/pay", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "pay" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-45628fdb-cbeb-483b-be95-a4882a76e591" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-cd3c2647-6d57-4d33-879f-a7e63392c057" } ], "id": "43e93eed-b2b5-451f-85b2-deb79930bc28", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-43e93eed-b2b5-451f-85b2-deb79930bc28" }, { "name": "preview", "item": [ { "name": "Preview Invoice Email", "id": "d6ef6ec6-a876-4691-a4ff-5f346c489604", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "text/html" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/preview", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "preview" ], "variable": [ { "id": "ab128990-7119-4aba-ac63-efc191224cbd", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "166c239b-c8c6-4d79-86ab-800ab9779b06", "key": "invoiceId", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Returns the preview HTML content of the invoice issued email." }, "response": [ { "id": "f425cef6-b153-40ee-bdcf-ae9de87d8705", "name": "HTML content of the invoice issued email", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/preview", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "preview" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-f425cef6-b153-40ee-bdcf-ae9de87d8705" }, { "id": "5d705b03-d968-4e2a-8c63-1cb7684c1435", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/preview", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "preview" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-5d705b03-d968-4e2a-8c63-1cb7684c1435" }, { "id": "61b8348d-d179-4a7f-9dfc-8966933d7e99", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/html" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/preview", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "preview" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/html" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-61b8348d-d179-4a7f-9dfc-8966933d7e99" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-d6ef6ec6-a876-4691-a4ff-5f346c489604" } ], "id": "266ff83c-4983-40af-84f1-b2fcb220745c", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-266ff83c-4983-40af-84f1-b2fcb220745c" }, { "name": "void", "item": [ { "name": "Void Invoice", "id": "547081e9-5793-4045-bb28-4d3836a23439", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/void", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "void" ], "variable": [ { "id": "d73fce2e-d3aa-4057-b7ae-53fd49f04cef", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "4a1f1ad3-25fa-410d-b52a-5515e0004397", "key": "invoiceId", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Void the invoice. It can be used for manual void or cancel the invoice." }, "response": [ { "id": "829c697c-6c4f-4368-be53-851b9eae12a8", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/void", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "void" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endDate\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"dolore36\": 24441291,\n \"dolor_4\": \"dolor et consequat volupt\",\n \"exercitation_a4\": true,\n \"id_8\": 78392450.07708308\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"anim_7\": \"in dolor deserunt consequa\"\n }\n }\n ]\n },\n \"invoiceURL\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"paymentStatus\": \"PROCESSING\",\n \"startDate\": \"\",\n \"status\": \"CANCELED\",\n \"type\": \"COMMIT\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-829c697c-6c4f-4368-be53-851b9eae12a8" }, { "id": "4c47c397-265d-422f-bdd8-3ecd98aa32bf", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/void", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "void" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-4c47c397-265d-422f-bdd8-3ecd98aa32bf" }, { "id": "c1681b4d-1749-4aa5-aef6-6177dbf2c1ae", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId/void", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId", "void" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-c1681b4d-1749-4aa5-aef6-6177dbf2c1ae" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-547081e9-5793-4045-bb28-4d3836a23439" } ], "id": "235c9179-0fce-4c6b-bc16-ed780ee510ed", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-235c9179-0fce-4c6b-bc16-ed780ee510ed" }, { "name": "Get Invoice", "id": "b10f3d56-60a1-40aa-9a47-a41bf31de2da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId" ], "variable": [ { "id": "25dc3e80-7fb9-41b9-9db9-9d02eb0d66bb", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "3297b6f5-49fd-46bd-a5aa-69e509e89502", "key": "invoiceId", "value": "", "description": "(Required) Invoice ID" } ] }, "description": "Get the invoice by ID" }, "response": [ { "id": "90213a8d-e116-4592-8fa3-9202d674a124", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endDate\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"dolore36\": 24441291,\n \"dolor_4\": \"dolor et consequat volupt\",\n \"exercitation_a4\": true,\n \"id_8\": 78392450.07708308\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"anim_7\": \"in dolor deserunt consequa\"\n }\n }\n ]\n },\n \"invoiceURL\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"paymentStatus\": \"PROCESSING\",\n \"startDate\": \"\",\n \"status\": \"CANCELED\",\n \"type\": \"COMMIT\"\n}", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-90213a8d-e116-4592-8fa3-9202d674a124" }, { "id": "d55b37b9-c3b7-483e-8589-66f671a947bb", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-d55b37b9-c3b7-483e-8589-66f671a947bb" }, { "id": "51c7cd40-2201-4fff-a9d3-8617ff3ccf2c", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice", ":invoiceId" ], "variable": [ { "key": "orgId" }, { "key": "invoiceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-51c7cd40-2201-4fff-a9d3-8617ff3ccf2c" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-b10f3d56-60a1-40aa-9a47-a41bf31de2da" } ], "id": "eaf81d89-65f6-4a2c-a6b4-5271395c325d", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-eaf81d89-65f6-4a2c-a6b4-5271395c325d" }, { "name": "List Invoices", "id": "e29d7369-611d-42c2-b939-9f04c8056a4b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice?entitlementId=&buyerId=&status=FINALIZED&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice" ], "query": [ { "description": "Optional, filter by the entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by invoice status as filter, if not provided, all status invoices are returned", "key": "status", "value": "FINALIZED" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "id": "a82d0761-b1f5-4692-a3b4-50fa3fbc1708", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "List invoices with pagination and filter by status (optional)" }, "response": [ { "id": "a622bf83-2b00-4eec-97f2-097256269f95", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice?entitlementId=&buyerId=&status=FINALIZED&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice" ], "query": [ { "description": "Optional, filter by the entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by invoice status as filter, if not provided, all status invoices are returned", "key": "status", "value": "FINALIZED" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endDate\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"ut63\": 7146168.592746615,\n \"Lorem_26c\": -98092561.3728123\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"ad_778\": \"qui exercitation est consequat do\"\n }\n }\n ]\n },\n \"invoiceURL\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"paymentStatus\": \"PROCESSING\",\n \"startDate\": \"\",\n \"status\": \"FINALIZED\",\n \"type\": \"USAGE\"\n },\n {\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endDate\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addFixedFees\": [\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n },\n {\n \"endDate\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"reason\": \"\",\n \"startDate\": \"\"\n }\n ],\n \"addonDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n \"adjustDiscountByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ],\n \"adjustMinimumSpendByDimensions\": [\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n {\n \"dimensionKey\": \"\",\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n }\n ],\n \"adjustOverallDiscount\": {\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n \"adjustOverallMinimumSpend\": {\n \"minimumSpend\": \"\",\n \"reason\": \"\"\n },\n \"billableDimensionDetails\": [\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"PERCENTAGE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n },\n {\n \"amount\": \"\",\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"category\": {\n \"value\": \"\",\n \"feeExpressions\": \"\"\n },\n {\n \"descriptions\": \"\",\n \"feeExpressions\": \"\"\n }\n ],\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"discountExpression\": \"\",\n \"isTrial\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"quantity\": \"\"\n }\n ],\n \"commitsRevenueDetails\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"expression\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\"\n }\n ],\n \"creationDate\": \"\",\n \"currency\": \"\",\n \"deductedCommitAmount\": \"\",\n \"deductedCommitInvoiceID\": \"\",\n \"description\": \"\",\n \"dueAmount\": \"\",\n \"dueDate\": \"\",\n \"gracePeriodInDays\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"issueDate\": \"\",\n \"memo\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallmentsDetail\": {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\"\n },\n \"periodTotalDays\": \"\",\n \"receiptUrl\": \"\",\n \"spaUrl\": \"\",\n \"subtotalAmount\": \"\",\n \"taxAmount\": \"\",\n \"trialPeriodInDays\": \"\",\n \"usageDailyRevenues\": [\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"eu_aa5\": true\n }\n },\n {\n \"billableMetricKey\": {\n \"groupBysExpression\": \"\",\n \"id\": \"\"\n },\n \"date\": \"\",\n \"quantity\": \"\",\n \"uniquePropertyItems\": {\n \"magna60\": true\n }\n }\n ]\n },\n \"invoiceURL\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"paymentStatus\": \"PENDING\",\n \"startDate\": \"\",\n \"status\": \"DELETED\",\n \"type\": \"INSTALLMENT\"\n }\n]", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-a622bf83-2b00-4eec-97f2-097256269f95" }, { "id": "99f1fcdd-96df-44c9-86aa-9edf127acb69", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice?entitlementId=&buyerId=&status=FINALIZED&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice" ], "query": [ { "description": "Optional, filter by the entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by invoice status as filter, if not provided, all status invoices are returned", "key": "status", "value": "FINALIZED" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-99f1fcdd-96df-44c9-86aa-9edf127acb69" }, { "id": "a028c4e2-29ae-49d0-b240-ee00a7375446", "name": "Internal error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/invoice?entitlementId=&buyerId=&status=FINALIZED&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "invoice" ], "query": [ { "description": "Optional, filter by the entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by invoice status as filter, if not provided, all status invoices are returned", "key": "status", "value": "FINALIZED" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-a028c4e2-29ae-49d0-b240-ee00a7375446" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-e29d7369-611d-42c2-b939-9f04c8056a4b" } ], "id": "e5c5471a-8f3a-46b9-852d-1fb7b1952fe5", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-e5c5471a-8f3a-46b9-852d-1fb7b1952fe5" }, { "name": "paymentTransaction", "item": [ { "name": "List Payment Transactions", "id": "1a26020a-d571-4008-a64c-fa1fbe140a61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/paymentTransaction?buyerId=&entitlementId=&invoiceId=&status=PROCESSING&type=REFUND&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "paymentTransaction" ], "query": [ { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by the given entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given invoice ID", "key": "invoiceId", "value": "" }, { "description": "Optional, filter by status", "key": "status", "value": "PROCESSING" }, { "description": "Optional, filter by transaction type", "key": "type", "value": "REFUND" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "id": "48356281-2139-411f-957d-9a8834e9018b", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "List payment transactions with pagination and filters" }, "response": [ { "id": "d8d99953-1d4f-4132-b474-359a502e2bd8", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/paymentTransaction?buyerId=&entitlementId=&invoiceId=&status=PROCESSING&type=REFUND&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "paymentTransaction" ], "query": [ { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by the given entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given invoice ID", "key": "invoiceId", "value": "" }, { "description": "Optional, filter by status", "key": "status", "value": "PROCESSING" }, { "description": "Optional, filter by transaction type", "key": "type", "value": "REFUND" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"amount\": \"\",\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"invoiceDate\": \"\",\n \"refundExists\": \"\",\n \"stripeBalanceTransaction\": {\n \"amount\": \"\",\n \"available_on\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"exchange_rate\": \"\",\n \"fee\": \"\",\n \"fee_details\": [\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n },\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n }\n ],\n \"id\": \"\",\n \"net\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripeDisputes\": [\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n },\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n }\n ],\n \"stripeError\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripePaymentIntent\": {\n \"id\": \"\",\n \"last_payment_error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"livemode\": \"\",\n \"status\": {\n \"value\": \"\",\n \"estinationDetails\": {\n \"card\": {\n \"reference\": \"\",\n \"reference_status\": \"unavailable\",\n \"reference_type\": \"\",\n \"type\": \"refund\"\n },\n \"type\": \"\",\n \"us_bank_transfer\": {\n \"reference\": \"\",\n \"reference_status\": \"available\"\n }\n },\n \"failureBalanceTransactionId\": \"\",\n \"failureReason\": \"\",\n \"id\": \"\",\n \"paymentIntentId\": \"\",\n \"status\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"parentID\": \"\",\n \"partner\": \"MICROSOFT\",\n \"status\": \"PENDING\",\n \"type\": \"CHARGE\",\n \"walletID\": \"\",\n \"walletType\": \"sepa_debit\"\n },\n {\n \"amount\": \"\",\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"entitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"invoiceDate\": \"\",\n \"refundExists\": \"\",\n \"stripeBalanceTransaction\": {\n \"amount\": \"\",\n \"available_on\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"exchange_rate\": \"\",\n \"fee\": \"\",\n \"fee_details\": [\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n },\n {\n \"amount\": \"\",\n \"application\": \"\",\n \"description\": \"\",\n \"type\": \"\"\n }\n ],\n \"id\": \"\",\n \"net\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripeDisputes\": [\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n },\n {\n \"amount\": \"\",\n \"chargeId\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"is_charge_refundable\": \"\",\n \"livemode\": \"\",\n \"paymentIntentId\": \"\",\n \"reason\": \"\",\n \"status\": \"\"\n }\n ],\n \"stripeError\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"stripePaymentIntent\": {\n \"id\": \"\",\n \"last_payment_error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"param\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n },\n \"livemode\": \"\",\n \"status\": {\n \"value\": \"\",\n \"estinationDetails\": {\n \"card\": {\n \"reference\": \"\",\n \"reference_status\": \"unavailable\",\n \"reference_type\": \"\",\n \"type\": \"reversal\"\n },\n \"type\": \"\",\n \"us_bank_transfer\": {\n \"reference\": \"\",\n \"reference_status\": \"unavailable\"\n }\n },\n \"failureBalanceTransactionId\": \"\",\n \"failureReason\": \"\",\n \"id\": \"\",\n \"paymentIntentId\": \"\",\n \"status\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"organizationID\": \"\",\n \"parentID\": \"\",\n \"partner\": \"ORB\",\n \"status\": \"PROCESSING\",\n \"type\": \"CHARGE\",\n \"walletID\": \"\",\n \"walletType\": \"sepa_debit\"\n }\n]", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-d8d99953-1d4f-4132-b474-359a502e2bd8" }, { "id": "7a4f9e6a-7864-409b-8fda-2c314ef97680", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/paymentTransaction?buyerId=&entitlementId=&invoiceId=&status=PROCESSING&type=REFUND&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "paymentTransaction" ], "query": [ { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by the given entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given invoice ID", "key": "invoiceId", "value": "" }, { "description": "Optional, filter by status", "key": "status", "value": "PROCESSING" }, { "description": "Optional, filter by transaction type", "key": "type", "value": "REFUND" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-7a4f9e6a-7864-409b-8fda-2c314ef97680" }, { "id": "01798a7e-47a0-4855-954b-fe5b85af043e", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/paymentTransaction?buyerId=&entitlementId=&invoiceId=&status=PROCESSING&type=REFUND&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "paymentTransaction" ], "query": [ { "description": "Optional, filter by the given buyer ID", "key": "buyerId", "value": "" }, { "description": "Optional, filter by the given entitlement ID", "key": "entitlementId", "value": "" }, { "description": "Optional, filter by the given invoice ID", "key": "invoiceId", "value": "" }, { "description": "Optional, filter by status", "key": "status", "value": "PROCESSING" }, { "description": "Optional, filter by transaction type", "key": "type", "value": "REFUND" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-01798a7e-47a0-4855-954b-fe5b85af043e" } ], "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-1a26020a-d571-4008-a64c-fa1fbe140a61" } ], "id": "dec94c95-2917-4c21-9bc9-de50fe4b12a1", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-dec94c95-2917-4c21-9bc9-de50fe4b12a1" } ], "id": "e975c87b-70a0-422d-89da-cdcfad1d6d40", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-e975c87b-70a0-422d-89da-cdcfad1d6d40" } ], "id": "01897514-d4b4-4c54-ba93-35fc491a39ad", "createdAt": "2026-07-28T03:05:54.000Z", "updatedAt": "2026-07-28T03:05:54.000Z", "uid": "35240-01897514-d4b4-4c54-ba93-35fc491a39ad" } ], "variable": [ { "key": "baseUrl", "value": "https://api.suger.cloud" } ] }