Represents an individual or a business that receives non-employee compensation from a company.
When including contractors in payroll, Check will automatically file all associated 1099 forms.
{
"id": "ctr_CyQIKSp6YvU6mBe2a6iq",
"type": "individual",
"company": "com_EkIJ9RewumnQLODHv1vl",
"workplaces": [
"wrk_ZquJLY48hvpLDSTT6JBn"
],
"primary_workplace": "wrk_ZquJLY48hvpLDSTT6JBn",
"first_name": "Bruce",
"middle_name": "Frederick Joseph",
"last_name": "Springsteen",
"business_name": null,
"dob": "1970-05-29",
"start_date": "2019-03-01",
"termination_date": null,
"email": "[email protected]",
"bank_accounts": ["bnk_rLXONRICxgyyeUaS16"],
"ssn_last_four": "0000",
"ein": null,
"default_net_pay_split": "nps_lk218jk9082mjkjljT1c",
"payment_method_preference": null,
"onboard": {
"status": "needs_attention",
"blocking_steps": [],
"remaining_steps": [
"payment_method"
],
"payment_method": [
"payment_method_preference_set",
"bank_account_exists",
"bank_account_verified",
],
},
"address": {
"line1": "913 Ocean Ave",
"line2": null,
"city": "Asbury Park",
"state": "NJ",
"postal_code": "07712",
"country": "US"
},
"1099_nec_electronic_consent_provided": false,
"metadata": {}
}
Attribute | Description |
---|---|
id | Unique identifier for the contractor. |
type |
|
company | ID of the company the contractor performs work for. |
workplaces | IDs of workplaces where the contractor works. |
primary_workplace | ID of the contractor's primary workplace. |
first_name | Contractor's first name. If contractor |
middle_name | Contractor's middle name. If contractor |
last_name | Contractor's last name. If contractor |
business_name | Contractor's business name if they are a business entity. |
dob | Contractor's date of birth. |
start_date | Most recent start date of contract. |
termination_date | Most recent termination date of contract. Will be set to null if a more recent start date is set. |
email | Contractor's email address. |
bank_accounts | Read only. An array of bank account IDs. |
ssn_last_four | The last four digits of the contractor’s SSN. |
ein | Contractor's Employer Identification Number. |
default_net_pay_split | ID of the net pay split currently active on the contractor. |
onboard | Structured information about the onboard status of the contractor. |
address | Legal address of contractor on file with the federal government. If the contractor has a |
payment_method_preference | Either |
1099_nec_electronic_consent_provided | Indicates whether the contractor has opted into electronic delivery of Copy B of 1099-NEC. |
metadata | Additional loosely structured information to associate with the contractor. |