Stripe
Payments and checkout event webhooks
Endpoint path: /webhooks/stripe
Documentation
Ejecuta receptores webhook locales con HTTPS estable y buenas practicas por proveedor.
Use the in-app command center on /dashboard or /dashboard/tunnels for provider presets with replay and signature verification helpers.
init, verify, and test CLI commands.Use the MCP + webhook troubleshooting matrix for symptom-to-fix mapping with copy-ready checks.
Open /docs/troubleshootingGenera comando, URL webhook y valores para copiar en el proveedor.
Ejecutar InstaTunnel
instatunnel 3000 --subdomain stripe-devURL webhook
https://stripe-dev.instatunnel.my/webhooks/stripe| Campo del proveedor | Valor para pegar | Notas |
|---|---|---|
| Endpoint URL | https://stripe-dev.instatunnel.my/webhooks/stripe | Stripe Dashboard > Developers > Webhooks |
| Events to send | checkout.session.completed, payment_intent.succeeded | Limit to only what your app handles |
| Signing secret | whsec_... | Copy from endpoint details and set STRIPE_WEBHOOK_SECRET |
| API version | Latest stable | Use one version consistently in staging and prod |
Consejo: usa un subdominio estable por proveedor para no reconfigurar el panel.
Payments and checkout event webhooks
Endpoint path: /webhooks/stripe
Repository and organization event webhooks
Endpoint path: /webhooks/github
Store event webhooks for orders, customers, products
Endpoint path: /webhooks/shopify
SMS/voice callback webhooks
Endpoint path: /webhooks/twilio/sms
Payment event webhooks and simulator testing
Endpoint path: /webhooks/paypal
The webhook docs now include both UI copy helpers and CLI webhook commands, so teams can choose the fastest workflow without losing provider-specific guidance.
instatunnel webhook init --provider ...instatunnel webhook verify --provider ... --secret-env ...instatunnel webhook test --provider ...curl -i -X POST "https://YOUR-SUBDOMAIN.instatunnel.my/..." --data-binary @sample.json