List all W-9 documents

Returns a list of W-9 documents.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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
payerobject or null
The payer of the document.
userIdstring or null

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

Errors