Get all Charge Captures

Beta
GET
/api/charge_captures/v1

Query parameters

limitintegerOptional

Maximum number of entities per page, defaults to 100.

page_tokenstringOptional
patient_external_idstringOptional

The patient ID from the external EMR platform for the patient

statusenumOptional

the status of the charge captures

charge_external_idstringOptional

A client-specified unique ID to associate with this encounter; for example, your internal encounter ID or a Dr. Chrono encounter ID. This field should not contain PHI.

date_of_servicedateOptional

Date formatted as YYYY-MM-DD; eg: 2019-08-24. This date must be the local date in the timezone where the service occurred.

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional
Built with