Create a W-9
Creates a W-9 document and subsequently kicks off a TIN verification, if the name and TIN combo has not been used before.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Idempotency-Key
The unique key used to identify a request that has already been processed.
Request
This endpoint expects an object.
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.
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.