{ "info": { "_postman_id": "cb7d6dc9-d3c8-4a73-9b08-aae765e3d0ae", "name": "Unified.to account refund 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:27.000Z", "updatedAt": "2026-07-28T03:26:27.000Z", "lastUpdatedBy": "35240", "uid": "35240-cb7d6dc9-d3c8-4a73-9b08-aae765e3d0ae" }, "item": [ { "name": "payment", "item": [ { "name": "{connection_id}", "item": [ { "name": "refund", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Refund", "id": "a2f0dfa5-2e02-45d3-b8ed-cd5f906d6d73", "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=total_amount&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": "total_amount" }, { "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": "63401b70-1218-45c9-87d8-c6acc1b431ea", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "703a8441-5577-4b81-bf95-ff7cdb1bbead", "key": "id", "value": "", "description": "(Required) ID of the Refund" } ] } }, "response": [ { "id": "920744f4-88a8-4c09-a570-0b76ac36f206", "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=total_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "refund", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "total_amount" }, { "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 \"aliqua_1\": \"ut velit Duis sint\",\n \"in13\": true\n },\n \"reference\": \"\",\n \"status\": \"SUCCEEDED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-920744f4-88a8-4c09-a570-0b76ac36f206" } ], "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-a2f0dfa5-2e02-45d3-b8ed-cd5f906d6d73" } ], "id": "7f10504a-62f5-416b-87b3-27a57820d9d0", "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-7f10504a-62f5-416b-87b3-27a57820d9d0" }, { "name": "List All Refunds", "id": "28286cff-ffc6-45ab-900b-d4620753b258", "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=total_amount&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": "total_amount" }, { "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": "57751e96-a765-4622-8184-e0790a8cf448", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ed7d4a16-9e51-4998-a70c-d068029a0cde", "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=total_amount&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": "total_amount" }, { "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 \"sint_c\": 27242842,\n \"ea_57\": false\n },\n \"reference\": \"\",\n \"status\": \"SUCCEEDED\",\n \"updated_at\": \"\"\n },\n {\n \"total_amount\": \"\",\n \"payment_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Duisb5\": 23905754\n },\n \"reference\": \"\",\n \"status\": \"FAILED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-ed7d4a16-9e51-4998-a70c-d068029a0cde" } ], "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-28286cff-ffc6-45ab-900b-d4620753b258" } ], "id": "6771285d-6d78-4c85-9ffc-74c248e49173", "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-6771285d-6d78-4c85-9ffc-74c248e49173" } ], "id": "dd924077-3aca-4a3a-a623-725d6daccbf9", "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-dd924077-3aca-4a3a-a623-725d6daccbf9" } ], "id": "6915fdc3-98a5-46a7-b49c-c20fa7c352fb", "createdAt": "2026-07-28T03:26:28.000Z", "updatedAt": "2026-07-28T03:26:28.000Z", "uid": "35240-6915fdc3-98a5-46a7-b49c-c20fa7c352fb" } ], "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" } ] }