get
https://sandbox.checkhq.com/companies//reports/tax_liabilities
Returns the specified tax liability report.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response Columns/Fields
The response contains an array of payroll records, each with its associated tax liabilities.
Payroll Record Fields
| Field | Description |
|---|---|
| payroll | The public ID of the payroll |
| period_start | The start date of the pay period |
| period_end | The end date of the pay period |
| payday | The date employees are paid |
| liabilities | Array of tax liability items for this payroll |
Liability Fields
| Field | Description |
|---|---|
| description | The name of the tax (e.g., "Federal Income Tax", "Employer Medicare Tax") |
| amount | The dollar amount of the tax liability |
| remittable | Whether Check remits this tax on behalf of the company (true or false) |
| payer | Who is responsible for the tax: company (employer) or employee |
Notes
- Results are grouped by payroll, with each payroll containing all its associated tax liabilities
- Includes both employer-paid taxes (e.g., FUTA, employer FICA) and employee-withheld taxes (e.g., federal income tax, state income tax)
- The
remittablefield indicates whether Check handles remitting the tax to the appropriate agency - Use the
startandendquery parameters to filter by payday date range

