Skip to main content
POST
Create a Stripe Checkout session to upgrade plan

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
plan
enum<string>
required
Available options:
starter,
growth,
scale
successUrl
string
required

URL Stripe redirects to on success

cancelUrl
string
required

URL Stripe redirects to on cancel

Response

201 - undefined