#kado-kaelan-consolidate-payments
1 messages · Page 1 of 1 (latest)
That's a large undertaking with a lot of nuance. The simplest way with the least side-effects would likely be to use Subscription Schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules
You would define a phase for the current price on each customer, then another phase for the new price.
If customer have multiple prices already, then you would simply remove all other prices
okay thanks