get https://api.zeal.com/paystubLink
Fetches an expirable link that displays an employee paystub.
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 in an iframe component. The link can be opened directly in an employee's browser.
NOTE: This paystub link expires 1 hour after generation.
This link can also only be fetched using a production API key.
Returns
Returns response status and the link to the requested employee.
This is an example of what a paystub would look like in 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 |