Delivery #105
The event ID and payload stay stable across automatic retries and manual replays.
| Endpoint | Legacy order sync |
|---|---|
| Status | Delivered |
| Attempt | #1 |
| Response | HTTP 200 |
| Sent | Aug 6, 2026 at 9:12 AM |
This exact JSON body is signed and reused for every attempt and replay.
{
"id": "evt_01J4CHGREFUND",
"type": "charge.refunded",
"created_at": "2026-08-06T09:12:00Z",
"data": {
"charge": {
"id": "ch_2210",
"amount": 2900,
"currency": "usd"
}
}
}