#thai-huynh_api
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/1412452723273633842
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- thai-huynh_api, 4 days ago, 8 messages
hi there, can I ask for a bit more detail on the behavior you're looking to achieve here? do you want to charge the customer for an extra day of service? or do you just want to have the subscription billing cycle fall on the first day of the month?
basically there are 2 customer subscription that were meant to anchor billing cycle to the 1st of every month but it accidentally got started today
how can we update that without cancelling the subscription and readd it
you can make an update call and set billing_cycle_anchor https://docs.stripe.com/billing/subscriptions/billing-cycle#changing
note that this will immediately send an invoice to the customer with prorations. I'd recommend trying this in test mode first with a test subscription to make sure you get the behavior you want.
ok