Create Checkout Session
Billing
Create Checkout Session
Create a Stripe Checkout session to subscribe to a plan
POST
Create Checkout Session
Creates a Stripe Checkout session for the organization to subscribe to a pricing plan. Returns a session URL to redirect the user to Stripe’s hosted checkout page.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token. User must be a member of the organization.
Path Parameters
Organization identifier.
Request Body
Stripe Price ID for the plan to subscribe to (e.g.,
"price_1abc123").URL to redirect to after successful checkout. Must match the configured application origin.
URL to redirect to if the user cancels checkout. Must match the configured application origin.
Response
Always
true on success.
