Create a W-8BEN-E

POST
/v4/documents/w-8ben-e

Creates a W-8BEN-E document and, if present, subsequently kicks off a TIN Verification. A TIN Verification will only kickoff if the name and TIN combo has not been seen before.

Request

This endpoint expects an object.
payeeobjectRequired

The payee (beneficial owner) completing the document.

formFieldsobjectRequired
userIdstringOptional

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

Response

OK

idstring

The unique identifier for the W-8BEN-E document.

createdAtdatetime

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

expiresAtdatetime

The date and time in ISO 8601 format when the W-8BEN-E is expired and requires re-collection.

urlstring

The URL to the W-8BEN-E document.

payeeobject
formFieldsobject
userIdstringOptional

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

Errors

Built with