Delivery #104
The event ID and payload stay stable across automatic retries and manual replays.
| Endpoint | Staging billing |
|---|---|
| Status | Delivered |
| Attempt | #1 |
| Response | HTTP 200 |
| Sent | Aug 8, 2026 at 9:15 AM |
This exact JSON body is signed and reused for every attempt and replay.
{
"id": "evt_01J4STGINVPAID",
"type": "invoice.paid",
"created_at": "2026-08-08T09:15:00Z",
"data": {
"invoice": {
"id": "inv_5810",
"amount_due": 4900,
"currency": "usd"
}
}
}