#yogesh_docs
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/1293159265883918439
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
looks like you want to change the billing cycle date
so I recommend reading this doc: https://docs.stripe.com/billing/subscriptions/billing-cycle
I did go through the docs but was unable to achieve the requirement
Hope I'm clear with my question. If not I would be happy to elaborate again.
have you tried using the billing_cycle_anchor_config parameter mentioned in the doc?
I've not, I tried with billing_cycle_anchor timestamp. It correctly syncs the billing cycle for next invoice. But not able to charge the full amount for the initial cycle.
I don't want to charge a prorated amount when the user is subscribing so I've set proration_behavior to none. But when I combine this with billing_cycle_anchor it doesn't charge the user for the current cycle.
I want to charge the full amount when the user is subscribing.
I've not
well, could you try it?
Is it different from billing_cycle_anchor?
As I see it, it's just a simple way to set which day of the month to start the billing cycle instead of the exact timestamp.
Let me try anyway.
Hey, looks like removing proration_behavior solved the issue.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!