Skip to main content

commission.created

Published when a commission is generated for a promoter following a signup or purchase conversion.

Event type: in.org.quicko.cliq.commission.created

Event Schema

FieldTypeDescription
idstring (uuid)Unique event ID
timestring (ISO 8601)Time the event occurred
specversionstringCloudEvents spec version
datacontenttypestringapplication/json
program_idstring (uuid)Program the commission belongs to
promoter_idstring (uuid)Promoter who earned the commission
sourcestringOriginating endpoint
typestringEvent type identifier
dataobjectEvent data (see below)
subjectstring (uuid)Commission ID

data

FieldTypeDescription
@entitystringin.org.quicko.cliq.commission
commission_idstring (uuid)ID of the generated commission
contact_idstring (uuid)ID of the contact whose action triggered the commission
conversion_typestringConversion that triggered the commission — signup or purchase
promoter_idstring (uuid)Promoter who earned the commission
link_idstring (uuid)Referral link associated with the conversion
amountnumberCommission amount earned
revenuenumberRevenue from the conversion (0 for signups)
created_atstring (ISO 8601)Commission creation timestamp
updated_atstring (ISO 8601)Commission last updated timestamp

Example Payload

{
"id": "ba1b2326-5c26-4ed8-b7fd-c3ffad43a5f5",
"time": "2026-04-06T06:23:08.397Z",
"specversion": "1.0",
"datacontenttype": "application/json",
"program_id": "930433e7-591c-4dda-a300-d3bfe17bd03d",
"promoter_id": "c06d4f0f-ccfb-4d6e-8bed-eea28460b698",
"source": "urn:in.org.quicko.cliq",
"type": "in.org.quicko.cliq.commission.created",
"subject": "eb8c32ce-7f3e-4fad-8b61-3c246ef69ba9",
"data": {
"@entity": "in.org.quicko.cliq.commission",
"commission_id": "eb8c32ce-7f3e-4fad-8b61-3c246ef69ba9",
"contact_id": "34fcf008-d537-409d-a10f-c9625bb5d8e7",
"conversion_type": "signup",
"promoter_id": "c06d4f0f-ccfb-4d6e-8bed-eea28460b698",
"link_id": "92f75eee-ecc8-47c4-87d9-dea983114fef",
"amount": 10,
"revenue": 0,
"created_at": "2026-04-06T06:23:08.309Z",
"updated_at": "2026-04-06T06:23:08.309Z"
},
"subject": "eb8c32ce-7f3e-4fad-8b61-3c246ef69ba9"
}