The document_type values returned by the Documents API, by document category.
document_type is the machine-readable identifier for a document. Unlike label, which is a
human-readable display name that may be reworded over time, document_type is stable and safe to
switch on in your integration.
document_type is returned on employee tax documents, contractor tax documents, and
setup documents. It is not currently returned on company tax documents or company authorization documents — use label, jurisdiction, year, and quarter to identify those, and see company tax document labels and descriptions for the labels those endpoints return.
The document_type values in the tables below are also the values accepted by the document_type
query parameter when listing employee tax documents or listing contractor tax documents. Repeat the parameter to match any of several types (for example, ?document_type=fed_w4&document_type=fed_w2). Filtering on a value Check does not recognize returns a 400.
Check adds new document types as we add support for new jurisdictions and forms, so treat these
lists as additive: handle unrecognized values gracefully rather than failing.
Employee tax documents
Returned on /documents/employee_tax_documents.
document_type | label | Jurisdiction |
|---|---|---|
fed_i9 | Federal I-9 | FED |
fed_w2 | Federal W-2 | FED |
fed_w2c | Federal W-2c | FED |
fed_w4 | Federal W-4 | FED |
al_a4 | Alabama A4 | AL |
ar_ar4ec | Arkansas AR4EC | AR |
az_a4 | Arizona A-4 | AZ |
ca_de4 | California DE-4 | CA |
co_dr_0004 | Colorado DR 0004 | CO |
ct_w4 | Connecticut CT-W4 | CT |
dc_d4 | District of Columbia D-4 | DC |
de_w4 | Delaware DE W-4 | DE |
ga_g4 | Georgia G-4 | GA |
hi_hw4 | Hawaii HW-4 | HI |
ia_w4 | Iowa IA W-4 | IA |
id_w4 | Idaho W-4 | ID |
il_w4 | Illinois IL-W-4 | IL |
in_wh4 | Indiana WH-4 | IN |
ks_k4 | Kansas K-4 | KS |
ky_k4 | Kentucky K-4 | KY |
la_l4 | Louisiana L-4 | LA |
ma_m4 | Massachusetts M-4 | MA |
md_mw507 | Maryland MW507 | MD |
me_w4me | Maine W-4ME | ME |
mi_w4 | Michigan MI-W4 | MI |
mi_albion_alw4 | Albion AL-W4 | MI |
mi_battle_creek_bcw4 | Battle Creek BC-W4 | MI |
mi_benton_harbor_cfw4 | Benton Harbor CF-W-4 | MI |
mi_big_rapids_brw4 | Big Rapids BRW-4 | MI |
mi_city_cfw4 | Michigan City CF-W-4 | MI |
mi_detroit_dw4 | Detroit DW-4 | MI |
mi_east_lansing_elw4 | East Lansing EL-W-4 | MI |
mi_flint_fw4 | Flint FW-4 | MI |
mi_grand_rapids_cfw4 | Grand Rapids CF-W-4 | MI |
mi_grayling_grw4 | Grayling GR W-4 | MI |
mi_hamtramck_hw4 | Hamtramck HW-4 | MI |
mi_highland_park_hpw4 | Highland Park HPW-4 | MI |
mi_hudson_huw4 | Hudson HU W-4 | MI |
mi_ionia_iw4 | Ionia IW-4 | MI |
mi_jackson_jw4 | Jackson JW-4 | MI |
mi_lansing_lw4 | Lansing LW-4 | MI |
mi_lapeer_lw4 | Lapeer LW-4 | MI |
mi_muskegon_heights_mhw4 | Muskegon Heights MHW-4 | MI |
mi_muskegon_mw4 | Muskegon MW-4 | MI |
mi_pontiac_pw4 | Pontiac PW-4 | MI |
mi_portland_pw4 | Portland PW-4 | MI |
mi_port_huron_phw4 | Port Huron PH-W4 | MI |
mi_saginaw_sw4 | Saginaw SW-4 | MI |
mi_springfield_sfw4 | Springfield SF W-4 | MI |
mi_walker_ww4 | Walker WW-4 | MI |
mn_w4mn | Minnesota W-4MN | MN |
mo_w4 | Missouri MO W-4 | MO |
ms_89350 | Mississippi 89-350 | MS |
mt_mw4 | Montana MW-4 | MT |
nc_nc4 | North Carolina NC-4 | NC |
ne_w4n | Nebraska W-4N | NE |
nj_w4 | New Jersey NJ-W4 | NJ |
ny_it2104 | New York IT-2104 | NY |
oh_it4 | Ohio IT 4 | OH |
ok_w4 | Oklahoma OK-W-4 | OK |
or_w4 | Oregon OR-W-4 | OR |
ri_w4 | Rhode Island RI W-4 | RI |
sc_w4 | South Carolina SC-W-4 | SC |
va_va4 | Virginia VA-4 | VA |
vt_w4vt | Vermont W-4VT | VT |
wi_wt4 | Wisconsin WT-4 | WI |
wv_it104 | West Virginia IT-104 | WV |
Contractor tax documents
Returned on /documents/contractor_tax_documents.
document_type | label | Jurisdiction |
|---|---|---|
fed_1096 | Federal 1096 | FED |
fed_1096_corrected | Federal 1096 (corrected) | FED |
fed_1099_misc | Federal 1099 MISC | FED |
fed_1099_nec | Form 1099-NEC | FED |
1099_nec_corrected | Form 1099-NEC (corrected) | FED |
fed_w9 | Federal W-9 | FED |
Setup documents
Returned on /documents/setup_documents.
document_type | label |
|---|---|
bank_account_setup | Bank Account Setup |
benefits_setup | Benefits Setup |
contractor_setup | Contractor Setup |
employee_setup | Employee Setup |
hld_report | Historical Liability Debit Analysis Report |
payroll_journal | Payroll Journal |
post_tax_deductions_setup | Post Tax Deductions Setup |
tax_account_setup | Tax Account Setup |
withholding_setup | Withholding Setup |
Company provided documents
Company provided documents are a separate resource with their own document_type vocabulary, which you supply when creating the document rather than receiving it from Check. Those values are listed in Uploading Company Provided Documents.

