stripe

Interact with a Stripe account. More information: https://github.com/stripe/stripe-cli.

stripe logs tail

stripe listen --events="charge.succeeded" --forward-to="localhost:3000/events"

stripe trigger charge.succeeded

stripe customers create --email="test@example.com" --name="Jenny Rosen"

stripe listen --print-json