Event triggered when a new commission is created for you.
Response body parameters
All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
The event ID.
The event type that triggered the webhook (e.g.,
commission.created).ISO 8601 timestamp when the webhook event was created.
Event-specific data containing detailed information about the event. The data object for the
commission.created event contains the following parameters:Show object parametersHide object parameters
Unique identifier for the commission.
Commission type (e.g. sale).
Sale/order amount in cents.
Commission earnings in cents.
Currency code (e.g. usd).
Commission status (e.g. pending).
Optional description (e.g. for manual commissions).
Quantity (e.g. number of items).
ISO 8601 timestamp when the commission was created.
The customer associated with the conversion.
Show customer objectHide customer object
Unique identifier for the customer.
Country code.
ISO 8601 timestamp when the customer was first seen.
ISO 8601 timestamp of the customer's first sale, if any.
ISO 8601 timestamp when the subscription was canceled, if any.