July, 2025

Welcome to our July changelog!

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

New Endpoints

API Improvements

  • Added a deductions field to include deductions when leveraging the Update a payroll by ID endpoint
  • Added a work_email field to the Create an employee and Update an employee. endpoints
  • Added additional rate limit data to API response headers. The following headers are now available to use when handling rate limiting programmatically:
    Retry-After: the number of seconds until the rate limit window resets
    X-RateLimit-Limit: the total number of requests allowed in the rate limit window
    X-RateLimit-Remaining: the number of requests remaining in the rate limit window
    X-RateLimit-Reset: the datetime when the rate limit window will reset

Webhooks

Documentation

  • Numerous minor documentation updates, additions and improvements
  • Enabled AI assistant throughout developer docs