Get clinic autopay consent
Returns the clinic-owned saved-card autopay state for a partnership. Both partnership parties may read it; labs cannot mutate it.
Returns the clinic-owned saved-card autopay state for a partnership. Both partnership parties may read it; labs cannot mutate it.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/clinic-payment-methods/autopay/string"{ "enabled": true, "status": "active", "consentedAt": "2019-08-24T14:15:22Z", "revokedAt": "2019-08-24T14:15:22Z", "suspendedAt": "2019-08-24T14:15:22Z"}Enable clinic-owned saved-card autopay POST
Lets a clinic owner consent to off-session card charges for one active lab partnership. The selected card must already belong to that lab's connected Stripe customer.
List Clinic Payment Methods GET
List saved payment methods for the authenticated clinic with a specific lab. Clinic-owner only. Requires labId query parameter to identify the lab's Stripe Connect account.