#dr.schuego
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sure, req_szch7djVcWE09k
Yeah I'd guess this is just a nuanced behaviour and should always assume current_period_start + 1
Thanks for the very quick response. Unfortunately, as it only seems to appear after an automatic subscription renewal, it was very hard for our tests to catch this (i.e. we caught it by chance). We have some webhook processing in place, which would then have been broken after a month.
Maybe the documentation should mention that the timestamp needs to be strictly greater? However, ideally the API would behave consistently, so always either => or >.
Sure, I can relay that feedback