Get Clinic Stripe Status
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.
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.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Lab ID to check Stripe status for
Query Parameters
Exact partnership/account epoch authorizing this check
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/clinic-finances/stripe-status/550e8400-e29b-41d4-a716-446655440000?partnershipId=string"{ "stripeEnabled": true, "labStripeAccountId": "string"}Get Clinic Statement GET
Retrieve full statement details including line items and balance breakdown. Clinic-only. Only returns statements belonging to the authenticated clinic.
List Clinic Credit Notes GET
Retrieve a paginated list of credit notes received by the authenticated clinic. Clinic-only. Supports filtering by status and search text.