October, 2025
about 1 month ago by Gusto Developer Relations
Welcome to our October changelog!
Have questions about anything in the changelog? Please feel free to reach out to [email protected]
New Endpoints
- Our Recurring and Itemized Reimbursements API is now live! New endpoints include:
- GET /v1/employees/{employee_id}/recurring_reimbursements
- POST /v1/employees/{employee_id}/recurring_reimbursements
- GET /v1/recurring_reimbursements/{id}
- PUT /v1/recurring_reimbursements/{id}
- DELETE /v1/recurring_reimbursements/{id}
- Our Salary Estimates API is now live! New endpoints include:
API Improvements
- Our Recurring and Itemized Reimbursements API is now live! Updated endpoints include:
- PUT /v1/companies/{company_id}/payrolls/{payroll_id}/prepare
- PUT /v1/companies/{company_id}/payrolls/{payroll_id}
- Added
sort_byparam to Get contractors of a company endpoint - Added
date_filter_byparam to Get all payrolls for a companyendpoint - Added
sort_byparam to Prepare a payroll for update endpoint - Added the following fields to Contractor object:
departmentdismissal_date
- Added
Adhocas an additionaloff_cycle_reasontype on the Payroll object - Added
reimbursementsfield to request body underemployee_compensationsfor Update a payroll by ID endpoint
Webhooks
- Added Employee Events
employee.termination_effectiveemployee.rehire_effectiveemployee.payment_method_type_updated
- Added
contractor.payment_method_type_updatedContractor event
Documentation
- Numerous minor documentation updates, additions and improvements