List Clinic Credit Notes
Retrieve a paginated list of credit notes received by the authenticated clinic. Clinic-only. Supports filtering by status and search text.
Retrieve a paginated list of credit notes received by the authenticated clinic. Clinic-only. Supports filtering by status and search text.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
0 < value10 < value <= 10020"createdAt"Value in
- "createdAt"
- "issueDate"
- "creditNoteNumber"
- "totalAmount"
"desc"Value in
- "asc"
- "desc"
Response Body
application/json
application/json
curl -X GET "https://example.com/clinic-finances/credit-notes"{ "data": [ null ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}{ "error": "string"}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.
List Clinic Invoices GET
Retrieve a paginated list of invoices received by the authenticated clinic. Clinic-only. Supports filtering by status, search, and sorting.