#Stone.D-webhooks
1 messages · Page 1 of 1 (latest)
hello! there's two ways to go about this. You can either
- use services like ngrok [0] which creates a tunnel to your localhost server and provides a public endpoint to use instead.
- use the Stripe CLI which can receive events and then forward it to your localhost webhook server endpoint using the --forward-to flag. [1]
[0] https://ngrok.com/
[1] https://stripe.com/docs/cli/listen#listen-forward-to