#lean-subscriptions
1 messages · Page 1 of 1 (latest)
hi! so in that monthly example, is the idea they are billed $30 each month for the first 12 months(i.e. 12 payments of $30), and then after that they'e billed $20 for each month after that?
yes exactly
ok! then I think the only way to do that is to have separate Prices and then use SubscriptionSchedules(https://stripe.com/docs/billing/subscriptions/subscription-schedules/) to switch between them. i.e. create the subscription for a Price that is $30/month and then set up the schedule so it automatically switches to the $20/month Price after 12 iterations.