Get Checkout Session Status
Returns the payment status of a Stripe Checkout session. **Public Endpoint**: No authentication required. Used by the booking success page to verify payment completed after Stripe Checkout redirect. Returns minimal data — no PII, no amounts.
Auth required: No
session_id (query, string) (required) — Stripe Checkout session ID (starts with `cs_`)200: Session status400: Missing session_id parameter404: Session not found (invalid or expired session_id)429: Too many requestsThis endpoint does not require authentication.
Base URL: https://api.vennio.app