v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Create W4 Link

post/employees/w4

Request body

companyIDstring required

ID of the Employee being updated

employeeIDstring required

ID of the Employee being updated

jurisdictionstring required

Jurisdiction for W4 (can be "US" or any state abbreviation)

send_to_workerboolean

If true, notification email will be sent to employee

Response

200

datastring
successboolean
testModeboolean

Example response

{
  "data": "https://payroll.your-domain.com/employee-requirements?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImMxOTgwMjY0ZmMyMjNhODkwYWZhZTgzYzkxYmQyZDQzOGVmMmFkMGRhZTc1MWZkZWEzNjYwYzNlNTU2YjEzOTYifQ",
  "success": true
}