Create a checkout handler
Creates a Stripe Checkout session for the authenticated tenant. Required scope: billing:write
POST
Creates a Stripe Checkout session for the authenticated tenant.
Required scope:
billing:write
Request body
CreateCheckoutRequest
string
required
URL to redirect to if the customer cancels
string
required
Stripe Price ID to subscribe to (e.g.
price_1Abc...)string
required
URL to redirect to after successful checkout
Response
CreateCheckoutResponse
string
required
Full Stripe Checkout URL to redirect the customer to