#nacho-event-expiry

1 messages · Page 1 of 1 (latest)

surreal socket
#

Hey @warped ginkgo Event objects are available for 30 days after creation then they get deleted

warped ginkgo
#

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 :/

surreal socket
#

After deleting them, we keep a smaller version with only a few properties and those are never available in the API

warped ginkgo
#

I need already found the events

#

how can I resend them?

#

they're all from Aug 1st at 2am UTC

surreal socket
#

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

warped ginkgo
#

I see

#

can I use it with the production webhook endpoint id?

surreal socket
#

You can try and see if it works

warped ginkgo
#

🙂

#

FYI, it worked

#

thanks