v1
latestOpenAPI 3.1.02026-07-242735131.1 MBEmployee State Taxes
Submit employee state taxes
Submits the authenticated employee's US state tax withholding answers for a single jurisdiction (e.g. NY).
Available for US Global Payroll employees once they reach the post-enrollment state, at which point the per-jurisdiction state tax task exists.
This endpoint requires country/jurisdiction-specific data. Query the Show form schema endpoint with global_payroll_state_taxes as the form name to discover the schema for a given country.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | - | Manage personal details (personal_detail:write) |
put/v1/employee/state-taxes/{jurisdiction}
Path parameters
jurisdictionstring required
Two-letter US state/jurisdiction code
Request body
Example request
{
"state_taxes": {
"allowances": 2,
"extra_withholding": 50,
"filing_status": "Single"
}
}Response
Success
Example response
{
"data": {
"status": "ok"
}
}