List all W-9 documents

GET
/v4/documents/w-9

Returns a list of W-9 documents.

Query parameters

pageintegerOptional

The specific page of results you’re requesting. Responses are limited to a maximum of 100 records.

payeeTinFingerprintstringOptional

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

payerTinFingerprintstringOptional

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

userIdstringOptional

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

Response

OK

idstring

The unique identifier for the W-9 document.

createdAtdatetime

The date and time in ISO 8601 format when the W-9 document was created.

urlstring

The URL to the W-9 document.

payeeobject

The payee of the document.

formFieldsobject
payerobjectOptional

The payer of the document.

userIdstringOptional

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

Errors