Documentation

Guias de prueba de webhooks

Ejecuta receptores webhook locales con HTTPS estable y buenas practicas por proveedor.

Replay + Signature Helpers

Use the in-app command center on /dashboard or /dashboard/tunnels for provider presets with replay and signature verification helpers.

  • Generates tunnel command and exact webhook URL.
  • Provides copy buttons for init, verify, and test CLI commands.
  • Adds provider replay checklist and copyable replay curl template.
  • Shows required signature header and verification guidance per provider.

Need fast issue diagnosis?

Use the MCP + webhook troubleshooting matrix for symptom-to-fix mapping with copy-ready checks.

Open /docs/troubleshooting

Helper de configuracion webhook en un click

Genera comando, URL webhook y valores para copiar en el proveedor.

Ejecutar InstaTunnel

instatunnel 3000 --subdomain stripe-dev

URL webhook

https://stripe-dev.instatunnel.my/webhooks/stripe
Campo del proveedorValor para pegarNotas
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.

Playbooks por proveedor

Use Both Helpers Together

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.

Docs/UI helper

  • Generate tunnel URL and dashboard field values instantly.
  • Best when you need copy/paste values across provider consoles.
  • Stays aligned with provider docs updates.

CLI + replay/signature helper (live)

  • 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
  • Provider-specific replay and signature helper guidance in dashboard command center.
Guias de prueba de webhooks | InstaTunnel