#r3vanek_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/1324375363425534013
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! well at a high level you can have a Subscription with multiple recurring items: https://docs.stripe.com/billing/subscriptions/multiple-products
when a customer opts into the feature you can add that item to their existing subscription : https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
hi :)
does Stripe offers any protection with these prices? What I mean is this:
imagine on one subscription plan we offer to optionally let customer have invoices on for the 5 euro additional monthly
now if this customer is tricky, he might turn the invoices on for the 30 days of month and at the last day turn them off, so simple on/off logic wont work
do I must to implement these security mechanisms by myself or Stripe somehow handles it?
in general no. If we ignore the Customer Portal for now, the customer can only make changes to their subscription by asking you/using your website UI and you making the API calls, so you can implement your own controls around what changes you allow to happen and when.