GrossUp API Fields
Calculate gross pay from a target net pay
This table lists the fields included in the request body for Vertex Payroll Tax GrossUp 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. |
targetNet - required | number decimal places <= 2 >= 0 | The specified net pay amount for which the gross pay is calculated with 2 digits precision decimal. |
Updated 4 months ago