stripe
officialscriptableproductivitybrew
Stripe · Webhook testing, payments debugging, and local dev from the terminal.
$ brew install stripe/stripe-cli/stripeOne-liner to try
$ stripe login && stripe listen --forward-to localhost:3000/api/webhooksAgent pack
Quick reference
Install
brew install stripe/stripe-cli/stripeVerify
stripe --helpFirst command
stripe login && stripe listen --forward-to localhost:3000/api/webhooksMachine JSON
/cli/stripe.jsonAbout
The official CLI from Stripe. Webhook testing, payments debugging, and local dev from the terminal. Supports structured output — good for scripts and agents.
Example workflow
1. stripe login && stripe listen --forward-to localhost:3000/api/webhooks