Local Development
Exposing Local Servers
Since webhooks need to reach your server from the internet, you’ll need to expose your local development server publicly.Using Cloudflare Tunnels
Cloudflare Tunnels provide a free way to securely expose your local development server to the internet without requiring account registration or opening firewall ports:Debugging Common Issues
Webhooks Not Arriving
- Check URL accessibility – Ensure your endpoint is publicly accessible
- Verify HTTPS – Webhook URLs must use HTTPS
- Check firewall settings – Allow incoming connections to your webhook port
- Review event filters – Ensure you’re subscribed to the correct event types
Signature Verification Failing
- Check the secret key – Ensure you’re using the correct secret
- Verify raw body usage – Make sure you’re using the raw request body: