Usage cap exceeded
Sent when a hard usage cap refuses the event. The ingest transaction rolled back: nothing was persisted and nothing was charged. Delivery is at-least-once; dedupe on `data.dedupeKey`.
Sent when a hard usage cap refuses the event. The ingest transaction rolled back: nothing was persisted and nothing was charged. Delivery is at-least-once; dedupe on data.dedupeKey.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The envelope for all webhook event deliveries. Contains the event type, timestamp, and the affected object in the data field.
Response Body
Example Requests
The envelope for all webhook event deliveries. Contains the event type, timestamp, and the affected object in the data field.
/usage.cap.exceededTerminal void succeeded Webhook
Sent when a card-present void is approved by the terminal. The original transaction has been reversed.
Usage event excluded Webhook
Sent when a usage event is considered by a meter but excluded by filter conditions. The event is not billable. Delivery is at-least-once; dedupe on `data.dedupeKey`.