#luke-price-upgrade

1 messages · Page 1 of 1 (latest)

steel vigilBOT
prime marsh
#

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

wicked stump
#

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?

prime marsh
#

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!

wicked stump
#

Yeh I'm just wondering if it's worth doing to be honest. It does seem like quite a task. Thanks for your help 🙂