Upgrade subscription
Upgrade subscription
Creates a checkout session to upgrade a subscription.
POST
Upgrade subscription
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Body
application/json
Subscription tier to upgrade to.
Available options:
free, pro, enterprise Example:
"pro"
Billing cycle
Available options:
monthly, yearly Example:
"monthly"
Seat quantity for licensed subscriptions
Required range:
x >= 1Example:
3
Recurring server add-on quantity
Required range:
x >= 0Example:
2
Recurring sandbox add-on quantity
Required range:
x >= 0Example:
2
URL to redirect to after successful payment
URL to redirect to if payment is cancelled