Racecamp
Back to Legacy order sync

charge.refunded

Delivery #105

Delivery summary

The event ID and payload stay stable across automatic retries and manual replays.

EndpointLegacy order sync
StatusDelivered
Attempt#1
ResponseHTTP 200
SentAug 6, 2026 at 9:12 AM

Event payload

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"
    }
  }
}