#ere
1 messages · Page 1 of 1 (latest)
Hi there!
Yes that can happen because of timezones differences.
To solve this, make sure to setup subscriptions based on UTC time and not your own timezone.
Also, I recommend not setting the anchor at exactly 00:00, but at like 3 or 4 am to have some wiggle room.
I'm just wondering where the 24 hour difference comes from? Our timezone is EET so that is the test clock timezone. We get the next month 00:00 in our timezone and send it to Stripe as a timestamp (UTC) as required by the API
Because of timezone differences, you may think that a date is the 1st of the month, but it's actually one day earlier in our system that use UTC.
So we recommend to set the anchor at 3 or 4 am UTC time.
I see, I will try that thank you