get
https://api.zeal.com/paystubLink
Fetches an expirable link that displays employee check details, including the paystub.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Given the Company ID and Employee Check ID, Zeal returns an expirable, mobile-friendly link with the employee check details, including the ability to download the paystub. This link can be hosted on your custom domain in an iframe component and/or can be opened directly in an employee's browser.
NOTE: This link expires 24 hours after generation.
Returns
Returns response status and the link to the requested employee.
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 |

