v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Company Tax Setup

This Component allows employers to configure their federal and state tax setup based on the company’s location.<img style="margin-top: 30px; margin-bottom: 20px;" src="https://public-onboard-assets.s3.amazonaws.com/tax-setup-component.png" />Learn how to embed Components in our <a target="_blank" href="https://docs.checkhq.com/docs/embedding-a-component">guide</a>.

post/companies/{company}/components/tax_setup

Path parameters

companystring required

ID of the company for which a component link will be generated

Request body

signer_namestring required

The name of the person who has permission to onboard on behalf of the company.

signer_titlestring required

The title of the person who has permission to onboard on behalf of the company (e.g. "Officer", "Manager", etc.).

emailstring required

The email of the person who has permission to onboard on behalf of the company

signatorystring

The ID of the signatory object for this company. You may use either a signatory ID or the three body params above

jurisdictionstring

Initially select the provided jurisdiction. Use the value “FED” for federal or the last 2 letters of the ISO 3166-2:US code for the jurisdiction.

federal_onlyboolean

Only show the Federal tab if True.

Response

201

urlstring

Example response

{
  "url": "{component_url}"
}