When to use ingest vs assess
Assess does not replace ingest for full transaction lifecycle; many merchants use both.
Create an ingest key
- Dashboard → Conexiones → Entrada (webhooks)
- Create Webhook ingest key → prefix
clm_wh_* - Store the secret (shown once)
Ingest endpoint
Example payload
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.Related
- Receiving webhooks — events from Clausum to you
- Stripe webhooks — first-class Stripe inbound
- Architecture — data flow overview