Create a W-9

POST
Creates a W-9 document and subsequently kicks off a TIN verification, if the name and TIN combo has not been used before.

Headers

Idempotency-KeystringOptional
The unique key used to identify a request that has already been processed.

Request

This endpoint expects an object.
payeeobjectRequired
The payee of the document.
formFieldsobjectRequired
payerobjectOptional
The payer of the document.
userIdstringOptional
The unique identifier for a single end-user of your application.

Response

This endpoint returns an object.
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