get https://api.zeal.com/directPayments
This endpoint accepts the companyID, directPaymentID, contractorID, and employeeID of a previous direct payment transaction. Zeal will return an array of associated Direct Payment Objects .
Return
Returns response status and an array of Direct Payment Objects.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | array | Direct Payment Object |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessagetype: string description: Error messagestatus type: number description: HTTP response codecode type: number description: Error code (see Error codes ) |