#gje-update-sub

1 messages · Page 1 of 1 (latest)

sage mica
#

Let me know if you have any specific Qs

umbral burrow
#

yup sorry, ok so my qn specifically is that lets say user is subscribed to standard plan (which is its own product), but wants to upgrade to pro plan. after going thru stripe checkout, i assume the user will pay the fixed price for the pro plan on top of the already paid for standard plan

#

so im not sure how to use the stripe.subscription.modify function

#

my idea is to just delete the old subscription, and create a new subscription but im not sure if its the best practice

sage mica
#

i assume the user will pay the fixed price for the pro plan on top of the already paid for standard plan
So you'd be adding a new line item instead of replacing one?

umbral burrow
#

so this is the standard plan product that the user is currently subscribed to

#

i have another pro plan product

#

i tot the user could swap between these two products, when they update/downgrade their plan

sage mica
#

I'm confused. You want them to swap? Or you want them to be on top of the existing subscription?

#

You've said both

umbral burrow
#

um what i want to ask is how to allow the user to upgrade/downgrade the plan and have the cost prorated

sage mica
umbral burrow
#

ah i see okays thankyou