ledger.entry.posted
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
transfer_idstringrequired
entry_idsarray of stringrequired
posted_atstring (date-time)required
Example delivery
{
"id": "uuid",
"type": "ledger.entry.posted",
"created_at": "date-time",
"data": {
"transfer_id": "string",
"entry_ids": [
"string"
],
"posted_at": "date-time"
}
}