v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Create Instant Pay Enrollment Link

post/employees/instant-pay

Request body

companyIDstring required

ID of the Company

employeeIDstring

ID of the Employee

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
}