#brian-subscription-checkout
1 messages · Page 1 of 1 (latest)
brian-subscription-checkout
Hello! Checkout can only be used to start a new Subscription, it can't be used to update an existing one.
So using the CustomerPortal instead is the right approach
I think you can use https://stripe.com/docs/api/customer_portal/sessions/create#create_portal_session-flow_data-subscription_update_confirm-discounts to force a discount during that upgrade
oh cool, never saw this! so will this auto apply the coupon and replace any existing coupon the user may have? (Like if the coupon thats current attached to the user is 5% but the sale is 10%, they'll see the 10% coupon during that flow? And I guess will it keep the 5% if the flow is never completed?)
I think it shipped only a few days ago!
Not sure about the replacement, I'd recommend playing with it in Test mode to confirm it fits your needs
thank you so much! looks like it might be exactly what i need, will try it out