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

Changes

Changed in 1 of the 30 revisions of this API.2

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog