Delivery #102
The event ID and payload stay stable across automatic retries and manual replays.
| Endpoint | Production billing |
|---|---|
| Status | Failed |
| Attempt | #3 |
| Response | HTTP 500 |
| Sent | Aug 9, 2026 at 1:40 PM |
This exact JSON body is signed and reused for every attempt and replay.
{
"id": "evt_01J4PAYFAIL",
"type": "payment.failed",
"created_at": "2026-08-09T13:40:00Z",
"data": {
"payment": {
"id": "pay_9931",
"reason": "card_declined"
}
}
}