#r3vanek_best-practices

1 messages ¡ Page 1 of 1 (latest)

outer topazBOT
#

👋 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.

last mist
white prism
#

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?

last mist
#

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.

white prism
#

oh ok

#

thank you very much