Payload
Available balance after all active holds.
Balance held for in-flight messages not yet settled.
The configured low-balance threshold that triggered this alert.
Fired when free balance falls below the low-balance threshold set in the dashboard.
{
"id": "evt_xxxxx",
"event": "billing.balance_low",
"timestamp": "2026-03-28T09:00:00Z",
"data": {
"balance": {
"free": 4.82,
"reserved": 1.18,
"total": 6.00
},
"threshold": 5.00,
"currency": "EUR"
}
}