GuidesAPI ReferenceChangelog
Log In

v2022-12-07

This is the changelog for v2022-12-07, which contains breaking changes.

To learn more about versions in our API, read the 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