Tax Registration objects allow you to set up tax accounts for a company in any US state.
| Property | Type | Description |
|---|---|---|
| object | string | A definition of the type of object returned. |
| id | string | |
| completed_at | timestamp | Tax registration completion timestamp. |
| status | string | The current status of the tax registration. View all possible statuses. |
| state | string | The US state of the tax registration being registered. |
| items | object[] | Tax Registration Items correspond to the individual tax ID numbers and rates for each state. |
| employee_count | integer | Number of employees in the state of registration. |
| inactive_employee_count | integer | Number of inactive employees formerly employed in the state of registration (if applicable). |
| tax_accounts | object[] | A list of state tax account login information. |
| formation_state | string | The US state of formation. |
| legal_name | string | The legal name of the company |
| ein | string | The company's employer identification number. A nine digit number with no formatting. |
| contact_name | string | Name for the company's primary contact. |
| contact_email | string | Email for the company's primary contact. |
| contact_phone_number | string | Phone number for the company's primary contact. |
| dba_name | string | The company's "doing business as" name. |
| entity_type | string | "corporation" or "llc" |
| formation_date | date | Date the company was formed. |
| industry | string | The industry in which the company operates. |
| purpose | string | Description of the company's purpose. |
| naics_code | integer | 6 digit NAICS code. |
| acquired | boolean | Specifies whether or not the company was acquired. |
| acquisition_date | date | Date in which the company was acquired. |
| previous_legal_name | string | The previous legal name of the company, if applicable. |
| legal_entity_changed | boolean | An entity change is a change in the structure of the business. |
| fiscal_year_end | date | Fiscal year end date in current year. |
| addresses | object[] | Addresses associated with the company. |
| individuals | object[] | Officers, owners, and other individuals associated with the company. |