List all W-9 documents
Returns a list of W-9 documents.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
The specific page of results you’re requesting. Responses are limited to a maximum of 100 records.
payeeTinFingerprint
Filters the list of documents based on the payee.tinFingerprint
field.
payerTinFingerprint
Filters the list of documents based on the payer.tinFingerprint
field.
userId
The unique identifier for a single end-user of your application.
Response
OK
id
The unique identifier for the W-9 document.
createdAt
The date and time in ISO 8601
format when the W-9 document was created.
url
The URL to the W-9 document.
payee
The payee of the document.
formFields
payer
The payer of the document.
userId
The unique identifier for a single end-user of your application.