Every webhook is logged here before side effects run · 16 events · 5 blocked
Payment failure logged first, then routed to recovery automations and the demo DLQ.
{
"id": "evt_demo_invoice_failed_001",
"object": "event",
"type": "invoice.payment_failed",
"data": {
"object": {
"id": "in_3OrLkPa9F",
"customer": "cus_NwInd92",
"amount_due": 120000,
"currency": "usd",
"attempt_count": 1,
"last_payment_error": {
"code": "card_declined",
"decline_code": "do_not_honor"
},
"metadata": {
"account_domain": "northwind.com"
}
}
},
"created": 1781943668
}