Added
v2026-06-15
about 5 hours ago by Gusto Developer Relations
This is the changelog for v2026-06-15, which contains breaking changes.
To learn more about our API versioning policy, see our API versioning and What is a breaking change? guides.
See our Version upgrade guide for details on upgrading to v2026-06-15, which contains the following changes:
- Deprecated legacy terms of service endpoints in favor of new RESTful endpoints
- Accept terms of service
- Deprecated: Accept terms of service for an admin
- Replacement: Accept the terms of service
- Retrieve terms of service
- Deprecated: Retrieve terms of service status for an admin
- Replacement: Check the terms of service status for a user
- Accept terms of service
GET /v1/companies/{company_id}/payrollsnow paginates by default when no pagination parameters are provided- Affected
Payrollendpoint:
- Affected
- Payroll receipt now returns paginated
employee_compensations- Affected
Payrollendpoint:
- Affected
- Off-cycle payroll creation now requires at least one
employee_uuidin the request body. Requests withoutemployee_uuids, withnull, or with[]return 422. Termination payrolls (off_cycle_reason: Dismissed employee) retain the existing "exactly one employee" requirement.- Affected
Payrollendpoint:
- Affected
payroll_status_meta.initial_check_dateandpayroll_status_meta.payroll_latenow returnnullfor off-cycle payrolls. Previously these fields returned values that were not meaningful for off-cycle payrolls.- Affected
Payrollendpoints:
- Affected
- Employee compensation currency fields now return strings (e.g.,
"1234.56") instead of floats.- Affected fields:
gross_pay,net_pay,check_amount,employee_deduction(in benefits),company_contribution(in benefits),amount(in deductions, taxes, and hourly compensations),qualified_earning_amount(in qualified earnings) - Affected
Payrollendpoints:
- Affected fields:
- Removed the
setup_completefield from the tax requirements response. Useready_to_run_payrollinstead.- Affected
Tax Requirementsendpoint:
- Affected
- New
uuidfields included in compensation response objects (hourly_compensations,fixed_compensations,paid_time_off)- Affected
Companyendpoint:
- Affected