v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Pay Schedules

Get termination pay periods for a company

When a payroll admin terminates an employee and selects "Dismissal Payroll" as the employee's final payroll, their last pay period will appear on the list.

This endpoint returns the unprocessed pay periods for past and future terminated employees in a given company.

scope: payrolls:read

get/v1/companies/{company_id}/pay_periods/unprocessed_termination_pay_periods

Path parameters

company_idstring required

The UUID of the company

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.

Response

Successful

start_datestring

The start date of the pay period.

end_datestring

The end date of the pay period.

check_datestring

The check date of the pay period.

debit_datestring

The debit date of the pay period.

employee_namestring

The full name of the employee.

employee_uuidstring

A unique identifier of the employee.

pay_schedule_uuidstring

A unique identifier of the pay schedule to which the pay period belongs.