#chip_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1403030603791863960
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is a test env subscription showing the current layout with both a Storage product and Logs product in the same subscription: sub_1RtUY2KOJjwbkhwzckTaUMBp
Hi, you can add multiple products on the same subscription, https://docs.stripe.com/billing/subscriptions/multiple-products
Then, you can use subscription updates, https://docs.stripe.com/billing/subscriptions/change-price
Yes, and we still want the product to be available for the remaining billing period
which was why I was looking at schedules
i.e I downgrade from "Storage Pro" to "Storage Free" and I have "Logs Pro", I want to have access to the features in "Storage Pro" until the new billing period
I see, that makes sense.
I think having a single subscription makes things more straight forward when it comes to collecting payment methods and getting invoice emails.
You can use test clocks, https://docs.stripe.com/billing/testing/test-clocks to test this flow entirely