{
"id": "0176dc14-bb37-402a-7be1-f5261759fae7",
"account": "0187c66e-e7e5-811c-b006-2232f00f426a",
"document_number": "ced46eb3-7586-3cd7-2418-8eb9482bc3ec",
"available_date": "2021-03-14T17:46:25Z",
"expiration_date": null,
"employer": "GigAndGo",
"employment": "42d6531c-520a-26b9-35c3-b7137a6d205a",
"document_type": "1099",
"document_type_description": "1099 Form 2020",
"file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
"created_at": "2023-03-13T17:46:28.240Z",
"updated_at": "2023-03-13T17:46:28.240Z",
"ocr_data": {
"form_type": "1099-MISC",
"omb_no": "1545-0115",
"year": "2020",
"form": {
"recipient": {
"name": "BOB JONES",
"address": {
"city": null,
"country": null,
"line1": "759 VICTORIA PLAZA",
"line2": null,
"postal_code": "10014",
"state": "NY"
}
},
"recipient_tin": "111-11-1112",
"payer": {
"name": "WAREHOUSE SERVICES INC",
"address": {
"city": "SEATTLE",
"country": null,
"line1": "202 WESTLAKE AVE N (55",
"line2": null,
"postal_code": "98109",
"state": "WA"
}
},
"payer_tin": "11-1111112",
"account_no": "000110CHIC/NHO",
"rent_1": null,
"royalties_2": null,
"other_inc_3": null,
"fed_inc_4": null,
"fishing_5": null,
"med_care_6": null,
"comp_7": null,
"crop_insurance_10": null,
"golden_parachute_13": null,
"gross_attorney_14": null,
"sec_409a_defer_15a": null,
"sec_409a_inc_15b": null,
"state_tax_16": null,
"state_no_17": null,
"state_inc": null
},
"warnings": [
{
"field_name": "rent_1",
"message": "rent_1 value empty/bad format",
"severity": 0
},
{
"field_name": "royalties_2",
"message": "royalties_2 value empty/bad format",
"severity": 0
},
{
"field_name": "other_inc_3",
"message": "other_inc_3 value empty/bad format",
"severity": 0
},
{
"field_name": "fed_inc_4",
"message": "fed_inc_4 value empty/bad format",
"severity": 0
},
{
"field_name": "fishing_5",
"message": "fishing_5 value empty/bad format",
"severity": 0
},
{
"field_name": "med_care_6",
"message": "med_care_6 value empty/bad format",
"severity": 0
},
{
"field_name": "comp_7",
"message": "comp_7 not found",
"severity": 0
},
{
"field_name": "crop_insurance_10",
"message": "crop_insurance_10 value empty/bad format",
"severity": 0
},
{
"field_name": "golden_parachute_13",
"message": "golden_parachute_13 value empty/bad format",
"severity": 0
},
{
"field_name": "gross_attorney_14",
"message": "gross_attorney_14 value empty/bad format",
"severity": 0
},
{
"field_name": "sec_409a_defer_15a",
"message": "sec_409a_defer_15a value empty/bad format",
"severity": 0
},
{
"field_name": "sec_409a_inc_15b",
"message": "sec_409a_inc_15b not found",
"severity": 0
},
{
"field_name": "state_tax_16",
"message": "state_tax_16 value empty/bad format",
"severity": 0
},
{
"field_name": "state_no_17",
"message": "state_no_17 value empty/bad format",
"severity": 0
},
{
"field_name": "state_inc",
"message": "state_inc value empty/bad format",
"severity": 0
}
],
"confidence": "EXACT_MATCH",
"ocr_page_count": 1
},
"metadata": null
}Payroll Documents
Retrieve metadata and PDF’s of paystubs, tax forms, and other payroll documents.
The payroll document object
Additional scanned information from 1099 and W-2 documents retrieved from connected payroll accounts is returned in the payroll document object.- For scanned paystub information, use the Paystubs API endpoint.
- For uploaded document information, use the User Uploads API endpoint.
Unique ID of the payroll document object.
Also the payroll_document ID value of the paystub object.
ID of the account where the payroll document was sourced.
Identification number that appears on the payroll document.
Employer name.
Employment ID. Can be used as a filter when listing payroll documents.
The type of payroll document, as returned by the payroll system. The following values are the most common, but document_type is not restricted to these values.
payout-statement, W-2, W-4, W-9, 1095, 1095-C, 1099, profile-picture, drivers-license, vehicle-insurance, vehicle-registration, vehicle-inspection, other Description of the payroll document type.
URL linking to the original payroll document file.
This static URL redirects to a download page that requires Argyle authentication headers. See the dropdown below for more information.
Implementation requirements for client-side applications
-
Ensure your HTTP client or library (e.g. Axios, Python requests, etc.) or similar tool is configured to pursue redirects. Most tools support this functionality.
-
Basic authentication headers for Argyle must be appended to the file download request.
Argyle scans and provides additional information for 1099 and W-2 documents retrieved from connected payroll accounts.
Show child attributes
Show child attributes
Additional, non-categorized information.