November, 2025
5 days ago by Gusto Developer Relations
Welcome to our November changelog!
Have questions about anything in the changelog? Please feel free to reach out to [email protected]
API Improvements
- Deprecated field
auto_pilotin favor ofauto_payrollaffecting Payroll and Pay Schedule objects. Affected endpoints include: - Deprecated fields
id,effective_from,effective_tofrom Employee Home Address objects. Affected endpoints include: - Updated how
reimbursementsare reflected in the Payroll objects. Reimbursements are no longer an aggregatedfixed_compensation, instead they are now objects within a dedicatedreimbursementsarray. Affected endpoints include: - Updated error handling for Update a payroll by ID
payroll_itemserror key has been deprecated in favor ofemployee_compensationserror key.- The associated error messages have also been updated as a part of this change.
- When setting an employee's
payment_methodtoDirect Deposit, if the employee does not have a bank account on file the API will return a422response.
- Added field
auto_payroll_enablement_blockersto Pay Schedule objects. Affected endpoints include:
Webhooks
- Added
company.bank_account.ready_for_verificationwebhook event - The
company.suspendedwebhook event is now emitted for all companies, when previously it was only emitted for suspended companies that had run payroll
Documentation
- Numerous minor documentation updates, additions and improvements