International Contractor Object

The International Contractor Object represents an international non-resident contractor of a company

attributetypedescription
intlContractorIDstringZeal International Contractor ID
companyIDstringZeal Company ID
onboardedbooleanWhether the W8-BEN form for this contractor has been verified or not
emailstringEmail of contractor
start_datestringStart date of the contractor
tax_ratefloatThe percentage that the company intends to withhold from each payment to a W8-BEN contractor
employment_statusstringEmployment status of the contractor. The default value is "live", other accepted values are "leave" and "terminated".
{
  "intlContractorID": "1234567890",
  "companyID": "0987654321",
  "onboarded": false,
  "email": "[email protected]",
  "start_date": "2023-01-01",
  "tax_rate": "9.25",
  "employment_status": "live"
}