GuidesAPI ReferenceChangelogAPI StatusAPI PolicyGusto Security
Changelog
These docs are for v2025-11-15. Click to read the latest docs for v2026-02-01.

Changelog

Improved

September 2022

This is our first monthly changelog. Changelogs will now be published at least monthly, unless there have been no external changes.

Added

v2022-09-15

These are all breaking changes for a new version that was created.

contractor payment updates

  1. Added contractor_payments option to POST '/v1/companies/{company_uuid}/flows'

  2. Added support of Historical Payment in POST contractor_payment

  3. Updated GET contractor_payment/preview endpoint to support an array of contractor payments

    • Returns errors if total amount is greater than 2,000,000 or if not given any contractor payments
  4. Added support of group_by_date in GET contractor_payment endpoint

    • Returns contractor payments by date

Support add_contractors in company flows

Gusto Embedded now support add_contractors as a flow param for the POST /v1/companies/{company_uuid}/flows endpoint. This will allow users to create new contractors for a company.

Add has_ein field in GET contractor

Added a new field has_ein in GET all contractors and GET a single contractor APIs to determine if the contractor has an employer identification number or not.