Views:

Update

Background

In the past, our public API did not include a clear indicator to show whether a tax was an employee tax or an employer tax. While fields such as subtype sometimes carried this information, they were also used for other purposes. This created inconsistency and, in some cases, led to miscategorized taxes and inaccurate reporting in downstream systems.

What’s New

We’ve added a new field, isEmployeeTax, to the pay history API endpoint. This field returns a simple True/False value, providing a reliable way to distinguish between employee and employer taxes. With this enhancement, clients leveraging the public API can ensure more accurate tax categorization and reporting in their connected systems.