You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graham Scott edited this page Aug 10, 2026
·
10 revisions
The CLI will allow you to trigger a few test webhook events to conduct local testing. These test webhook events are real objects on the API and may trigger other webhook events as part of the test (e.g. triggering payment_intent.succeeded will also trigger payment_intent.created).
The webhook events we currently support are listed in the CLI ($ stripe help trigger) or in the list below.
To trigger an event, run:
$ stripe trigger <event>
Supported events
Run the trigger command for an up-to-date list of supported events: