post https://api.joinpuzzl.com/abacus/calcTax
Calculate gross to net for an employee check by providing the gross wage, and information about the company as well as the employee.
Returns
List of withholdings that will be applied to an employee check, with the given configurations.
attribute | type | description |
---|---|---|
codename | string | Zeal code for tax type. More information on this code name can be found through the Get Tax Types endpoint |
name | string | Name of the withholding |
payer | enum | Can be either EMPLOYEE_LIABILITY or EMPLOYER_LIABILITY |
jurisdiction | enum | Can be US for federal tax or a two letter abbreviation for state tax |
withheld | float | Amount in dollars that is deducted for that tax |