> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clausum.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Notable changes to the Clausum API, dashboard, and SDK

<Update label="2026-07" description="RC1 — Payout, PSP, webhooks, API 1.3.0">
  ## Partner API 1.3.0

  * **Payout assess** — `POST /api/v1/assess/payout` for SPEI, wires, and treasury disbursements.
  * **Amount model** — decimal major units preferred (`139.98`); legacy integer cents still supported with deprecation header.
  * **Field catalog** — `GET /api/v1/assess` and `GET /api/v1/assess/payout` return segment field requirements and resilience metadata.
  * **Assess resilience** — `503 ASSESS_MAINTENANCE`, `504 ASSESS_TIMEOUT`, idempotency via `order_id` / `Idempotency-Key`.
  * **PSP submerchants** — dashboard registry + `submerchant_id` on pay-in assess.

  ## Webhooks

  * Unified outbound catalog (**11 events**): `transaction.created`, `transaction.blocked`, `case.created`, …
  * `transaction.created` on approve / review / challenge; `transaction.blocked` on decline.
  * **Stripe inbound v2** — `POST /api/webhooks/stripe` via unified provider processor.
  * Delivery monitor and sandbox vs production URLs in **Conexiones → Entrada (webhooks)**.

  ## Blocklists

  * **`flow_scope`**: `payin` | `payout` | `all`.
  * Payout types: `clabe`, `iban`, `account_hash`, `swift_bic`, `beneficiary_id`.

  ## Dashboard

  * **Conexiones** hub replaces legacy Integraciones navigation (Empezar, Prevención SDK, Entrada, Claves API, Monitor).
  * Enterprise onboarding segments: comercio, PSP, banco.

  ## Documentation

  * Segment-based integration paths: [Merchant](/segments/merchant), [PSP](/segments/psp), [Bank](/segments/bank)
  * [Capability catalog](/concepts/capabilities) — modules × client type
  * New guides: [Payout assessment](/guides/payout-assessment), [PSP submerchants](/guides/psp-submerchants), [Stripe webhooks](/guides/stripe-webhooks), [Assess resilience](/guides/assess-resilience).
</Update>

<Update label="2026-05" description="Dashboard panel, simulation & team">
  ## Dashboard & operations

  * **Panel** with protection KPIs and approval-rate trends.
  * Time filters **24 h**, **7 d**, **30 d** aligned to browser timezone.
  * **Simulación** for safe scenario testing.
  * **Equipo** invitations and role-based access ([Roles & permissions](/concepts/roles-and-permissions)).
</Update>

<Update label="2026-05" description="Partner API & dashboard keys">
  ## Partner API (enterprise)

  * Unified auth, errors, rate limits, and CORS on partner routes.
  * Partner keys (`clm_pub_*`, `clm_sk_*`) from Conexiones.
  * Browser SDK handles structured errors and HTTP 429.
</Update>

<Update label="2026-05" description="API v1.0.0">
  ## API v1.0.0

  * Real-time assess via `POST /api/v1/assess`.
  * Fraud reporting with automatic cases and blocklists.
  * Outbound webhooks with HMAC signatures.
  * Event ingestion via `POST /api/webhooks/ingest`.
</Update>

<Note>
  Feedback or feature requests: [api@clausum.ai](mailto:api@clausum.ai).
</Note>
