ledger.funds.issued
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
transfer_idstringrequired
issuance_account_idstringrequired
destination_account_idstringrequired
amountstringrequired
asset"EUR" | "GBP" | "USD"required
backing"synthetic"required
occurred_atstring (date-time)required
Example delivery
{
"id": "uuid",
"type": "ledger.funds.issued",
"created_at": "date-time",
"data": {
"transfer_id": "string",
"issuance_account_id": "string",
"destination_account_id": "string",
"amount": "string",
"asset": "EUR",
"backing": "synthetic"
}
}