VacationPay API Fields
Calculate vacation pay
This table lists the fields included in the request body for Vertex Payroll Tax VacationPay API requests.
Field | Details | Description |
---|---|---|
paycheck - required | object (paycheck) | Object includes the sub-fields of the Paycheck API. It is used to calculate payroll taxes for a particular employee. Include the employee's compensations, deductions, and work locations on the request. The computed taxes, deductions allowed, and compensations allowed are returned. |
regularGrossPay - required | numberdecimal places <= 2 >= 1 | The regular gross pay with 2 digits precision decimal. |
overrideVacationPayFactor | number | Override to the ratio of vacation time to current pay period. |
Updated 3 months ago