Tax Requirements
Tax requirements are documents that an employer must submit in order for Zeal to properly pay and report taxes on their behalf. Which documents an employer must submit depends on the state(s) and localities in which they have employees. Zeal’s system automatically tracks the tax requirements for an employer and updates the requirements
field of their Company Object when new documents should be submitted.
Submitting Tax Requirements
Admin/Employer Dashboard
If you are using our whitelabel Employer Dashboard, employers can access their tax requirements through the Taxes page.
- Navigate to the Taxes page.
- At the top of the page, employers can see any missing requirements
- Employers can also search by state and locality to proactively submit tax requirements.
Embedding the Taxes Page
If you’ve built your own custom dashboards using our APIs, you can embed the Taxes component directly in your dashboard.
curl --request POST \
--url https://api.zeal.com/authLinks/taxes \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{testApiKey}}' \
--header 'Content-Type: application/json' \
--data '
{
"partnerID": "{{partnerID}}",
"companyID": "{{companyID}}"
}
'
- Embed the link in your application through and iframe or open it up in a new tab.
Updated 7 months ago
Learn how tax requirements and more fit together in your Admin/Employer Dashboard.