List Invoices
Get a list of Invoices
s. You can filter by patient_id
, status
, and external_id
.
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
asc
, desc
The patient ID to filter by
The status to filter by
active
, inactive
The external ID to filter by
Response
Indicates whether this invoice is currently active.
The date and time when this invoice was created.
Decoda-specific URL for payment processing.
Unique identifier for the invoice.
The method used to communicate this invoice to the patient.
Native
, SMS
, MAIL
, CALL
, COLLECTIONS
, EMAIL
, SMS_AND_EMAIL
Identifier of the patient associated with this invoice.
URL for the patient to make a payment for this invoice.
Identifier of the action that created this invoice, if applicable.
Identifier of the rule that triggered this invoice, if applicable.