Charges
Charge List
Get a list of Charge
s. You can filter by patientId
, total
, totalOutstanding
, description
, status
, and external_id
.
GET
Headers
The tenant you are making this request on behalf of
Your api key
Query Parameters
The field to sort by in snake case, i.e. created_date
The direction to sort by
Available options:
asc
, desc
The patient ID to filter by
The status to filter by
Available options:
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
Response
200
application/json
Successful Response
The response is of type ChargeSummary · object[]
.