latestOpenAPI 3.1.02026-08-22379259358.7 KB

c53108d35a70

stripe

Create Checkout

Create a Stripe Checkout Session for individual subscription.

Monthly billing only. Rejects org members. Accepts optional success_url/cancel_url from the frontend and requires an explicit validated frontend origin for default billing redirects.

Returns: Checkout session URL to redirect the user.

post/api/stripe/checkout-session

Request body

planstring required
frontend_originstring nullable
success_urlstring nullable
cancel_urlstring nullable

Response

Successful Response

urlstring required