#nacho-event-expiry
1 messages · Page 1 of 1 (latest)
Hey @warped ginkgo Event objects are available for 30 days after creation then they get deleted
cool, how can I see them in the dashbboard?
I need to find 4 events among 400, all of them are for the same event type and date
so the dashboard isn't really helpful to find them :/
After deleting them, we keep a smaller version with only a few properties and those are never available in the API
I need already found the events
how can I resend them?
they're all from Aug 1st at 2am UTC
you can't resend events that are > 15 days old. So you'll have to handle it yourself with your own code mostly. Use https://stripe.com/docs/api/events/retrieve to fetch the json/data and then either send it manually to your own endpoint or write code to ingest those
I see
and what about https://stripe.com/docs/cli/events/resend?
can I use it with the production webhook endpoint id?
You can try and see if it works