Guides
Guide: react to events with webhooks
POST /v1/webhooksto register- Verify every request using
HMAC_SHA256(secret, ts + "." + raw_body) - Store
event.idto stay idempotent
POST /v1/webhooks to registerHMAC_SHA256(secret, ts + "." + raw_body)event.id to stay idempotent