get https://api.zeal.com/paystub/company//check/
Fetches a PDF of a paystub corresponding to an employee check.
Note: the employee check must be in a processed state.
Returns
Returns boolean indicating success status and a PDF of the paystub.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | array | PDF of paystub |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |