#antoinestep
1 messages · Page 1 of 1 (latest)
👋 happy to help
is there a way to achieve this?
you can use the Stripe CLI to resend events up to 30 days
Use the command stripe events resend <event_id> --webhook-endpoint=<endpoint_id> for events up to 30 days old. This will work even for events that have never been sent to that endpoint before. If the webhook_endpoint flag is not set, the event will be re-sent to your local webhook endpoint (coming from stripe listen).
is there no way to do it from the dashboard?
no unfortunately after 15 days there isn't
any guide you can provide me on how to exactly do that from the CLI for a non technical person?