List all 1099-K documents

GET
Returns a list of 1099-K documents.

Query parameters

pageintegerOptional
The specific page of results you're requesting. Responses are limited to a maximum of 100 records.
filingYearintegerOptional
The filing year associated with this document.
payeeTinFingerprintstringOptional

Filters the list of documents based on the payee.tinFingerprint field.

payerTinFingerprintstringOptional

Filters the list of documents based on the payer.tinFingerprint field.

statusenumOptional
Allowed values: CREATEDFILEDACCEPTEDREJECTED
userIdstringOptional
The unique identifier for a single end-user of your application.

Response

This endpoint returns a list of objects.
createdAtdatetime

The ISO 8601 timestamp when the document was created.

filingYearinteger
The filing year associated with this document.
formFieldsobject
idstring
The unique identifier for an existing document.
payeeobject
The payee of the document.
payeeUrlstring
The URL to the payee's 1099 document. The Payee's TIN is masked in this document. The Payer's TIN is not masked.
payerobject
The payer of the document.
payerUrlstring
The URL to the payer's 1099 document. Both the Payer's and Payee's TINs are not masked in this document.
statusenum
Allowed values: CREATEDFILEDACCEPTEDREJECTED

The status of the 1099 document.
  • CREATED: The document has passed data validation and the PDFs have been generated.
  • FILED: The payee’s TIN has been verified and the 1099 has been filed with the appropriate tax authorities.
  • ACCEPTED: The document has been acknowledged and accepted by the appropriate tax authorities.
  • REJECTED: The document has a TIN verification MISMATCH or has been rejected by one or more tax authories.

correctedByIdstringOptional

The documentId of the corrected 1099 document.

correctedFromIdstringOptional

The documentId of the original 1099 document.

userIdstringOptional
The unique identifier for a single end-user of your application.
voidedByIdstringOptional

The documentId of the voided 1099 document.

voidedFromIdstringOptional

The documentId of the original 1099 document.

Errors