Skip to main content
Ingest lets you push events from your PSP, acquirer, or middleware into Clausum for enrichment, audit, and optional assess triggers — complementary to real-time assess (which you call at checkout).

When to use ingest vs assess

Assess does not replace ingest for full transaction lifecycle; many merchants use both.

Create an ingest key

  1. Dashboard → Conexiones → Entrada (webhooks)
  2. Create Webhook ingest key → prefix clm_wh_*
  3. Store the secret (shown once)
Ingest keys (clm_wh_*) are not partner secret keys (clm_sk_*). Using the wrong key returns 401.

Ingest endpoint

Example payload

Clausum normalizes known fields and attaches the event to your organization scope.

Security

  • HTTPS only in production
  • Rotate ingest keys from Conexiones if compromised
  • Do not expose clm_wh_* in browser code — server-side only

Monitor

Conexiones → Monitor shows recent partner API activity. For outbound deliveries from Clausum to your servers, use the delivery log on the Entrada (webhooks) tab.