#bennie-webhook
1 messages · Page 1 of 1 (latest)
yeah
- Stripe uses the exponential backoff logic https://stripe.com/docs/webhooks/best-practices#retry-logic;
It is a smart retry and it depends on a lot of factors - each event will contain a next_attempt information on https://dashboard.stripe.com/test/events
hi Bennie, I am still here
what is your question? are you asking if that is the retry time?
"Period_end" assignment error
"Period_end" assignment error,should be 1632552663
I don't quite understand what you mean.
what event are you looking at and why you think it should be 1632552663?
Yeah, that looks like a bug; but to get the subscription start / end date, you should use the subscription.current_period_start and subscription.current_period_end instead
let me feed back to the team
I want to add the original metadata of the "invoice.paid"
When will it be resolved, I am waiting for this feature
hi , Are you there
The team might need to take some time to resolve this. What feature are you trying to implement and any reason that you cannot leverage subscription.current_period_start and subscription.current_period_end instead ?
i need confirm subscription time.
subscription.current_period_start and subscription.current_period_end should serve the purpose of getting the subscription billing cycle. you don't really need to use the invoice.
ok