Get Clinic Statement
Retrieve full statement details including line items and balance breakdown. Clinic-only. Only returns statements belonging to the authenticated clinic.
Retrieve full statement details including line items and balance breakdown. Clinic-only. Only returns statements belonging to the authenticated clinic.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Statement ID
Response Body
application/json
application/json
curl -X GET "https://example.com/clinic-finances/statements/550e8400-e29b-41d4-a716-446655440000"{ "id": "string", "statementNumber": "string", "status": "string", "lineItems": [ null ], "property1": null, "property2": null}{ "error": "string"}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.
Get Clinic Stripe Status GET
Check whether a specific lab has Stripe Connect enabled and can accept online payments. Clinic-only. Used to determine if the pay-online option should be shown.