Report fraud against your assigned API host (
$CLAUSUM_API_BASE). See Access & environments.What happens on report
1
Transaction flagged
The matching transaction is marked
is_fraudulent with the reason and timestamp.2
Case opened
A case (expediente) is created with a generated
reference_number, priority derived from amount and reason, and a mapped incident type.3
Blocklists updated
The offending email (
block), card BIN (flag, for card testing / friendly fraud), and IP (block) are added to your blocklists and linked to the case.4
Chain notified
Email alerts go to the configured participants (merchant, acquirer, issuer, compliance) and the
fraud.detected webhook fires.Authentication
Requires a secret key with thefraud:report permission.
Identify the transaction
Provide one of these to reference an existing transaction:transaction_id— Clausum internal transaction UUID.payment_id+provider— e.g.pi_3Nxyz+stripe(same id as assesspayment_id).external_transaction_id+provider— deprecated alias ofpayment_id.
amount + email) and Clausum creates one.
Examples
Reasons
Controlling notifications
Use thenotify object to decide which parties are alerted. Attach evidence with evidence_urls.