#Coherence-prices
1 messages · Page 1 of 1 (latest)
Are you trying to update the subscription from one Price ID to another? Or are you trying to update a Price object that already has an active subscription?
I am trying to update a subscription from one Price ID to another one. The first price ID had wrong metered usage, so I created a new price ID with the right metered usage
On the old price Id there are 3 active users
They all need to move to the new price id
Gotcha - so we give examples of how to do this here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
Basically, you'll want to update the subscription, pass in the existing Subscription Item ID in items[0][id], and pass in the new price ID to items[0][price
Okay let me read the document
Question - can we do this on active subscription? The document doesn’t clarify that
Yup! you can do this with an active subscription