The Enrollment Profile object captures information about the company that pertains to the company enrollment and onboarding process. All fields are optional.
{
"company": "com_097YZQgrXZQb8VHtI76S",
"employee_count": 10,
"contractor_count": 0,
"pay_period_amount": "1000.50",
"previous_payroll_provider": "gusto",
"first_payroll_of_year": true,
"user_since": "2020-05-05",
"expected_first_payday": "2023-01-01",
"approved_for_payment_processing": true,
"existing_payroll_customer_processing_period": null,
}
Attribute | Description |
---|---|
company string | Unique identifier of the associated company |
employee_count integer | Number of payees who are W2 employees |
contractor_count integer | Number of payees who are 1099 contractors |
pay_period_amount string | Estimated total amount of money paid to employees and contractors per pay period |
previous_payroll_provider string | The payroll provider previously used by the company |
first_payroll_of_year boolean | Whether or not the first payroll the company is processing with Check is the first payroll of the calendar year for the company |
user_since date | The date the company joined the partner's platform |
expected_first_payday date | The company's expected first payday on Check |
approved_for_payment_processing boolean | Whether or not the company has been approved for payment processing on the partner's platform |
existing_payroll_customer_processing_period string | If the company is currently running payroll through the partner platform but via another payroll provider, their processing period. One of four_day , two_day , or one_day if present. Should be null if company is not currently running payroll. |