The International Contractor Object represents an international non-resident contractor of a company
attribute | type | description |
---|---|---|
intlContractorID | string | Zeal International Contractor ID |
companyID | string | Zeal Company ID |
onboarded | boolean | Whether the W8-BEN form for this contractor has been verified or not |
string | Email of contractor | |
start_date | string | Start date of the contractor |
tax_rate | float | The percentage that the company intends to withhold from each payment to a W8-BEN contractor |
employment_status | string | Employment 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"
}