{ "info": { "_postman_id": "cf2c108d-25b1-4b37-8714-c583f51c1187", "name": "Unified.to account payout 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:13.000Z", "updatedAt": "2026-07-28T03:25:13.000Z", "lastUpdatedBy": "35240", "uid": "35240-cf2c108d-25b1-4b37-8714-c583f51c1187" }, "item": [ { "name": "payment", "item": [ { "name": "{connection_id}", "item": [ { "name": "payout", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Payout", "id": "a6c996c3-868b-45ed-ab21-74bf44a648b9", "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=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payout", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "ea9adc64-570d-465d-8a27-62c69652a1bb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4d7d5d33-fa38-47dc-90bf-c2db9a0c54e8", "key": "id", "value": "", "description": "(Required) ID of the Payout" } ] } }, "response": [ { "id": "9f6bb64d-64ba-44cd-b5e6-7eb10fce07f2", "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=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "payout", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"dolore_13\": -60078164.32778505,\n \"aliquip_1_\": \"est\"\n },\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-9f6bb64d-64ba-44cd-b5e6-7eb10fce07f2" } ], "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-a6c996c3-868b-45ed-ab21-74bf44a648b9" } ], "id": "2ba1ff2b-71ca-4388-b684-d7b8b234ce76", "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-2ba1ff2b-71ca-4388-b684-d7b8b234ce76" }, { "name": "List All Payouts", "id": "ba5b9b6e-78b4-4a0d-ac45-b223f81c1975", "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=id&fields=raw&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": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "19f262ee-709d-4a2b-a787-cc0219bf0075", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b9cd2cce-c694-498e-a635-d2d20e4d8d1f", "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=raw&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": "raw" }, { "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 \"dolor_1\": 47916284,\n \"ut9\": false\n },\n \"status\": \"SUCCEEDED\",\n \"updated_at\": \"\"\n },\n {\n \"total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"velit_0\": false\n },\n \"status\": \"FAILED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-b9cd2cce-c694-498e-a635-d2d20e4d8d1f" } ], "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-ba5b9b6e-78b4-4a0d-ac45-b223f81c1975" } ], "id": "260cbd11-26bb-41d9-be58-5b106b13e542", "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-260cbd11-26bb-41d9-be58-5b106b13e542" } ], "id": "9de9ed9b-508f-437f-b74e-455aa1c8f19d", "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-9de9ed9b-508f-437f-b74e-455aa1c8f19d" } ], "id": "ccfa39ed-95bc-40c4-9f57-8eae972bd556", "createdAt": "2026-07-28T03:25:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "uid": "35240-ccfa39ed-95bc-40c4-9f57-8eae972bd556" } ], "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" } ] }