Get Clinic Invoices By Order
Look up invoices associated with a specific order for the authenticated clinic. Clinic-only. Returns a list since an order may have multiple invoices.
Look up invoices associated with a specific order for the authenticated clinic. Clinic-only. Returns a list since an order may have multiple invoices.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Order ID to look up invoices for
Response Body
application/json
curl -X GET "https://example.com/clinic-finances/invoices/by-order/550e8400-e29b-41d4-a716-446655440000"[ { "id": "string", "invoiceNumber": "string", "status": "string", "totalAmount": "string", "amountPaid": "string", "amountDue": "string", "currency": "string", "dueDate": "string", "labId": "string", "partnershipId": "string" }]Get Clinic Invoice GET
Retrieve full invoice details including line items and payment history. Clinic-only. Only returns invoices belonging to the authenticated clinic.
Get Clinic Statement GET
Retrieve full statement details including line items and balance breakdown. Clinic-only. Only returns statements belonging to the authenticated clinic.