Get Payment Items
Retrieve a payment item by paymentItemID, or list payment items for a company, optionally filtered by contractor, contractor payment, or service type.
paymentItemID to retrieve a single Payment Item. Omit paymentItemID to list payment items; you can optionally pass contractorID, contractorPaymentID, or serviceTypeID to filter that list.
When paymentItemID is present, list filters (contractorID, contractorPaymentID, serviceTypeID) and pagination parameters are ignored.
Listing responses include meta with next, previous, and totalCount.Authorizations
Query Parameters
ID of the payment item to retrieve. When present, the endpoint returns that single payment item and list filters are ignored.
When listing payment items (omit paymentItemID), filter to this contractor. Ignored when paymentItemID is present.
When listing payment items (omit paymentItemID), filter to this contractor payment. Ignored when paymentItemID is present.
When listing payment items (omit paymentItemID), filter to items whose work_info.serviceTypeID matches this value. Ignored when paymentItemID is present.
Number of payment items returned per page. Minimum 1, maximum 100. Defaults to 25. Ignored when paymentItemID is present.
1 <= x <= 100The pagination cursor to start at. Ignored when paymentItemID is present.
Field to sort by when listing. Defaults to _id. Ignored when paymentItemID is present.
Sort direction when listing. Defaults to desc. Ignored when paymentItemID is present.
asc, desc