post https://api.zeal.com/employees/onboard
Retrieve an expirable link to Zeal's employee payroll onboarding. Zealβs onboarding collects:
- Profile information (e.g. SSN, DOB, Address)
- Employee account username and password (optional)
- ID collection (optional - Zeal collects Driver's License + Social Security Card OR Passport)
- Paperwork. This includes the Federal W4, State W4, I-9 (optional--see below), and Bank Account Information (optional).
You can choose whether you want to turn on or off these sections of Zeal onboarding by using this endpoint. This onboarding flow was custom-made to take less than 5 minutes to complete. After onboarding is completed, the employee can start getting paid.
Returns
Returns a success response and employee onboarding link.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Employee onboarding link |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessage type: string description: Error message status type: number description: HTTP response code code type: number description: Error code (see Error codes ) |