Skip to content

Trigger command

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:

$ stripe trigger

Clone this wiki locally