#srn-subscription-update-annual
1 messages · Page 1 of 1 (latest)
Hello 👋
I believe we have docs on this. Give me a moment to look it up
Have you had a chance to refer these docs?
https://stripe.com/docs/billing/subscriptions/change
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
i did, but in this case the billing cycle changes for monthly to annual plan
am supposed to create two different products for each plan and change the subscription between the two products?
ah give me a moment
server is a little busy today
thank you for your patience
am supposed to create two different products for each plan and change the subscription between the two products?
while yes that is an option, I believe you can have a product with different prices with different billing period and then update the subscription accordingly. It'd create a proration though.
are there pros vs cons of creating two products vs creating a single product with multiple prices/billing periods? what is stripe's recommendation on best practices?