post https://api.zeal.com/reports/payment-summary
For contractor payments - As can be shown above, the response for this endpoint will return a job_id instead of the raw data itself. Payroll information will only be taken into account for reports from checks that are in a processed state.
As the data returned form this endpoint can be large, we utilize a job queue to process this data instead of an immediate synchronous response.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | job_id for Payment Summary Report |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |