POST with JSON body and HMAC signature headers. See Receiving webhooks for verification and handling.
Event catalog (11 events)
Subscribe only to events your backend will handle — the dashboard checkbox list matches this catalog exactly.
Payload examples
transaction.created (assess approve / review / challenge)
transaction.blocked (assess decline)
fraud.detected (report-fraud)
transaction_id is the Clausum internal UUID. Merchant references use order_id / payment_id from assess.
Signature headers
Every delivery includes:Delivery & retries
- Time out your handler quickly; respond
2xxand process asynchronously. - Failed deliveries are retried via background jobs (typically every few minutes).
- Monitor recent attempts in Conexiones → Monitor → Entregas webhook salientes.