#tzipora_code
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/1400447740462235679
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
have you read this doc that covers this? https://docs.stripe.com/billing/subscriptions/billing-cycle#changing
yes, but i want to change existing subscrtion
and i want to charge or credit on the proration
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?
Why do you want to move the billing date?
no i dont want to change plan
only to change billing date
Not really something that can be done easily, aside from using a trial
did you see my code?
Yeah, you're just creating a new subscription. I thought you wanted to upgrade your users
It can't really be done
i create a new one and delet the existing
That's probably your only option really. But it'll skew your billing metrics if that's important to you
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?
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?
i want to provide them option to change thier cycle bill date
i think it is a normal request
did you familar with that?
it should be more correct than my code?
It'll keep the same subscription rather than delete and create a new one as you currently are