{ "info": { "_postman_id": "014ca350-d6c3-459c-b749-3aba9188c7e7", "name": "Unified.to account payslip 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:14.000Z", "updatedAt": "2026-07-28T03:25:14.000Z", "lastUpdatedBy": "35240", "uid": "35240-014ca350-d6c3-459c-b749-3aba9188c7e7" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "payslip", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Payslip", "id": "367e9d15-f437-4704-a6d0-20f71d90e6e9", "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}}/hris/:connection_id/payslip/:id?fields=details&fields=payment_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "details" }, { "description": "Fields to return", "key": "fields", "value": "payment_type" }, { "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": "97c8e417-2193-4a41-96af-cdf5a98418c8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "49a82b55-8d43-4b5f-8f90-99466f51a772", "key": "id", "value": "", "description": "(Required) ID of the Payslip" } ] } }, "response": [ { "id": "0b08d8f8-1142-4e00-a7fe-416b9efecd5c", "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}}/hris/:connection_id/payslip/:id?fields=payment_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "payment_type" }, { "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 \"raw\": {\n \"proident67\": 82880154.10462669,\n \"anime\": 34760827\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"deduction\": {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_CHILD\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"veniam5e\": \"reprehenderit incididun\",\n \"adipisicing_b\": -58250701\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n \"details\": [\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"EARNING_COMMISSION\"\n },\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"EARNING_COMMISSION\"\n }\n ],\n \"end_at\": \"\",\n \"gross_amount\": \"\",\n \"id\": \"\",\n \"net_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_type\": \"DIRECT\",\n \"start_at\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-0b08d8f8-1142-4e00-a7fe-416b9efecd5c" } ], "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-367e9d15-f437-4704-a6d0-20f71d90e6e9" } ], "id": "3f71846e-ac61-469b-bbbe-d724847da1d2", "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-3f71846e-ac61-469b-bbbe-d724847da1d2" }, { "name": "List All Payslips", "id": "17acef7c-82bb-41d4-ad52-914c1ebe7975", "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}}/hris/:connection_id/payslip?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=details&fields=payment_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip" ], "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 user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "details" }, { "description": "Fields to return", "key": "fields", "value": "payment_type" }, { "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": "10ae4251-0d49-4f6d-93e0-c6be1d815144", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "091e8082-0266-4b3d-8f38-2250fb5b161a", "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}}/hris/:connection_id/payslip?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=payment_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "payslip" ], "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 user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "payment_type" }, { "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 \"raw\": {\n \"nulla39\": 5230029.248475924\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"deduction\": {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_FAMILY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"minim_5ec\": true\n },\n \"start_at\": \"\",\n \"type\": \"FIXED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n \"details\": [\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"EARNING_OVERTIME\"\n },\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"TAX_LOCAL\"\n }\n ],\n \"end_at\": \"\",\n \"gross_amount\": \"\",\n \"id\": \"\",\n \"net_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_type\": \"DIRECT\",\n \"start_at\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"raw\": {\n \"non_3\": -9192293,\n \"aute_0\": 50425158,\n \"officiaa93\": 61880291.02543387\n },\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"deduction\": {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"amet00\": 48893409.743595004,\n \"reprehenderit_\": false\n },\n \"start_at\": \"\",\n \"type\": \"FIXED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n \"details\": [\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"TAX_LOCAL\"\n },\n {\n \"amount\": \"\",\n \"company_amount\": \"\",\n \"description\": \"\",\n \"employee_amount\": \"\",\n \"name\": \"\",\n \"type\": \"PRETAX_DEDUCTION_HRA\"\n }\n ],\n \"end_at\": \"\",\n \"gross_amount\": \"\",\n \"id\": \"\",\n \"net_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_type\": \"CHEQUE\",\n \"start_at\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-091e8082-0266-4b3d-8f38-2250fb5b161a" } ], "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-17acef7c-82bb-41d4-ad52-914c1ebe7975" } ], "id": "82d6567c-1883-4cff-96c9-e88ba56131c3", "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-82d6567c-1883-4cff-96c9-e88ba56131c3" } ], "id": "e494e662-c731-4a44-a45f-104a99bbed74", "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-e494e662-c731-4a44-a45f-104a99bbed74" } ], "id": "39909cbe-2fda-46f3-a34c-0fc5f3a74e38", "createdAt": "2026-07-28T03:25:15.000Z", "updatedAt": "2026-07-28T03:25:15.000Z", "uid": "35240-39909cbe-2fda-46f3-a34c-0fc5f3a74e38" } ], "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" } ] }