{ "info": { "_postman_id": "449fd56e-9a0f-4351-9dd2-3dbd0545446a", "name": "Unified.to account subscription 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:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-449fd56e-9a0f-4351-9dd2-3dbd0545446a" }, "item": [ { "name": "payment", "item": [ { "name": "{connection_id}", "item": [ { "name": "subscription", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Subscription", "id": "fadf5162-ad38-4d14-bd58-faf2f0df0af8", "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": "6771e888-54ca-4eaa-bab6-50ce345b22e4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c5232ba6-a938-4590-b48b-f2e1dcbd287e", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "e95d7898-f559-49b8-8143-629bac1320af", "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:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-e95d7898-f559-49b8-8143-629bac1320af" }, { "id": "2c0daf11-d94f-4ef4-a43d-5098f087a9f8", "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:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-2c0daf11-d94f-4ef4-a43d-5098f087a9f8" } ], "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-fadf5162-ad38-4d14-bd58-faf2f0df0af8" }, { "name": "Retrieve a Subscription", "id": "48ed6897-71f3-4d16-8a7f-0361baddae34", "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=day_of_month&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "day_of_month" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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": "46026a84-a330-4810-8517-654dbf8903b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "70a08f4c-2651-47dd-b0fd-4e44a0748d5e", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "d00cde14-80dd-4815-9f57-adb6dab7ff66", "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=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-d00cde14-80dd-4815-9f57-adb6dab7ff66" } ], "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-48ed6897-71f3-4d16-8a7f-0361baddae34" }, { "name": "Update a Subscription", "id": "04b76db5-7681-4018-b0cc-263d8b10ad49", "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\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=day_of_month&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "day_of_month" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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": "86a42f4d-aacc-40a3-b151-8d8fcf24a7fb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d376873f-2f7a-4299-b15e-917e477287c0", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "eaec8bf2-108d-41e4-8424-fd19f2d7cd39", "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\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=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-eaec8bf2-108d-41e4-8424-fd19f2d7cd39" } ], "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-04b76db5-7681-4018-b0cc-263d8b10ad49" }, { "name": "Update a Subscription", "id": "41b1c169-6e19-4682-87d5-2231032e874b", "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\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=day_of_month&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "day_of_month" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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": "76284795-8a62-41a9-a183-3f72d080c239", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "30f70c1c-af95-497d-90be-20fa2bb916d2", "key": "id", "value": "", "description": "(Required) ID of the Subscription" } ] } }, "response": [ { "id": "b5972612-e066-4cbf-b370-034d067ca9f0", "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\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=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-b5972612-e066-4cbf-b370-034d067ca9f0" } ], "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-41b1c169-6e19-4682-87d5-2231032e874b" } ], "id": "0976fb8a-97e7-4cfb-bba1-3a82a31b2bb4", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-0976fb8a-97e7-4cfb-bba1-3a82a31b2bb4" }, { "name": "List All Subscriptions", "id": "f2c008f4-7c2c-408d-a51d-a03e60b5e35c", "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=day_of_month&fields=lineitems&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": "day_of_month" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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": "b68e3ea8-378a-4136-a591-de9a75682f4e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5353df8a-cf66-4582-9403-abfd28eccbda", "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=lineitems&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": "lineitems" }, { "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\": \"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 \"reprehenderit_37b\": true,\n \"minim_8c5\": -15493201.87997289,\n \"irureaf9\": false\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\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\": \"YEAR\",\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 \"consequatcaa\": 39078794.97432062\n },\n \"start_at\": \"\",\n \"status\": \"INACTIVE\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-5353df8a-cf66-4582-9403-abfd28eccbda" } ], "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-f2c008f4-7c2c-408d-a51d-a03e60b5e35c" }, { "name": "Create a Subscription", "id": "708b2ecd-fa24-4928-90c6-6bd112ca0f01", "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\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=day_of_month&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "day_of_month" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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": "9527bf59-28ba-47b1-b169-7d34a88896ed", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "0d21a420-51da-419e-9b4d-1a807a2a276a", "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\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=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "subscription" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "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\": \"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 \"fugiatfd\": \"sit fugiat sed\",\n \"mollit_0a4\": 55506442\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-0d21a420-51da-419e-9b4d-1a807a2a276a" } ], "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-708b2ecd-fa24-4928-90c6-6bd112ca0f01" } ], "id": "b7aee247-08b7-4ad3-a4e8-9e97a23d5a05", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-b7aee247-08b7-4ad3-a4e8-9e97a23d5a05" } ], "id": "2ac29887-0a19-4326-ab18-ef62d8ebbe24", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-2ac29887-0a19-4326-ab18-ef62d8ebbe24" } ], "id": "a7e32f4e-1acb-4d59-933c-5421000cb168", "createdAt": "2026-07-28T03:26:50.000Z", "updatedAt": "2026-07-28T03:26:50.000Z", "uid": "35240-a7e32f4e-1acb-4d59-933c-5421000cb168" } ], "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" } ] }