Invoices
Retrieve patient invoice records by patient, encounter, or invoice ID.
Endpoints
GET Get Invoices
Parameter
Type
Default
Description
GET /acme-health/live/invoices?status=PENDING&page=0&size=20 Authorization: Bearer <token>{ "data": [ { "id": "inv-uuid", "patientId": "a1b2c3d4", "encounterId": "enc-uuid", "amount": 150.00, "currency": "USD", "status": "PENDING", "dueDate": "2026-04-01", "createdAt": "2026-03-15T10:00:00Z" } ], "metaInfo": { "page": 0, "pageSize": 20, "totalElements": 45 } }
GET Get Invoice by ID
Parameter
Type
Required
Description
GET Get Invoices by Patient ID
Parameter
Type
Required
Description
GET Get Invoices by Encounter ID
Parameter
Type
Required
Description
Invoices
Endpoints
GET Get Invoices
Parameter
Type
Default
Description
Last updated
Was this helpful?