{ "info": { "_postman_id": "72a83073-d15d-477e-8c59-86d0cd9c91ef", "name": "Remote Address Details Payslips API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "lastUpdatedBy": "35240", "uid": "35240-72a83073-d15d-477e-8c59-86d0cd9c91ef" }, "item": [ { "name": "v1", "item": [ { "name": "employee", "item": [ { "name": "payslips", "item": [ { "name": "List approved payslip files for the authenticated employee", "id": "eb1f0aa9-4293-452c-bd3d-bc3f0658931d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address:read address:write bank_account:read bank_account:write document:read document:write emergency_contact:read emergency_contact:write employment_documents employment_payments employments expense:read incentive:read payroll payslip:read personal_detail:read personal_detail:write time_and_attendance timeoff:read timeoff:write timesheet:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslips?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslips" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Returns a paginated list of payslip files belonging to the current employee.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | View payslips (`payslip:read`) | - |\n" }, "response": [ { "id": "90ade222-2e4a-473a-b6b4-fd994356e81d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslips?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslips" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"current_page\": \"\",\n \"payslips\": [\n {\n \"file\": {\n \"inserted_at\": \"\",\n \"name\": \"\",\n \"slug\": \"\"\n },\n \"payslip\": {\n \"active_compensation\": {},\n \"has_content_layout\": \"\",\n \"net_salary\": {},\n \"slug\": \"\"\n },\n \"has_employee_payroll_overviews\": \"\",\n \"payroll_output\": {},\n \"payroll_run\": {\n \"expected_payout_date\": \"\",\n \"period_end\": \"\",\n \"period_start\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"file\": {\n \"inserted_at\": \"\",\n \"name\": \"\",\n \"slug\": \"\"\n },\n \"payslip\": {\n \"active_compensation\": {},\n \"has_content_layout\": \"\",\n \"net_salary\": {},\n \"slug\": \"\"\n },\n \"has_employee_payroll_overviews\": \"\",\n \"payroll_output\": {},\n \"payroll_run\": {\n \"expected_payout_date\": \"\",\n \"period_end\": \"\",\n \"period_start\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-90ade222-2e4a-473a-b6b4-fd994356e81d" }, { "id": "c68b1fc7-889a-4af2-851f-2ea35ce49b7c", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslips?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslips" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-c68b1fc7-889a-4af2-851f-2ea35ce49b7c" }, { "id": "b9d96ba6-6117-4b33-b48a-0e31838f4338", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslips?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslips" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-b9d96ba6-6117-4b33-b48a-0e31838f4338" }, { "id": "6ee0f090-257c-4a1e-80c9-1461ac4b6c2c", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslips?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslips" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-6ee0f090-257c-4a1e-80c9-1461ac4b6c2c" } ], "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-eb1f0aa9-4293-452c-bd3d-bc3f0658931d" } ], "id": "792c8856-89b1-4fa3-bb0b-a66ef43fac84", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-792c8856-89b1-4fa3-bb0b-a66ef43fac84" }, { "name": "payslip-files", "item": [ { "name": "List payslip files for the authenticated employee", "id": "659fb7d8-05a8-46aa-8625-c6cad6371ca9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address:read address:write bank_account:read bank_account:write document:read document:write emergency_contact:read emergency_contact:write employment_documents employment_payments employments expense:read incentive:read payroll payslip:read personal_detail:read personal_detail:write time_and_attendance timeoff:read timeoff:write timesheet:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslip-files?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslip-files" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Returns a paginated list of payslip files belonging to the current employee.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | View payslips (`payslip:read`) | - |\n" }, "response": [ { "id": "8acabc7b-4cba-4989-ac73-141fddf81860", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslip-files?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslip-files" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"current_page\": \"\",\n \"payslip_files\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"symbol\": \"\"\n },\n \"net_salary\": {\n \"converted_amount\": \"\",\n \"converter\": \"\",\n \"fee\": \"98\",\n \"rate\": \"9479.81\",\n \"source_amount\": \"\"\n },\n \"period_end\": \"\",\n \"period_start\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"symbol\": \"\"\n },\n \"net_salary\": {\n \"converted_amount\": \"\",\n \"converter\": \"\",\n \"fee\": \"3033636929\",\n \"rate\": \"15\",\n \"source_amount\": \"\"\n },\n \"period_end\": \"\",\n \"period_start\": \"\"\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-8acabc7b-4cba-4989-ac73-141fddf81860" }, { "id": "c814e828-d886-4b6a-a401-7e9d47c25b11", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslip-files?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslip-files" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-c814e828-d886-4b6a-a401-7e9d47c25b11" }, { "id": "0ec887f8-3f8c-412e-b30a-7e71932903aa", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslip-files?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslip-files" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-0ec887f8-3f8c-412e-b30a-7e71932903aa" }, { "id": "d10aa2ee-fe91-4eaa-978d-f9f20f680f63", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/employee/payslip-files?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employee", "payslip-files" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-d10aa2ee-fe91-4eaa-978d-f9f20f680f63" } ], "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-659fb7d8-05a8-46aa-8625-c6cad6371ca9" } ], "id": "099d2597-67b4-456a-bda5-5226dae0cfaa", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-099d2597-67b4-456a-bda5-5226dae0cfaa" } ], "id": "d9d5bf81-eb8c-436e-a140-669b81cf3961", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-d9d5bf81-eb8c-436e-a140-669b81cf3961" }, { "name": "payslips", "item": [ { "name": "{payslip_id}", "item": [ { "name": "pdf", "item": [ { "name": "Download payslip in the PDF format", "id": "ddcf40f4-1e2a-4f9a-8319-ba9c3543a31a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "id": "db26125c-acf9-470d-b7cf-10d0bbfca105", "key": "payslip_id", "value": "", "description": "(Required) Payslip ID" } ] }, "description": "Given a Payslip ID, downloads a payslip.\nIt is important to note that each country has a different payslip format and they are not authored by Remote.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | View payslips (`payslip:read`) | - |\n" }, "response": [ { "id": "c9268b83-8650-4746-9b62-4d1ba6fb6df5", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "key": "payslip_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-c9268b83-8650-4746-9b62-4d1ba6fb6df5" }, { "id": "2ed66703-756f-4fc0-86a7-d4919ca25ff5", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "key": "payslip_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-2ed66703-756f-4fc0-86a7-d4919ca25ff5" }, { "id": "a01091f3-063f-4018-83c4-f7064e23552a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "key": "payslip_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-a01091f3-063f-4018-83c4-f7064e23552a" }, { "id": "627cf48b-2817-430d-a2db-2286240dcae3", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "key": "payslip_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-627cf48b-2817-430d-a2db-2286240dcae3" }, { "id": "e116b9b9-c0d8-4069-b6bb-e2ae3be3dd6a", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "key": "payslip_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-e116b9b9-c0d8-4069-b6bb-e2ae3be3dd6a" }, { "id": "970b9583-8cdd-41c5-b18d-f134f98470ab", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips/:payslip_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips", ":payslip_id", "pdf" ], "variable": [ { "key": "payslip_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-970b9583-8cdd-41c5-b18d-f134f98470ab" } ], "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-ddcf40f4-1e2a-4f9a-8319-ba9c3543a31a" } ], "id": "939dc480-b648-470a-a140-1b0ff54ed984", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-939dc480-b648-470a-a140-1b0ff54ed984" } ], "id": "a8d1cb97-788b-4b78-949e-c5c15d8b301d", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-a8d1cb97-788b-4b78-949e-c5c15d8b301d" }, { "name": "List payslips", "id": "390a044d-655f-44ca-9c91-8dcad3d09d07", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] }, "description": "Lists all payslips belonging to a company. Can also filter for a single employment belonging\nto that company.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | View payslips (`payslip:read`) | - |\n" }, "response": [ { "id": "bf3ac5cd-653a-4a84-90e5-927766b9d857", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"current_page\": \"\",\n \"payslips\": [\n {\n \"id\": \"\",\n \"issued_at\": \"\",\n \"employment_id\": \"\",\n \"expected_payout_date\": \"\",\n \"net_pay_converted_amount\": \"\",\n \"net_pay_source_amount\": \"\"\n },\n {\n \"id\": \"\",\n \"issued_at\": \"\",\n \"employment_id\": \"\",\n \"expected_payout_date\": \"\",\n \"net_pay_converted_amount\": \"\",\n \"net_pay_source_amount\": \"\"\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-bf3ac5cd-653a-4a84-90e5-927766b9d857" }, { "id": "ec7108d2-449f-4dae-8388-3c7f945b9405", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-ec7108d2-449f-4dae-8388-3c7f945b9405" }, { "id": "89727bc7-ef71-4783-a8d2-26974109eb9c", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-89727bc7-ef71-4783-a8d2-26974109eb9c" }, { "id": "07192244-e100-4c20-9fa6-c7bc2ddb1077", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-07192244-e100-4c20-9fa6-c7bc2ddb1077" }, { "id": "9cb29713-c380-4836-b6e4-036af5c543f3", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-9cb29713-c380-4836-b6e4-036af5c543f3" }, { "id": "d35592d8-4da9-47f9-82d8-656f9b4cb613", "name": "Too many requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/payslips?employment_id=&start_date=&end_date=&expected_payout_start_date=&expected_payout_end_date=&page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payslips" ], "query": [ { "description": "Employment ID", "key": "employment_id", "value": "" }, { "description": "Filters by payslips `issued_at` field, after or on the same day than the given date", "key": "start_date", "value": "" }, { "description": "Filters by payslips `issued_at` field, before or or the same day than the given date", "key": "end_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, after or on the same day than the given date", "key": "expected_payout_start_date", "value": "" }, { "description": "Filters by payslips `expected_payout_date` field, before or or the same day than the given date", "key": "expected_payout_end_date", "value": "" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "" }, { "description": "Change the amount of records returned per page, defaults to 20, limited to 100", "key": "page_size", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-d35592d8-4da9-47f9-82d8-656f9b4cb613" } ], "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-390a044d-655f-44ca-9c91-8dcad3d09d07" } ], "id": "3d909dd2-5a16-41ab-9d42-8316f2d99a41", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-3d909dd2-5a16-41ab-9d42-8316f2d99a41" } ], "id": "444c3dac-1c5a-4892-af7b-0021a96f975c", "createdAt": "2026-07-28T02:47:23.000Z", "updatedAt": "2026-07-28T02:47:23.000Z", "uid": "35240-444c3dac-1c5a-4892-af7b-0021a96f975c" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company_department:read webhook:write magic_link:write offboarding:write custom_field:write address:write expense:read employment:write identity_verification:write timesheet:write travel_letter:write incentive:read personal_detail:read invoices:write work_authorization:write timeoff:write company_structure:read benefit_renewal:write benefit_offer:read employment_documents onboarding:write payroll_run:read risk_reserve:write invoices resignation_letter:read resignation:read convert_currency:read employments probation_document:read company_admin payroll help_center_article:read timesheet:read custom_field_value:write company_currencies:read payslip:read pay_item:write resignation:write custom_field:read payroll_calendar:read contract_amendment:write offboarding:read timeoff:read probation_document:write country:read webhook:read company_department:write company_manager:read pay_item:read contract_amendment:read company:read sso_configuration:write benefit_offer:write contract_eligibility:write benefit_renewal:read background_check:read custom_field_value:read expense:write identity_verification:read address:read document:write time_and_attendance employment_payments form:read work_authorization:read invoices:read incentive:write employment:read contract:read company_manager:write travel_letter:read document:read sso_configuration:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "/auth/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://gateway.remote.com/" } ] }