Create a 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.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
payee
The payee (beneficial owner) completing the document.
formFields
userId
The unique identifier for a single end-user of your application.
Response
OK
id
The unique identifier for the W-8BEN-E document.
createdAt
The date and time in ISO 8601
format when the W-8BEN-E document was created.
expiresAt
The date and time in ISO 8601
format when the W-8BEN-E is expired and requires re-collection.
url
The URL to the W-8BEN-E document.
payee
formFields
userId
The unique identifier for a single end-user of your application.
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error