Get payroll summary

Returns the specified payroll summary.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns a summary of payroll data for employees within the specified date range, including earnings, taxes, benefits, and deductions.

Response Fields

Each result in the response contains the following structure:

FieldDescription
employeeThe public ID of the employee (when include_employee_id=true)
totalsAggregate totals for this employee's payroll summary

Totals Object:

FieldDescription
employee_grossTotal gross earnings
employee_reimbursementsTotal reimbursements
employee_netNet pay after all deductions and taxes
company_taxesTotal company-paid taxes
employee_taxesTotal employee-paid taxes
company_benefitsTotal company-paid benefit contributions
employee_benefitsTotal employee-paid benefit deductions
post_tax_deductionsTotal post-tax deductions

Earning Totals (array):

FieldDescription
typeEarning type (e.g., hourly, salary)
amountTotal amount for this earning type
hoursTotal hours worked (for hourly earnings)
piece_unitsTotal piece units (for piece-rate earnings)

Employee Taxes / Company Taxes (arrays):

FieldDescription
idThe public ID of the tax
descriptionHuman-readable tax name
amountTax amount
taxable_wagesTaxable wages for this tax (when include_taxable_wages=true)
gross_taxable_wagesGross taxable wages for this tax (when include_gross_taxable_wages=true)

Employee Benefits / Company Benefits (arrays):

FieldDescription
typeBenefit type (e.g., 125_medical, 401k)
descriptionHuman-readable benefit name
amountBenefit amount

Post-Tax Deductions (array):

FieldDescription
typeDeduction type (e.g., miscellaneous, child_support)
descriptionHuman-readable deduction name
amountDeduction amount

Notes

  • Filter by date range using start and end query parameters (filters by payday)
  • Set include_employee_id=true to include employee IDs in the response
  • Set include_contractors=true to include contractor payments
  • Set include_taxable_wages=true to include taxable wages for each tax item
  • Set include_gross_taxable_wages=true to include gross taxable wages (before pre-tax deductions, irrespective of wage base) for each tax item
  • Supports both JSON (application/json) and CSV (text/csv) response formats via the Accept header
Path Params
string
required

Return payroll summaries for this company ID

Query Params
date

Return payrolls with a payday on or after this date.

date

Return payrolls with a payday before or on this date.

boolean
Defaults to false

Return employees with their ID.

boolean
Defaults to false

Return payments made to contractors on payrolls

boolean
Defaults to false

Return taxable wages for each tax in the payroll summary

boolean
Defaults to false

Return payrolls with gross taxable wages (wages subject to a tax before pre-tax deductions, irrespective of wage base).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json