#RicardoNeto
1 messages · Page 1 of 1 (latest)
Basically it would be to resend the event evt_1MaI0IJh9ZHcVWh9DE9S96kN referring to the creation of the parcel.
But I couldn't find a route to list the plot's events to catch the creation event and be able to resend
Hey there, yes you can resend webhook events as long as they fall within the 30d retention window
you can do this using the CLI resend function:
https://stripe.com/docs/cli/events/resend
Thanks for the feedback.
Wouldn't I be able to perform this action via the API route?
No, that's not available. The CLI is the only way to do this.
Can I call CLI via PHP function?
Potentially, I'm not really sure. It's mostly meant for local use via terminal
I understood. Thanks a lot for the help.
I think it's better if I collect the invoice data and create it manually in my application, as the webhook may not be found due to the 30-day deadline.