v1
latestOpenAPI 3.1.02026-07-243113441.2 MBFederal Tax Details
Update a company's federal tax details
Updates a company's federal tax details including EIN, legal name, tax payer type, filing form, and S-Corp taxation status. This information is required to onboard a company for use with Gusto Embedded Payroll.
Prerequisites
Before calling this endpoint, retrieve the current federal tax details and version via GET /v1/companies/{company_id}/federal_tax_details
Webhooks
- company.updated: Fires when federal tax details for a company are successfully updated
Setup: POST /v1/webhook_subscriptions with subscription_types: ["Company"]
scope: company_federal_taxes:write
put/v1/companies/{company_id}/federal_tax_details
Path parameters
company_idstring required
The UUID of the company
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"version": "6cb95e00540706ca48d4577b3c839fbe",
"legal_name": "Acme Corp.",
"ein": "123456789",
"tax_payer_type": "LLP",
"filing_form": "944"
}Response
Success