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.

  1. Navigate to the Taxes page.

  1. At the top of the page, employers can see any missing requirements

  1. 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.

  1. Call Get Employer Taxes Page Link
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}}"
}
'
  1. Embed the link in your application through and iframe or open it up in a new tab.


What’s Next

Learn how tax requirements and more fit together in your Admin/Employer Dashboard.