Skip to main content
GET
Get Contractor Payments
Given the Contractor Payment ID, Zeal returns information for this Contractor Payment.

Returns

Returns response status and the contractor payment.

Authorizations

Authorization
string
header
required

Query Parameters

companyID
string
required

Company ID of the employer

contractorID
string

Contractor ID of contractor

status
enum<string>

Filter by status of contractor payment. Provide one of the following statuses: pending, pre-processed, processed

Available options:
pending,
pre-processed,
processed
paymentGroupID
string

Filter by contractor payment group

start_at
string

The pagination cursor to start at

limit
string

Limit the amount of data returned

Response

200