Confirm Checkout Payment
Verify that a Stripe PaymentIntent has succeeded after the client-side payment flow completes. Clinic-only. Used as a server-side confirmation step before updating order/invoice status.
Verify that a Stripe PaymentIntent has succeeded after the client-side payment flow completes. Clinic-only. Used as a server-side confirmation step before updating order/invoice status.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/checkout/confirm-order" \ -H "Content-Type: application/json" \ -d '{ "paymentIntentId": "string", "labId": "string" }'{ "verified": true, "paymentIntentId": "string", "amount": 0, "currency": "string", "convertedOrderId": "string"}Cancel Checkout Order Payment POST
Cancel or reconcile the authenticated clinic's active upfront order payment before unlocking its prepared draft.
Create Payment Intent POST
Create a Stripe PaymentIntent for the authenticated clinic to pay invoices or an order basket. Clinic-only. Prices are resolved from the lab catalog.