Overview
The easiest way to wire up payments. Forward webhooks locally, trigger events by hand, hit the API from the shell — pair with the Agent to finish billing in one pass.
Features
- Forward webhooks to localhost
- Trigger arbitrary test events
- API exploration and debugging
- Login and multi-account
- Live log streaming
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ stripe listen --forward-to localhost:3000/webhookForward webhooks to localhost
$ stripe trigger payment_intent.succeededFire a test event
$ stripe customers list --limit 5List recent customers