Create Paycard Enrollment Link (Early Access)

post/contractors/paycard

Request body

companyIDstring required

ID of the Employee being updated

contractorIDstring required

ID of the Contractor

send_to_workerboolean

If true, notification email will be sent to contractor

Response

200

datastring
successboolean
testModeboolean

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.