#afonsolfm
1 messages · Page 1 of 1 (latest)
hello! When you say checkout session, are you referring to Stripe Checkout Session?
Yes
Basically I'd like to use the Stripe Checkout interface when a user wants to pay for an upgrade, is this possible?
unfortunately that's not possible. Stripe Checkout doesn't support paying for Subscription updates. You can consider using the Customer Portal instead if that fits your requirements : https://stripe.com/docs/customer-management
Ok thanks alex, another question, is there a way when opening the billing portal to open straight away the subscription update flow_
hmmmm, it's possible if you modify the customer portal link slightly
e.g. the generated link would typically look like https://billing.stripe.com/p/session/test_... , you could modify it to look like https://billing.stripe.com/p/session/test_.../subscriptions/sub_.../update