Interact with a Stripe account. More information: https://github.com/stripe/stripe-cli.
stripe logs tail
charge.succeeded
and forwarding them to localhost:3000/events: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