Skip to main content
For organization_type = banco: you operate core banking, switches, or treasury platforms. You typically integrate pay-in assess (when applicable) and payout assess before disbursements, plus institutional modules (cases, Clausum intelligence network).

Modules you need

Integration phases

1

Phase 1 — Core & keys

  1. Confirm SQL migrations for payout (079 blocklists flow_scope, 080 assess_flow) with your Clausum team.
  2. Conexiones → Claves APISecret keys (clm_sk_*) from core middleware only — never in channels.
  3. Document fail-open policy — Assess resilience.
2

Phase 2 — Payout prevention (primary)

Call assess before SPEI, wire, or internal transfer authorization:
  1. POST /api/v1/assess/payout with clm_sk_*.
  2. On declinedo not release funds; log session_id on the transfer record.
  3. Load CLABE/IBAN blocklists with flow_scope: payoutBlocklists.
  4. Test via POST /api/v1/simulation/payout in Dashboard.
Full playbook: Payout assessment.
3

Phase 3 — Pay-in (if applicable)

When your API exposes card or instant-payment acceptance:
  • POST /api/v1/assess with payment_id, customer_id as core references
  • order_id usually N/A outside e-commerce
  • Live fields: GET /api/v1/assessfield_requirements_by_segment.bank
4

Phase 4 — Webhooks & core reconciliation

  1. Outbound URL for transaction.created, transaction.blocked, case.created.
  2. Map session_id to core transaction ids.
  3. Optional ingest for switch events — Event ingestion.
5

Phase 5 — Operations & network

  1. Case management for expedientes and regulatory submission.
  2. Report fraud feeds blocklists automatically.
  3. If CLM-MOD-INST / intelligence add-ons: follow Clausum intelligence network — enable contribution in Inteligencia, request CLM-ADD-NET-C for consume.
  4. UAT on cert.clausum.ai when provided for sign-off.

Required assess fields

Pay-in (POST /api/v1/assess)

Payout (POST /api/v1/assess/payout)

Live catalog: GET /api/v1/assess/payout.

Payout signals to expect

Go-live checklist

  • Migrations 079 + 080 applied in production Supabase
  • Payout blocklists loaded with correct flow_scope
  • Core calls assess synchronously before transfer release
  • 503 / 504 fallback approved by risk committee
  • Cases workflow and roles configured
  • Certification UAT completed on assigned stage host

Payout assess

Disbursement API

Blocklists

flow_scope and payout types

Cases

Expedientes

Intelligence network

Contribute & consume signals

All capabilities

Module catalog