Verify a Stripe Checkout Session post-redirect. Read-through to Stripe; never mutates DB (webhook owns writes). Use when the SPA returns from Stripe before the webhook lands.
GET/subscriptions/checkout-session/:sessionId
Verify a Stripe Checkout Session post-redirect. Read-through to Stripe; never mutates DB (webhook owns writes). Use when the SPA returns from Stripe before the webhook lands.
Request
Responses
- 200
- 403
- 404
- 502
Session does not belong to caller (FORBIDDEN)
Stripe session not found (STRIPE_SESSION_NOT_FOUND)
Stripe API failure (STRIPE_ERROR)