v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Create Paycard Enrollment Link (Early Access)

post/employees/paycard

Request body

companyIDstring required

ID of the Employee being updated

employeeIDstring required

ID of the Employee being updated

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-information?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImMxOTgwMjY0ZmMyMjNhODkwYWZhZTgzYzkxYmQyZDQzOGVmMmFkMGRhZTc1MWZkZWEzNjYwYzNlNTU2YjEzOTYifQ",
  "success": true
}