Delivery #103
The event ID and payload stay stable across automatic retries and manual replays.
| Endpoint | Staging billing |
|---|---|
| Status | Retrying |
| Attempt | #2 |
| Response | HTTP 503 |
| Sent | Aug 9, 2026 at 1:58 PM |
This exact JSON body is signed and reused for every attempt and replay.
{
"id": "evt_01J4INVCREATED",
"type": "invoice.created",
"created_at": "2026-08-09T13:58:00Z",
"data": {
"invoice": {
"id": "inv_5822",
"amount_due": 12900,
"currency": "usd"
}
}
}