Skip to content

ledger.hold.placed

Live

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

Payload

hold_idstringrequired
account_idstringrequired
authorization_idstringrequired
amountstringrequired
asset"EUR" | "GBP" | "USD"required
availablestringrequired
occurred_atstring (date-time)required

Example delivery

{
  "id": "uuid",
  "type": "ledger.hold.placed",
  "created_at": "date-time",
  "data": {
    "hold_id": "string",
    "account_id": "string",
    "authorization_id": "string",
    "amount": "string",
    "asset": "EUR",
    "available": "string"
  }
}