v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Payrolls

Calculate gross up for a payroll

Calculates gross up earnings for an employee's payroll, given net earnings. This endpoint is only applicable to off-cycle unprocessed payrolls.

The gross up amount must then be mapped to the corresponding fixed compensation earning type to get the correct payroll amount. For example, for bonus off-cycles, the gross up amount should be set with the Bonus earning type in the payroll fixed_compensations field.

scope: payrolls:run

post/v1/payrolls/{payroll_uuid}/gross_up

Path parameters

payroll_uuidstring required

The UUID of the payroll

Headers

X-Gusto-API-Version'2026-06-15'

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Request body

employee_uuidstring required

The UUID of the employee

net_paystring float required

Employee net earnings

Response

Successful

gross_upstring float

Gross up earnings.