Provider field mapping
| Public URL | https://your-subdomain.instatunnel.my/webhooks/stripe |
|---|---|
| Local port | Use the port from your local app command. |
| Success check | Always verify Stripe-Signature before any write or side-effect. |
High-intent workflow
Forward Stripe webhook events to localhost with stable HTTPS URLs, signature verification, and repeatable local QA workflows.
Payments teams validating checkout, subscription, and invoice event handlers.
stripe webhook localhost tunnel
Always verify Stripe-Signature before any write or side-effect.
Command
instatunnel webhook init --provider stripe --port 4242 --path /webhooks/stripePublic endpoint example
https://your-subdomain.instatunnel.my/webhooks/stripe| Public URL | https://your-subdomain.instatunnel.my/webhooks/stripe |
|---|---|
| Local port | Use the port from your local app command. |
| Success check | Always verify Stripe-Signature before any write or side-effect. |
If the provider cannot reach the endpoint, confirm the local app is running and restart the tunnel with the same subdomain.
If events arrive but fail verification, compare the exact public URL and signature secret configured in the provider dashboard.
If retries create duplicates, store the provider event ID before performing side effects.
Start free, validate locally, and upgrade when you need MCP, higher limits, or advanced analytics.