#asifarub
1 messages · Page 1 of 1 (latest)
Hello! There's a couple of different options for this
what is the best approach
You could use a subscription schedule (https://stripe.com/docs/billing/subscriptions/subscription-schedules)
in the frontend, do we finalize with confirmSetup or confirmIntent
schedule doesnt change the pricing. it only delays the payment
can you please share the other option that you were referring to
Did you read through the subscription schedules doc I sent you fully? It does exactly what you want - you can create an schedule that starts immediately for price A and then configure it to automatically update to a different price after the first interval
WE should a ton of example of how to do this here https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases
If you didn't want to use schedules you could try doing a coupon (if the first price is cheaper than the second) or adding on a one-time setup cost for the first invoice (if the first price is more expensive)