Skip to content

settlement.position.created

Planned

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

Planned — not yet emitted

settlement.position.created 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

position_idstringrequired
amountobjectrequired
+ show properties
amount_minorintegerrequired
currencystringrequired

Example delivery

{
  "id": "uuid",
  "type": "settlement.position.created",
  "created_at": "date-time",
  "data": {
    "position_id": "string",
    "amount": {
      "amount_minor": 0,
      "currency": "string"
    }
  }
}