GET
/
employer
/
documents
/
{document_id}
{
  "type": "w4_2020",
  "year": 2020,
  "data": {
    "individual_id": "f92b3db4-7bcb-4a54-a570-396bf99e041a",
    "filing_status": "single",
    "amount_for_qualifying_children_under_17": 2000,
    "amount_for_other_dependents": 1000,
    "other_income": 500,
    "deductions": 300,
    "extra_withholding": 100
  }
}

Authorizations

Authorization
string
headerrequired

Please use your Access Token

Headers

Finch-API-Version
string
default: 2020-09-17required

Header used to specify the version for a given API request. Current version is 2020-09-17.

Path Parameters

document_id
string
required

The unique identifier of the document.

Response

200 - application/json

A 2020 version of the W-4 tax form containing information on an individual's filing status, dependents, and withholding details.

type
enum<string>

Specifies the form type, indicating that this document is a 2020 W4 form.

Available options:
w4_2020
year
number | null

The tax year this W4 document applies to.

data
object

Detailed information specific to the 2020 W4 form.