GET
/
v1
/
charge
/
list

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

sort_by
string
default:
created_date

The field to sort by in snake case, i.e. created_date

sort_direction
enum<string>
default:
desc

The direction to sort by

Available options:
asc,
desc
patient_id
string

The patient ID to filter by

status
enum<string>

The status to filter by

Available options:
OUTSTANDING,
PAID,
EXTERNAL_SETTLEMENT,
VOID,
WRITE_OFF,
REFUNDED,
PAYMENT_PLAN
external_id
string

The external ID to filter by

total
number

The total to filter by

total_outstanding
number

The total outstanding to filter by

description
string

The description to filter by

n
integer
default:
10

Response

200 - application/json
createdDate
string
required

The date when the charge was created.

customAmount
integer
required

Any un-itemized amount that makes up the charge.

discountAmount
integer
required

Amount of discount applied to the charge.

discountPercentage
number
required

Percentage of discount applied to the charge.

id
string
required

Unique identifier for the charge.

patient
object
required

Summary details of the patient being charged.

patientId
string
required

Identifier of the patient being charged.

patientPaysProcessingFee
boolean
required

Indicates if the patient is responsible for processing fees.

status
enum<string>
required

Current status of the charge.

Available options:
OUTSTANDING,
PAID,
EXTERNAL_SETTLEMENT,
VOID,
WRITE_OFF,
REFUNDED,
PAYMENT_PLAN
total
integer
required

Total amount of the charge.

totalOutstanding
integer
required

Total outstanding amount that is yet to be paid or adjusted away.

description
string | null

Description of the charge.

externalCreatedDate
string | null

The creation date of the charge in your external system, if applicable.

externalId
string | null

External identifier for the charge, if applicable.

meta
object | null

Any additional metadata about the charge relevant to your system.

ruleSetId
string | null

Identifier for the rule set applied to this charge, if any.