This event fires when auto-reload charges your payment method and credits the workspace balance.

Payload

{
  "id": "evt_xxxxx",
  "event": "billing.auto_reload_success",
  "timestamp": "2026-03-28T09:00:30Z",
  "data": {
    "amount_added": 50.00,
    "currency": "EUR",
    "balance": {
      "free": 54.82,
      "reserved": 1.18,
      "total": 56.00
    },
    "payment_method": "credit_card",
    "reloaded_at": "2026-03-28T09:00:30Z"
  }
}
Auto-reload restores balance but does not automatically resume paused campaigns. Resume via POST /v1/campaigns/{id}/resume.