stripe
webhook testing
In WSL:
- start
stripe-cli
docker run --rm -it --add-host host.docker.internal:host-gateway --entrypoint=/bin/sh stripe/stripe-cli stripe login stripe listen --forward-to <your-local-ip-address>:<your-local-port>/stripe_webhook
- copy the webhook secret output from
stripe listen
intoSTRIPE_WEBHOOK_SECRET
or similar