Create Company Tax Form

Create a new TaxForm for the specified Company.

Path Params
uuid
required

The Company ID.

Body Params

Refer to the official IRS docs for more details: https://www.irs.gov/instructions/iw8ben

uuid
required

The ID of the TeamMember performing this action. This will be displayed in the Routable Dashboard.

string
enum
required
length between 2 and 2

Country code in ISO 3166-1 Alpha-2 format.

government_id
object

Refers to the Foreign Government ID for an individual or business.

string
required
length ≤ 128
mailing_address
object

The company's mailing address. Optional. If omitted, defaults to the value of residence_address.

residence_address
object
required

The individual's permanent residence address.

string
length ≤ 64

Signature of the person submitting the tax form.

In the payload you must provide either:

  • signature field, when signing the form by submitting it.
  • uploaded_form object when uploading already signed tax form.
treaty_benefits
object

Whether the individual claims treaty benefits between the United States and the country of citizenship.

string
enum
Defaults to w8ben

Type of company tax form.

Allowed:
us_government_id
object

US government ID for foreign individuals. This value can be a SSN or ITIN.

uploaded_form
object

Models an uploaded tax form.

In the payload you must provide either:

  • signature field, when signing the form by submitting it.
  • uploaded_form object when uploading already signed tax form.
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json