Company tax documents

June 15, 2020
Nicole Lee

by 
Nicole Lee

Check makes quarter end and year end processing easy. We file all tax returns with the appropriate agencies and generate copies for your customers. Today we’re excited to announce an API endpoint to retrieve these tax documents, such as the federal Form 940 and Form 941.

A GET request to the /documents/company_tax_documents endpoint will retrieve a list of company tax documents. Optionally, you can use the company query parameter to list a specific company’s tax documents.

To download the document, make a GET request to /documents/company_tax_documents/<document_id>/download

The following is an example request to list all documents for company com_8BDDxUvOZcFVeiuAGne8:

Each element in the standard list view will include the following metadata about a document:

  • company: company that this document was filed for
  • category: the category of the document
  • label: document’s type
  • description: description of what this document is used for
  • jurisdiction: jurisdiction to which we filed this tax document. Will either be a two-character state abbreviation or "FED" to represent the federal jurisdiction.
  • year: year that this document was filed
  • quarter: quarter that this document was filed; null if this document is filed annually.
  • filed_on: date this document was filed

If you plan to support many companies, we recommend including a section that includes all documents returned from this endpoint. Companies often expect these documents to be organized by filing period. To retrieve documents from a specific period, you can include the year and quarter query parameters in the request to /documents/company_tax_documents. Note that specifying just the year will return documents that were filed at any point during that year, including quarterly-filed documents.

More from the Check blog

April 15, 2024

Navigating Tax Day: Tips from a Payroll Expert about April 15th

Check's payroll expert Jim Kohl answers the question: What is Tax Day? Take a look at our latest blog to refresh your memory on all things Tax Day.

Read more >

April 8, 2024

Demystifying Astronaut Payroll

Astronauts give "non-resident" income a whole new meaning. Our own Jim Kohl unearths the current and future state of cosmic compensation.

Read more >