October, 2025

Welcome to our October changelog!

Have questions about anything in the changelog? Please feel free to reach out to [email protected]

New Endpoints

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_by param to Get contractors of a company endpoint
  • Added date_filter_by param to Get all payrolls for a companyendpoint
  • Added sort_by param to Prepare a payroll for update endpoint
  • Added the following fields to Contractor object:
    • department
    • dismissal_date
  • Added Adhoc as an additional off_cycle_reason type on the Payroll object
  • Added reimbursementsfield to request body under employee_compensations for Update a payroll by ID endpoint

Webhooks

  • Added Employee Events
    • employee.termination_effective
    • employee.rehire_effective
    • employee.payment_method_type_updated
  • Added contractor.payment_method_type_updated Contractor event

Documentation

  • Numerous minor documentation updates, additions and improvements