GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
Changelog
These docs are for v2023-09-01. Click to read the latest docs for v2024-04-01.
improved

October 2022

Have questions about anything in the changelog? Reach out to your dedicated Implementation Team.

Unsure who your dedicated team is? Contact us. We’re available to help Monday through Friday between 8am - 5pm PT.

Improvements

  • Updates for GET /v1/company_benefits/{company_benefit_id} endpoint

    • Added more checks on the deletable field. The company benefit is deletable if there are no payrolls or employee benefits associated and if the benefit is not owned by Gusto or a Partner

    • Added contribution object to the employee_benefits object when with_employee_benefits is sent as true in the params

      • If type is amount, the company contributes a fixed amount per payroll.
      • If type is percentage, the company contributes a percentage of the payroll amount per payroll.
      • If type is tiered, the company contribution varies according to the size of the employee deduction.
    • Remove readOnly for company benefit id so it will show in the body param.

  • Updates for Employee Benefits

    • Add missing fields: employee_uuid and retirement_loan_identifier to employee benefit response
    • Remove readOnly for company benefit id so it will show in the body param.
  • Webhook Improvements in documentation

    • Added: Contractor, ContractorPayment, and Form subscription types
  • Paid Time Off Improvements:

    • Added accrual_method to Paid-Time-Off object for eligible_pto in employees

New Features