get https://api.zeal.com/paystubLink
Given the Company ID and Employee Check ID, Zeal returns an expirable, mobile-friendly link with paystub information. This link can be hosted on your custom domain. The link can be opened in an employee's browser, but expires in 1 hour.
Returns
Returns response status and the link to the requested employee.
This is an example of what a paystub would look like on your browser:
The following is an example of what a paystub would look like in the downloaded PDF format:
attributes | type | description |
---|---|---|
success | boolean | Response status |
data | string | Link to paystub |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |