Skip to main content

commission.cancelled

When this event fires

A commission is cancelled and removed from payout eligibility.

Delivery semantics

  • Delivered to enabled workspace outbound webhook subscriptions that include this trigger.
  • Signed with webhook signature headers.
  • Can be retried; receiver must handle idempotency.

Receiver checklist

  1. Verify signature.
  2. Check freshness window.
  3. Deduplicate by delivery/event identifier.
  4. Process atomically and return deterministic status.
  • /api-reference/webhooks/event-types
  • /developer/webhook-signatures-and-idempotency