Skip to main content
POST
Submit Tax Form

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Body

application/json

Provide fileId, type, and exactly one form object (w9, w8ben or w8bene) matching type.

fileId
string<uuid>
required
Example:

"8ef9a712-cdae-4110-b1ea-9ba95abbee6e"

type
enum<string>
required

Tax form type

Available options:
W9,
W8BEN,
W8BENE
Example:

"W9"

w9
object
w8ben
object
w8bene
object

Response

upload tax form response

id
string<uuid>
Example:

"8ef9a712-cdae-4110-b1ea-9ba95abbee6e"