-
Notifications
You must be signed in to change notification settings - Fork 377
Trigger command
Kenneth Auchenberg edited this page Oct 30, 2019
·
9 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 help or on the wiki page.
To trigger an event, run:
$ stripe trigger <event>