ledger.hold.captured
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
hold_idstringrequired
account_idstringrequired
authorization_idstringrequired
transfer_idstringrequired
settlement_account_idstringrequired
amountstringrequired
asset"EUR" | "GBP" | "USD"required
availablestringrequired
occurred_atstring (date-time)required
Example delivery
{
"id": "uuid",
"type": "ledger.hold.captured",
"created_at": "date-time",
"data": {
"hold_id": "string",
"account_id": "string",
"authorization_id": "string",
"transfer_id": "string",
"settlement_account_id": "string",
"amount": "string"
}
}