improved
Company & Contractor Updates
7 months ago by Zeal Payroll
Contractor and Company Object Updates
Company Object Update
We have introduced a new company_type
field for the Company Object. This will allow for a smoother company onboarding process for companies that only run payroll for contractors
Company object: will now include company_type: all
or contractor_only
The company_type
parameter defaults to all
Contractor Object Updates
We have introduced changes including new fields and requirements for the contractor object. These changes will allow for a smoother W9 collection and KYC process for contractors
ssn
will now always be required (this will be a breaking change because the SSN is currently only required if a contractor has a type ofindividual
)- If the contractor is a business, provide the Primary Contactβs SSN
- New
type
options (this will be a breaking change because the acceptable values for this field are completely changing)- API:
- The field name,
type
, will stay the same - All potential enum values will be replaced to classify the type of contractor further
individual_sole_proprietor
c_corporation
s_corporation
partnership
trust_estate
llc
other
- The field name,
- API:
- New field on Contractor Object:
llc_tax_classification
- Only applicable if
type
isllc
(see #2) - Options are:
c_corporation
(default)s_corporation
partnership
- Only applicable if
- New field on Contractor Object:
tin_type
- Only applicable if
type
isindividual_sole_proprietor
(see #2) - Options are:
ssn
ein
- if
ein
is chosen, then theein
field will be required
- if
- Only applicable if