Returns normalized lifecycle events for the deposit account, ordered by occurred_at ASC (oldest first). Events are sourced from the existing bridge-webhook ingestion (virtual_account.activity). Cross-tenant ids surface 404. Per ONR-05.
Documentation Index
Fetch the complete documentation index at: https://docs.relayer.fi/llms.txt
Use this file to discover all available pages before exploring further.
Event list (may be empty)
Event row UUID (payout.deposit_account_events.id)
"b2c3d4e5-f6a7-8901-bcde-f23456789012"
Owning deposit account UUID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Bridge deposit id grouping events for a single transaction. Null pre-receipt.
"dep_01h5x..."
FE-stable normalized event type — switch on this in the timeline UI
received, scheduled, submitted, processed, refunded, in_review, unknown "received"
Raw Bridge event type verbatim from the webhook payload. Kept for debugging / future-proofing in case Bridge introduces a new event before NORMALIZED_EVENT_TYPES is updated.
"funds_received"
Optional sub-status from Bridge (e.g. payment processor state)
Decimal amount as a string (numeric column — stringified to avoid JS float precision loss).
"125.50"
ISO-3-letter currency code for the amount
"usd"
When the event happened (Bridge-supplied). Null if Bridge omitted it.