Webhooks are delivered to a tenant-configured URL with signed headers.Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
| Header | Description |
|---|---|
Medera-Signature | sha256=<hmac> of the body using the per-tenant webhook secret |
Medera-Event | Event name |
Medera-Delivery-Id | Unique delivery ID — use for idempotency |
Medera-Timestamp | Delivery timestamp (verify within ±5 minutes) |
| Source | Verification |
|---|---|
| Vapi | HMAC-SHA256 (vapi-signature) via vapi_integration.py |
| Stripe | Stripe-Signature |
| Clerk | Svix HMAC (svix-id, svix-timestamp, svix-signature) |
| Payer | Per-payer HMAC secret |