Get tax suggestions for an external payroll

GET {{baseUrl}}/v1/companies/:company_uuid/external_payrolls/:external_payroll_id/calculate_taxes

Get tax suggestions for an external payroll. Earnings and/or benefits data must be saved prior to the calculation in order to retrieve accurate tax calculation.

scope: external_payrolls:read

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{"employee_uuid":"d21848d5-446f-48a8-9430-30fbefeabda4","tax_suggestions":[{"tax_id":1,"amount":500},{"tax_id":2,"amount":100},{"tax_id":4,"amount":30}]}]