#john-a_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1256338923207131186
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Yep this is totally possible via multiple subscription items. What questions do you have specifically though?
We're just wondering if there are multiple approaches to doing this each with their own pros and cons, or if there's just one approach (subscribe to multiple items? https://docs.stripe.com/billing/subscriptions/multiple-products)
^ is the way you should do this
Cool, we should be able to take it from there. Just to be sure, the general approach is:
-
A user is only going to have one subscription, but it may include multiple items (will include multiple items if the user has an add-on, will only be one item if the user does not have any add-ons)
-
Our app handles the logic of adding/removing items, ensuring the subscription includes only one "main" plan, etc.
exactly
you should read https://docs.stripe.com/billing/subscriptions/prorations about prorations too
to see your options for handling the update to add/remove item(s)