GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

What's new in `v2022-12-07`

To learn more about versions in our API, read the API Versioning guide.

  • Fixed bug in fetching payroll deadline from the pay periods endpoint

  • Add validation for check_date for off-cycle payroll creation in POST /v1/companies/:company_id/payrolls endpoint

  • Add validation for hourly_compensations for payroll update in PUT /v1/companies/:company_id/payrolls/:start_date/:end_date endpoint

  • Change employments.hired_at error into a base error for POST /v1/employees/:employee_id/terminations endpoint

  • Fix bug in fetching hourly_compensations data for employees with flsa status Commission Only Exempt, Commission Only Nonexempt, Salaried Nonexempt, and Owner in :

    • GET /v1/companies/{company_id}/payrolls
    • PUT v1/companies/{company_id}/payrolls/{pay_period_start_date}/{pay_period_end_date}
    • GET v1/companies/{company_id}/payrolls/{payroll_id}
    • PUT v1/companies/{company_id}/payrolls/{payroll_id}
    • PUT v1/companies/{company_id}/payrolls/{payroll_id}/cancel