v1
latestOpenAPI 3.1.02026-07-241642423.7 KBList tax deposits
Returns a list of tax deposits for a company. See the Tax Deposits guide for more information.
get/companies/{company}/tax_deposits
Path parameters
companystring required
ID of the company
Query parameters
payroll_payday_startstring date
Filter for tax deposits with payroll paydays on or after this day.
payroll_payday_endstring date
Filter for tax deposits with payroll paydays before or on this day.
payrollstring
Filter for tax deposits for a specific payroll
Headers
Acceptstring
Provide text/csv for a CSV response.
Response
200
Example response
{
"next": "https://sandbox.checkhq.com/companies/com_H4eYDq9imaA5Ur3qwKA0/tax_deposits?cursor=cD0lNUIlMjIyMDI1LTEwLTIyJTIyJTJDKyUyMnBheV9zZjRjSkdNRm51bWdmSVJCMFQyZSUyMiUyQyslMjJOZXcrWW9yaytTdGF0ZStVbmVtcGxveW1lbnQrVGF4JTIyJTJDKyUyMjIzMDg0NTAxJTIyJTVE",
"results": [
{
"payroll": "pay_oOcg16KDmdljaqmitP00",
"payroll_payday": "2025-10-31",
"tax": "tax_8L3JLfsH4X6dp0maBWfW",
"tax_label": "Federal Income Tax",
"amount": "104.80",
"funding_status": "pending",
"deposit_status": "pending",
"remittable": true
}
]
}