#1voy_code

1 messages ¡ Page 1 of 1 (latest)

glass needleBOT
#

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

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

tribal karma
maiden berry
#

Hey hanzo, thanks for replying quickly. Yes, I have reffered to those and am not sure if it is what I'm looking for. My scenario is:
Let's say there are 3 tiers, each more expensive than the previous one: 1, 2, 3

  1. User is already subscribed to Tier 2
  2. They want to downgrade to Tier 1.
  3. I don't want to downgrade them immediately (meaning not even change their access privileges). I want their subscription to stay exactly the same. I want the downgrade to be scheduled for the next billing cycle, meaning their current sub will remain the same, and next month will begin with the downgraded tier, and I want it to stay at this lower tier forever if that makes sense
#

Taking a look at this one you just sent now

tribal karma
#

Yup, the link I shared above should help with your usecase.. It's exactly what you want

maiden berry
#

Okay yes the second one seems correct. So just to be clear, will it stay at this new item, is there any additional clean up I should perform?

tribal karma
#

Depending on the end_behavior it would either continue with the new price or will be canceled. I believe the default behavior is release. In which case, the subscription will continue with the new price after schedule is released

#

I think you can also test this using test clocks

maiden berry
#

Great. Thanks for your help!