PaycheckBatch
Calculate a batch of payroll tax paychecks
Calculate payroll taxes for an array of employee paychecks.
For each employee paycheck in the array, include the following data in the request:
- Compensations
- Deductions
- Work locations
An array of data is returned:
- Computed taxes
- Allowed deductions
- Allowed compensations
Calculate payroll taxes for a batch of paychecks
Endpoint | Method | Required fields |
---|---|---|
/v1.0/paychecks-batch | POST | paychecks, employee |
Updated 4 months ago