Added Get All Notifications endpoint
We've added an endpoint /v1/companies/{company_uuid}/notifications to fetch all notifications for a given company.
Added Xero and QuickBooks Online accounting integrations flows
We've launched our new Xero and QuickBooks Online (QBO) accounting integration flows, allowing your customers to seamlessly connect their payroll data with Xero or QBO. These integrations streamline the bookkeeping process by automatically creating balanced journal entries, eliminating manual data entry and reducing accounting errors.
Added PDF support for custom reports
We've added PDF support to our custom reports endpoint, giving you more flexibility in how you deliver reports to your customers. To use, include "file_type": "pdf" in your request body, as you would with the existing CSV and JSON file type options. Note that Generated PDFs will include Gusto branding.
Updated Benefits flow: how partner-managed benefits are displayed and managed
We've improved how benefits are displayed and managed in the benefits flow to prevent data conflicts and make it clearer who manages each benefit.
Added fields to GET a notification's details
We've added two new fields—template_variables and status—to GET /v1/notifications/{notification_uuid}.
General Ledger API now available
We've launched our new General Ledger API, allowing you to programmatically generate and retrieve general ledger reports for payrolls.
Added Information Requests API
The GET Information Requests API endpoint has been added. This API call can be used to return all requests for information (RFIs) for a company.
Added `reversal_payroll.uuids` to Get all payrolls for a company
We added a new field reversal_payroll_uuids: [] to the GET all payrolls for a company endpoint. Use an include param to configure whether to include reversal_payroll_uuids in the response.
Added `source` and `partner_name` to Company Benefits
Two new string fields source and partner_name are now available on the "Create a company benefit", "Get benefits for a company", "Get a company benefit", and "Update a company benefit" endpoints.
Added `can_block_payroll` boolean to Get a notification's details endpoint
The can_block_payroll boolean field is now included in the response of the "Get a notification's details" endpoint.