Test Stripe locally

Install the stripe cli locally:

brew install stripe/stripe-cli/stripe
stripe login
stripe listen --forward-to localhost:4000/webhook

Last updated