{ "info": { "_postman_id": "a05e6090-e070-4912-8b65-5952c174e3ef", "name": "Unified.to account payment API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:11.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "lastUpdatedBy": "35240", "uid": "35240-a05e6090-e070-4912-8b65-5952c174e3ef" }, "item": [ { "name": "payment", "item": [ { "name": "{connection_id}", "item": [ { "name": "link", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Link", "id": "8fdd0ccc-60c7-4f49-9070-c6c76077f069", "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": [], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "variable": [ { "id": "dd242006-3b41-479c-b6a4-e0b41fabed8b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "387dd324-e3c7-4a27-b671-04606b778b76", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "820fff67-9f4c-41e5-9cc1-0267c82351a7", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-820fff67-9f4c-41e5-9cc1-0267c82351a7" }, { "id": "08072a15-ba95-4a0f-a3cc-08fb7fce6e65", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-08072a15-ba95-4a0f-a3cc-08fb7fce6e65" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-8fdd0ccc-60c7-4f49-9070-c6c76077f069" }, { "name": "Retrieve a Link", "id": "13f1b56d-03d7-41b3-a502-5eb7ed431c0d", "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}}/payment/:connection_id/link/:id?fields=is_active&fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "fc6e5aa5-9f76-406e-9380-5793ccf74536", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7a92aad0-0820-432f-a810-ea7037efa47f", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "044563de-6afa-4d3a-a801-73f3f0257883", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-044563de-6afa-4d3a-a801-73f3f0257883" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-13f1b56d-03d7-41b3-a502-5eb7ed431c0d" }, { "name": "Update a Link", "id": "a172ebe9-1d07-43a5-a51c-8ea6e99d29c3", "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 \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=is_active&fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "478a6bb2-ffc9-4609-b258-446de9dbb968", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5edec8e6-29a2-4692-a7b2-b8a10652384f", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "448e4f75-3f87-4566-ad90-71c139b345d0", "name": "Successful", "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 \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-448e4f75-3f87-4566-ad90-71c139b345d0" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-a172ebe9-1d07-43a5-a51c-8ea6e99d29c3" }, { "name": "Update a Link", "id": "91e9d8bc-98c7-42ec-9601-cfe88aeb5f62", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=is_active&fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2539c99a-de2e-49cd-bca9-8fc1afef9e08", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f926aa97-f5a4-42a4-a601-8e6930c2cb10", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "cc7b8f0c-9b10-495c-b2be-26cdc372fea6", "name": "Successful", "originalRequest": { "method": "PUT", "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 \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-cc7b8f0c-9b10-495c-b2be-26cdc372fea6" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-91e9d8bc-98c7-42ec-9601-cfe88aeb5f62" } ], "id": "a517cd68-9678-40b9-a5d5-77a20a646b92", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-a517cd68-9678-40b9-a5d5-77a20a646b92" }, { "name": "List All Links", "id": "bbb8884a-1b31-4483-8d24-08bd9f920355", "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}}/payment/:connection_id/link?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&payment_id=&fields=is_active&fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The payment ID to filter by (reference to PaymentPayment)", "key": "payment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "600cccda-9842-468e-90f5-bd1381f20509", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "93384cea-37ef-4247-98af-7ffccbea6a66", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&payment_id=&fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The payment ID to filter by (reference to PaymentPayment)", "key": "payment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"quis_be7\": false,\n \"non_3b2\": true\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"exercitation_54\": false,\n \"velit_f\": true\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-93384cea-37ef-4247-98af-7ffccbea6a66" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-bbb8884a-1b31-4483-8d24-08bd9f920355" }, { "name": "Create a Link", "id": "2e68ff90-ac9f-4d82-adf7-a42c86740768", "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 \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link?fields=is_active&fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "20be6f0f-9064-47d0-98dd-dd6c7328ca5f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "57ac067f-1f41-48fd-a508-10f24fb37312", "name": "Successful", "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 \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link?fields=is_chargeable_now&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_chargeable_now" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"officia_971\": -20048497.086109146,\n \"doloref5\": false,\n \"officia5df\": -46267327.61436747,\n \"irure_68_\": -95834883\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-57ac067f-1f41-48fd-a508-10f24fb37312" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-2e68ff90-ac9f-4d82-adf7-a42c86740768" } ], "id": "271d8a91-ed3f-4ee9-b59e-f8c9b8b24744", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-271d8a91-ed3f-4ee9-b59e-f8c9b8b24744" }, { "name": "payment", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Payment", "id": "6fffb663-3267-484c-8699-649d9889bbbf", "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": [], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "variable": [ { "id": "f136d47e-49b4-41c1-a0dc-13d1c5d7b750", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "817884b7-1955-4dac-8c46-68d2756615b0", "key": "id", "value": "", "description": "(Required) ID of the Payment" } ] } }, "response": [ { "id": "8616c1a2-7265-4b92-b592-fe655c2e288a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-8616c1a2-7265-4b92-b592-fe655c2e288a" }, { "id": "f490fdad-6550-42e8-8bd4-a98fa550a5ec", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f490fdad-6550-42e8-8bd4-a98fa550a5ec" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-6fffb663-3267-484c-8699-649d9889bbbf" }, { "name": "Retrieve a Payment", "id": "89b4fef7-d056-4e1b-b2b6-9034cb751910", "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}}/payment/:connection_id/payment/:id?fields=id&fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6819ed05-d54a-4bcf-b5ec-a46cfa621c47", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ee204f21-6f6e-4c50-90a1-3f61b2d189fa", "key": "id", "value": "", "description": "(Required) ID of the Payment" } ] } }, "response": [ { "id": "7fc5ce38-8f7c-4173-85bf-b6e31d4b15a3", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id?fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-7fc5ce38-8f7c-4173-85bf-b6e31d4b15a3" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-89b4fef7-d056-4e1b-b2b6-9034cb751910" }, { "name": "Update a Payment", "id": "34a5d681-49ef-4bd0-a9f3-a7d2b2db70d0", "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 \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id?fields=id&fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "55ce51b3-fea1-4be3-bc1b-2ecee48415ca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "354bd0c6-f913-44b1-859c-d596ca38fd7c", "key": "id", "value": "", "description": "(Required) ID of the Payment" } ] } }, "response": [ { "id": "361127c1-cfef-4e87-931d-1655a7496427", "name": "Successful", "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 \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id?fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-361127c1-cfef-4e87-931d-1655a7496427" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-34a5d681-49ef-4bd0-a9f3-a7d2b2db70d0" }, { "name": "Update a Payment", "id": "dbfe7529-3379-4b59-8e41-f05d6451a6a4", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id?fields=id&fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "421c3a4f-0f4e-4bc4-a7ed-58c7945e43f2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1740637f-7e6d-49e9-8aac-fcbeff9333b7", "key": "id", "value": "", "description": "(Required) ID of the Payment" } ] } }, "response": [ { "id": "9cc0a4fb-06e2-4f9e-81b6-2f3042a6bd10", "name": "Successful", "originalRequest": { "method": "PUT", "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 \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment/:id?fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-9cc0a4fb-06e2-4f9e-81b6-2f3042a6bd10" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-dbfe7529-3379-4b59-8e41-f05d6451a6a4" } ], "id": "9d74ab02-a9a5-41e6-8425-5eb3c0a93385", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-9d74ab02-a9a5-41e6-8425-5eb3c0a93385" }, { "name": "List All Payments", "id": "d2b0fcf9-d925-4438-8e21-a9a129c597eb", "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}}/payment/:connection_id/payment?limit=&offset=&updated_gte=&sort=&order=&query=&invoice_id=&contact_id=&link_id=&bill_id=&type=&org_id=&start_gte=&end_lt=&fields=id&fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The invoice ID to filter by (reference to AccountingInvoice)", "key": "invoice_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The link ID to filter by", "key": "link_id", "value": "" }, { "description": "The bill ID to filter by", "key": "bill_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e7220c71-94ae-4085-bfdf-9a9f69060230", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "1b35f83c-e505-442a-a994-eb9053b614b6", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment?limit=&offset=&updated_gte=&sort=&order=&query=&invoice_id=&contact_id=&link_id=&bill_id=&type=&org_id=&start_gte=&end_lt=&fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The invoice ID to filter by (reference to AccountingInvoice)", "key": "invoice_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The link ID to filter by", "key": "link_id", "value": "" }, { "description": "The bill ID to filter by", "key": "bill_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_7\": -50383416,\n \"culpa_2b\": true\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"dolor0\": \"incididunt deserunt reprehenderit qui elit\",\n \"fugiatfa8\": true\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-1b35f83c-e505-442a-a994-eb9053b614b6" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-d2b0fcf9-d925-4438-8e21-a9a129c597eb" }, { "name": "Create a Payment", "id": "225421ed-9035-4436-957b-dd661d8ae02b", "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 \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment?fields=id&fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "707b85f3-11bb-445f-a2bc-f12834de20b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "dbdd6d85-3cd3-420f-b19e-76cbf885ba75", "name": "Successful", "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 \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/payment?fields=payment_method&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "payment_method" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"bill_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"notes\": \"\",\n \"payment_method\": \"\",\n \"raw\": {\n \"ut_a\": -86917751.79080334,\n \"laborum_4\": \"dolore\",\n \"voluptate8b8\": 12719287\n },\n \"reference\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-dbdd6d85-3cd3-420f-b19e-76cbf885ba75" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-225421ed-9035-4436-957b-dd661d8ae02b" } ], "id": "41adf999-d9fb-46ed-804c-c9689ce3e6db", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-41adf999-d9fb-46ed-804c-c9689ce3e6db" }, { "name": "payout", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Payout", "id": "f8ffb381-6faa-4483-96a7-f3a3face10ad", "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}}/payment/:connection_id/payout/:id?fields=updated_at&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payout", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5e808693-1841-4ecd-b1b1-2db905d80007", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7630c0ca-fc80-4d9a-a536-6264847ec350", "key": "id", "value": "", "description": "(Required) ID of the Payout" } ] } }, "response": [ { "id": "ed5807c2-0947-4275-b9e9-3d63cf93e13c", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payout/:id?fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payout", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"culpa_e\": \"sunt esse dolore\",\n \"dolor15\": \"laboris ut cupidatat id\"\n },\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-ed5807c2-0947-4275-b9e9-3d63cf93e13c" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f8ffb381-6faa-4483-96a7-f3a3face10ad" } ], "id": "045077c5-e28f-4706-ab3a-ee2a1853db98", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-045077c5-e28f-4706-ab3a-ee2a1853db98" }, { "name": "List All Payouts", "id": "91084983-8f42-4f13-9dc5-b51fc14eca3c", "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}}/payment/:connection_id/payout?limit=&offset=&updated_gte=&sort=&order=&query=&fields=updated_at&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payout" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4a24f94d-bc09-438b-b2b1-393bf8b5d9d8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "34c78419-3480-46dc-b21b-64b5ccca8fb7", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/payout?limit=&offset=&updated_gte=&sort=&order=&query=&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payout" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"veniam_20\": false\n },\n \"status\": \"FAILED\",\n \"updated_at\": \"\"\n },\n {\n \"total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"cupidatat_c_\": \"in ut\",\n \"culpa1f\": -34962539\n },\n \"status\": \"SUCCEEDED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-34c78419-3480-46dc-b21b-64b5ccca8fb7" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-91084983-8f42-4f13-9dc5-b51fc14eca3c" } ], "id": "ef75dd94-891a-429e-8609-a05be91c78e0", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-ef75dd94-891a-429e-8609-a05be91c78e0" }, { "name": "refund", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Refund", "id": "3f51c3ba-24b3-4e8d-80a0-fc352e648591", "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}}/payment/:connection_id/refund/:id?fields=created_at&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "refund", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d903351a-6447-41c2-af98-e5fd2e044ef2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "34bf8d64-41af-4c60-a9e0-e50d4aee01b4", "key": "id", "value": "", "description": "(Required) ID of the Refund" } ] } }, "response": [ { "id": "52a0bc89-6633-43dc-abaf-08f7c3de7f4d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/refund/:id?fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "refund", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total_amount\": \"\",\n \"payment_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"cillum_6c2\": -88617501.65717193,\n \"Duis8\": \"tempor\"\n },\n \"reference\": \"\",\n \"status\": \"FAILED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-52a0bc89-6633-43dc-abaf-08f7c3de7f4d" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-3f51c3ba-24b3-4e8d-80a0-fc352e648591" } ], "id": "dadcb10f-4237-4ca7-94f6-228b6062d802", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-dadcb10f-4237-4ca7-94f6-228b6062d802" }, { "name": "List All Refunds", "id": "2956284c-7777-482a-8d66-e8708f96d453", "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}}/payment/:connection_id/refund?limit=&offset=&updated_gte=&sort=&order=&query=&payment_id=&fields=created_at&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "refund" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The payment ID to filter by (reference to PaymentPayment)", "key": "payment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a57a6261-af06-43ce-b7e1-34f7d21f62b8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f897b971-3780-47b4-9bde-4ba92ed21a96", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/refund?limit=&offset=&updated_gte=&sort=&order=&query=&payment_id=&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "refund" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The payment ID to filter by (reference to PaymentPayment)", "key": "payment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"total_amount\": \"\",\n \"payment_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem14d\": true,\n \"irure_ff\": \"in deserunt ad sed incididunt\",\n \"proident_9de\": false,\n \"elit_b7\": \"dolor \"\n },\n \"reference\": \"\",\n \"status\": \"FAILED\",\n \"updated_at\": \"\"\n },\n {\n \"total_amount\": \"\",\n \"payment_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"in15\": \"enim ex est id\",\n \"laborum8\": -90604891.90387328\n },\n \"reference\": \"\",\n \"status\": \"SUCCEEDED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f897b971-3780-47b4-9bde-4ba92ed21a96" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-2956284c-7777-482a-8d66-e8708f96d453" } ], "id": "37762807-b4a6-47ef-b288-4ee6af6c6261", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-37762807-b4a6-47ef-b288-4ee6af6c6261" }, { "name": "subscription", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Subscription", "id": "3f972354-e0d3-47ee-82ea-3376048d7d16", "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": [], "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "variable": [ { "id": "e16ce662-356e-45aa-8a33-fd164531df8c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c05341b7-4df3-4a14-8cf1-8137fb450439", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "f9b61bd3-c2ef-4a9c-86c2-a45201200cfd", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f9b61bd3-c2ef-4a9c-86c2-a45201200cfd" }, { "id": "7c9f70b5-5703-463f-97c5-a1c547c4b314", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-7c9f70b5-5703-463f-97c5-a1c547c4b314" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-3f972354-e0d3-47ee-82ea-3376048d7d16" }, { "name": "Retrieve a Subscription", "id": "d95ff0db-6671-415b-8fe9-7a6961b1f562", "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}}/payment/:connection_id/subscription/:id?fields=raw&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "449c36c5-11f3-46fc-a8cc-8f951439771b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d66d9b80-8963-421f-95fc-621475304e92", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "4f1c3427-41cf-4ad3-a3e9-fb87816be4b6", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-4f1c3427-41cf-4ad3-a3e9-fb87816be4b6" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-d95ff0db-6671-415b-8fe9-7a6961b1f562" }, { "name": "Update a Subscription", "id": "4839cf77-505d-4990-b6d1-136904c55582", "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 \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id?fields=raw&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a5bfeaf8-decc-4d71-9d66-d6d6f46b6b68", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6c74b921-e42f-4ab0-a1d7-d44448c69a7e", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "f9889dd9-5cfb-4ea1-ae80-1b9946848963", "name": "Successful", "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 \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f9889dd9-5cfb-4ea1-ae80-1b9946848963" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-4839cf77-505d-4990-b6d1-136904c55582" }, { "name": "Update a Subscription", "id": "d2048111-03c7-4cc3-933c-62738a4392c4", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id?fields=raw&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a64b61c3-cd49-4528-a207-1514b87de43e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e78a94e1-c3e4-4370-89b3-e87eb4322c2f", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "f64daca2-117d-497c-a742-1c8345a521b9", "name": "Successful", "originalRequest": { "method": "PUT", "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 \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription/:id?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f64daca2-117d-497c-a742-1c8345a521b9" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-d2048111-03c7-4cc3-933c-62738a4392c4" } ], "id": "28b7b31c-a490-4ce4-a4ee-ff70f1f44dcd", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-28b7b31c-a490-4ce4-a4ee-ff70f1f44dcd" }, { "name": "List All Subscriptions", "id": "f9c891cb-b40e-4ec2-aa8a-9b40750d7409", "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}}/payment/:connection_id/subscription?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&start_gte=&end_lt=&fields=raw&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2c5d221b-7366-4cec-abe3-16796a796726", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "2455eeff-9b88-41b9-9ba5-6b04f9679ae0", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&start_gte=&end_lt=&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"DAY\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"anim4\": \"voluptate incididunt dolore id aliquip\",\n \"consequat9e3\": 3022350.7872331142,\n \"ad_8\": -81097901.29025623\n },\n \"start_at\": \"\",\n \"status\": \"INACTIVE\",\n \"updated_at\": \"\"\n },\n {\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"culpa5\": -14544592\n },\n \"start_at\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-2455eeff-9b88-41b9-9ba5-6b04f9679ae0" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-f9c891cb-b40e-4ec2-aa8a-9b40750d7409" }, { "name": "Create a Subscription", "id": "3d6618f3-b367-48dd-8ef7-ad7431dfa7a0", "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 \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription?fields=raw&fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ce849375-f207-4454-9d5f-9b2390d1f176", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "350d4469-2c01-4842-b095-35082183bd54", "name": "Successful", "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 \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/subscription?fields=start_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "start_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"canceled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"current_period_end_at\": \"\",\n \"current_period_start_at\": \"\",\n \"day_of_month\": \"\",\n \"day_of_week\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"interval\": \"\",\n \"interval_unit\": \"WEEK\",\n \"invoice_id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"month\": \"\",\n \"raw\": {\n \"laborume6\": -27640260.565691978,\n \"sint_0_5\": -31068751.137848645\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-350d4469-2c01-4842-b095-35082183bd54" } ], "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-3d6618f3-b367-48dd-8ef7-ad7431dfa7a0" } ], "id": "65bfdb49-3df6-47f8-b16b-496cd4b92b24", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-65bfdb49-3df6-47f8-b16b-496cd4b92b24" } ], "id": "9b04b615-1a7c-440e-a53b-d45a85f1314e", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-9b04b615-1a7c-440e-a53b-d45a85f1314e" } ], "id": "7c58bbfa-eb6d-4d28-9af1-988e69c5af1b", "createdAt": "2026-07-28T03:25:12.000Z", "updatedAt": "2026-07-28T03:25:12.000Z", "uid": "35240-7c58bbfa-eb6d-4d28-9af1-988e69c5af1b" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }