transaction.cleared
PlannedDelivered inside the standard event envelope — see data below for this type's payload shape.
Planned — not yet emitted
transaction.cleared 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
amountobjectrequired
+ show properties− hide properties
amount_minorintegerrequired
currencystringrequired
Example delivery
{
"id": "uuid",
"type": "transaction.cleared",
"created_at": "date-time",
"data": {
"transaction_id": "string",
"amount": {
"amount_minor": 0,
"currency": "string"
}
}
}