Delivery #101
The event ID and payload stay stable across automatic retries and manual replays.
| Endpoint | Production billing |
|---|---|
| Status | Delivered |
| Attempt | #1 |
| Response | HTTP 200 |
| Sent | Aug 9, 2026 at 2:02 PM |
This exact JSON body is signed and reused for every attempt and replay.
{
"id": "evt_01J4INVPAID",
"type": "invoice.paid",
"created_at": "2026-08-09T14:02:00Z",
"data": {
"invoice": {
"id": "inv_5821",
"amount_due": 4900,
"currency": "usd"
}
}
}