#kacper-wilczewski_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/1379047567110705204
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have the sub_xxx ID?
sub_1RBELXAvMHklk0lWQJY4wwSl
👋 happy to help
as you can see in the creation request https://dashboard.stripe.com/logs/req_TuGDajuJBFObJl you've set the billing_cycle_anchor as 2025-04-30 22:00:00 in UTC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
which explains why the the renewal happened 3hrs earlier than expected
all timestamps are passed in UTC
since you've created the subscription in the dashboard you must have chosen a time in your timezone instead of UTC
thank you very much for the quick response and explanation. I will look into this now, and if I have any further questions, I will ask them here in this thread. Please don’t close this thread yet. Thank you!
Is there any way to adjust the billing date for this subscription now, so it aligns with the first day of the month?