Racecamp
Back to Production billing

invoice.paid

Delivery #101

Delivery summary

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

EndpointProduction billing
StatusDelivered
Attempt#1
ResponseHTTP 200
SentAug 9, 2026 at 2:02 PM

Event payload

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