Skip to content

clearing.exception.raised

Planned

Delivered inside the standard event envelope — see data below for this type's payload shape.

Planned — not yet emitted

clearing.exception.raised is catalogued — its schema and shape below are the committed contract — but no producer emits it yet. Subscribing to it is safe (it will simply never fire today); building a consumer against it now means the consumer sits idle until the producing service ships.

Payload

transaction_idstringrequired
reasonstringrequired

Example delivery

{
  "id": "uuid",
  "type": "clearing.exception.raised",
  "created_at": "date-time",
  "data": {
    "transaction_id": "string",
    "reason": "string"
  }
}