#leonardo89-mutate-price
1 messages · Page 1 of 1 (latest)
Hey, you can't. Prices are mostly immutable once they're used. You'd need to create a new Price object
but after create a new price object how can I associate it to the production client
???
What is the 'production client'?
I refer with production client to real clients
that are currently subscribed to a product
Sure, then you'd need to update those existing subscriptions to use the new Price object: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Yep!