#tzipora_code

1 messages ยท Page 1 of 1 (latest)

sand condorBOT
#

๐Ÿ‘‹ 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/1400447740462235679

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

worldly sage
#

hi there!

sand condorBOT
worldly sage
cerulean roost
#

yes, but i want to change existing subscrtion

#

and i want to charge or credit on the proration

waxen scroll
#

You want to upgrade the ~immediately and charge them for the full upgrade?

#

It's unclear from your initial Q whether or not they're changing plans? Can you share some code you've used and/or trying?

cerulean roost
waxen scroll
#

Why do you want to move the billing date?

cerulean roost
#

no i dont want to change plan
only to change billing date

waxen scroll
#

Not really something that can be done easily, aside from using a trial

cerulean roost
#

did you see my code?

waxen scroll
#

Yeah, you're just creating a new subscription. I thought you wanted to upgrade your users

waxen scroll
cerulean roost
#

i create a new one and delet the existing

waxen scroll
#

That's probably your only option really. But it'll skew your billing metrics if that's important to you

cerulean roost
#

but if i delete the old subscrtoion it also affect on the metrics?
and do you know another way to implemnt this?
maybe with scheduler?

waxen scroll
#

but if i delete the old subscrtoion it also affect on the metrics?
It'll look like a cancellation, so yes

What exactly are you trying to support? Why would customer's want to move their billing dates?

cerulean roost
#

i want to provide them option to change thier cycle bill date
i think it is a normal request

cerulean roost
#

did you familar with that?
it should be more correct than my code?

waxen scroll
#

It'll keep the same subscription rather than delete and create a new one as you currently are