Payload
failure_reason | Meaning |
|---|---|
card_declined | Payment declined by the card issuer |
insufficient_funds | Card has insufficient funds |
payment_method_expired | Card or SEPA mandate expired |
payment_method_missing | No payment method configured |
Fired when an automatic top-up fails, often due to payment or payment-method issues.
{
"id": "evt_xxxxx",
"event": "billing.auto_reload_failed",
"timestamp": "2026-03-28T09:00:30Z",
"data": {
"attempted_amount": 50.00,
"currency": "EUR",
"failure_reason": "card_declined",
"balance": {
"free": 4.82,
"reserved": 1.18,
"total": 6.00
},
"failed_at": "2026-03-28T09:00:30Z"
}
}
failure_reason | Meaning |
|---|---|
card_declined | Payment declined by the card issuer |
insufficient_funds | Card has insufficient funds |
payment_method_expired | Card or SEPA mandate expired |
payment_method_missing | No payment method configured |