Get a list of Charge
s. You can filter by patientId
, total
, totalOutstanding
, description
, status
, and external_id
.
The tenant you are making this request on behalf of
Your api key
The field to sort by in snake case, i.e. created_date
The direction to sort by
asc
, desc
The patient ID to filter by
The status to filter by
OUTSTANDING
, PAID
, EXTERNAL_SETTLEMENT
, VOID
, WRITE_OFF
, REFUNDED
, PAYMENT_PLAN
The external ID to filter by
The total to filter by
The total outstanding to filter by
The description to filter by
Successful Response
The response is of type ChargeSummary · object[]
.