View Worker Advances
Viewing Worker Advances
API Reference: Search Advances
At any point in time you can view the unpaid advances that your Workers have taken by calling GET /organizations/{orgId}/advances
. To view Advances at an Organization for a specific Worker, query the prior endpoint passing the Worker's ID to the employee_id
query parameter.
Example
Get the advances for organization 100
GET /organizations/100/advances
Example
Get the advances for employee 12345
at organization 100
GET /organizations/100/advances?employee_id=12345
Due to changes that can occur over time, these advances should not be taken as the source of truth for how much to deduct from each Worker. The actual deduction amount should come from the requested deductions detailed in this guide for deducting Worker Advances.
Advance Statuses
OUTSTANDING
Advance has not been paid back and there are no unsettled requested deductions on an active remittanceDEDUCTION_REQUESTED
Advance has an unsettled requested deduction on an active remittance
Updated 27 days ago