Get Clinic Invoice
Retrieve full invoice details including line items and payment history. Clinic-only. Only returns invoices belonging to the authenticated clinic.
Retrieve full invoice details including line items and payment history. Clinic-only. Only returns invoices belonging to the authenticated clinic.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Invoice ID
Response Body
application/json
application/json
curl -X GET "https://example.com/clinic-finances/invoices/550e8400-e29b-41d4-a716-446655440000"{ "id": "string", "invoiceNumber": "string", "status": "string", "items": [ null ], "payments": [ null ], "property1": null, "property2": null}{ "error": "string"}Get Clinic Finances Summary GET
Aggregate outstanding-balance summary for the authenticated clinic across all payable invoices (not page-limited), broken down per lab for grouped Stripe payment. Clinic-only.
Get Clinic Invoices By Order GET
Look up invoices associated with a specific order for the authenticated clinic. Clinic-only. Returns a list since an order may have multiple invoices.