meta { name: List Salary Advances type: GET body: none } headers { Authorization: Bearer {{token}} X-Company-Id: {{company_uuid}} Accept: application/json } url: {{base_url}}/api/v1/payroll/salary-advances?employee_id={{employee_id}}&month={{month}}&year={{year}}&status={{status}} params { employee_id: 123 month: 6 year: 2026 status: draft } note: All filters are optional. Status is one of draft, pending_approval, approved, rejected, paid, settled, cancelled.