Skip to main content
GET
Get a payroll

Parameters

string
required
The ID of a payroll object.
string[]
By default each item’s worker is the worker’s ID. Pass expand[]=worker to receive an object with the worker’s id, name and type instead.

Returns

Returns a payroll if a valid identifier was provided, and returns an error otherwise. The response always includes items, one for each worker’s slice of the payroll. Each item carries its own totals and the individual earnings, taxes, benefits, reimbursements and deductions lines behind them. See the Payroll object for what each field means. The example below was requested with expand[]=worker. Without it, each item’s worker is the worker’s ID.