All HTTP examples use
$CLAUSUM_API_BASE — the API hostname your organization receives from Clausum support. For sandbox trials this is often https://sandbox.clausum.ai. See Access & environments.Prerequisites
Create a Clausum account
Sign in to the sandbox application and complete onboarding for your organization.
Generate API keys
Go to Integraciones → Claves de integración and create:
- Checkout (browser) — for the Browser SDK (
clm_pub_...). - Server (backend) — for your API only (
clm_sk_...).
clm_wh_...), used only for webhook ingest.1. Assess a transaction
Send transaction details to the assessment endpoint before you capture the payment.decision and a risk_score from 0–100:
2. Enforce the decision
Map the decision to an action in your checkout. See Risk decisions for the full model.3. Report fraud when it happens
When a chargeback or confirmed fraud arrives, report it. Clausum opens a case, blocklists the offending email / card BIN / IP, and notifies the chain.4. Receive webhooks
Add a webhook endpoint in the dashboard and subscribe to events. Clausum signs every delivery so you can verify authenticity — see Receiving webhooks.Next steps
Getting started (dashboard)
Onboarding, simulation, and panel on sandbox.
Real-time assessment
Best practices for the signals you should send.
Browser SDK
Capture device and behavioral signals automatically.
Blocklists
Manage emails, IPs, BINs, devices, and more.
Webhook events
The full catalog of events you can subscribe to.