Create Employee Check
Create a new payroll check for a W-2 employee by submitting shifts, a reporting period, and a check date.
Authorizations
Body
Company ID of the employer
Employee ID of the employee
The reporting period ID that you want this employee check to belong to. See Reporting Periods [blocked]
Check date for this employee check. If the check_date falls on a weekend/bank holiday, or the current time is after 2PM PST, two days before the check_date, adjust the check_date to the next valid business day. Zeal will not roll forward this date automatically.
Array of shift objects. The set of shifts attached to this employee check describe the work done and the earnings owed to this employee. You can only create shifts by creating an employee check (through this endpoint). However, you can edit and delete shifts that are still pending. Also supports various earning components as objects. See Shift Object [blocked] for more information.
Set to true if this check requires manual approval by the employer. Otherwise, by default, Zeal will automatically process the check on the day before the check date. You can approve the check either in the dashboard, or by using update check [blocked]
This object includes information regarding how the net pay is disbursed to the employee. Zeal supports Direct Deposit, Download Check, Physical Check, Prepaid, Instant Pay and Paycard (Early Access) disbursement methods.
If set to true, we will automatically convert the check to include our OT recommendation at the time of processing NOTE: Only applicable for FLSA Overtime Policy
The ACH speed of the check, accepts two_day, one_day,one_day_no_reserve, or zero_day_no_reserve as values
two_day, one_day, one_day_no_reserve, zero_day_no_reserve Applies a deduction to this check for each employee deduction template that is effective at the time of the check_date for the employee
Custom object you can attach to the employee check object. This is useful for storing additional information about the object in a custom, structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata. Metadata [blocked]