#luke-price-upgrade
1 messages · Page 1 of 1 (latest)
luke-price-upgrade
@wicked stump there is nothing automated but you can create a new Price under the old Product and then use the Update Subscription API https://stripe.com/docs/api/subscriptions/update to migrate those Customers' Subscription to the right new Price
Ok and if I use this API, I assume that it will trigger webhooks so that my database is also in sync with this change. And do customers receive any emails?
yes to the first part, no for the second part, no email if you're just switching between two identical Price. Just pass proration_behavior: 'none' to ensure we don't calculate any proration and carefully test this in Test mode too!
Yeh I'm just wondering if it's worth doing to be honest. It does seem like quite a task. Thanks for your help 🙂