#Ale_
1 messages · Page 1 of 1 (latest)
I have the Stripe CLI listening to my local api, but I had to make some changes and now I want to test it but with the same event that was triggered before, is there a way to fire again the same event from the dashboard or from the CLI itself?
Hi, you can resend your webhook events by the following two ways.
You can resend the event via the Dashboard. This works for up to 15 days after the event creation and to resend the event, you’d go to the event you’d like to resend on the Dashboard [0] > under the ‘Webhook attempts’ section, you’ll click on ‘Resend’:
Alternatively, you can use the Stripe CLI, https://stripe.com/docs/cli/events/resend. You’ll need to pass --webhook-endpoint=we_123xyz and it works for events up to 30 days old.
Thank you!