#viperfx-price-change
1 messages · Page 1 of 1 (latest)
@last harness hello!
This is something we support using Subscription Schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules
You can have multiple "phases" on a schedule that plans price changes in advance. So you'd have a recurring Price for each "phase" and at the end of each phase you change for the new Price and cancel at the end.
It's not compatible with Checkout today unfortunately so you'd have to start a Subscription on the first price and then change them.
Okay - and is this something we can do in one Stripe call and let Stripe handle the scheduling and billing?
Will we see the scheduling and phase status in the dashboard?
So you need more code since Checkout doesn't support this. Or you have to build your own UI. But yes you can have multiple phases and it all works in the Dashboard too
Is there a way to start from Checkout and then use the Session to modify to add schedules?
You can use Checkout to collect the first payment, and then you can start a Subscription Schedule after the payment to plan the next 2 payments yes.
But you can't use Checkout to "show" the upcoming prices