#waldeedle_best-practices

1 messages ¡ Page 1 of 1 (latest)

inner spindleBOT
#

👋 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/1288608542483550324

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

smoky beacon
#

Im just trying to determine what stripe has seen as a scalable and practical implementation for this scenario. We bill users for the number of users x the tier of the plan. So if an account with 10x Pro decides to downgrade to 5x Basic, should we immediately credit that full amount? What if they move up to 15xPro within the same billing period but after a few days?

vestal tiger
#

Hi there

#

That's really up to you

#

You can either make the change immediately and decide how to handle prorations, or us Schedules

smoky beacon
#

right I understand the implementation has financial impact but was just wondering what is ideal from a technical perspective. I was leaning towards the immediate charge as reccomended in the docs

vestal tiger
#

On the technical side, either will work, it really depends on how you want to handle this

smoky beacon
#

awesome, that makes sense to me and were the two approaches i was thinking of, I guess theres no hidden magic haha

#

thanks