Events
Webhook Structure
| Field | Data Type | Description |
|---|---|---|
tenantId | guid | tenant id |
action | string | description of the event that triggered the webhook |
id | guid | unique id of the webhook |
resourceId | guid | id of the object related to the "resourceType" |
resourceType | string | API object related to the triggered event |
createdAtUtc | date time | time of webhook creation |
changes | object | event specific data |
Identity Events
Resource Type: Identity
Create
Action: Create
Changes
- Empty object
Update
Action: Update
Changes
complianceStatus?- (Optional)rejectionReasons?- Array of strings (Optional)
Document Events
Create
Resource Type: Document Action: Create
Changes
- Empty object
Transaction Events
Resource Type: Transaction
Create
Action: Create
Changes
transactionStatustransactionTypecreatedAt- ISO 8601 date-time formatpaymentId- UUIDreturnCode?- string (Optional)transactionHash?- string (Optional)
Update
Action: Update
Changes
transactionStatustransactionTypecreatedAt- ISO 8601 date-time formatpaymentId- UUIDupdatedAt- ISO 8601 date-time formatreturnCode?- string (Optional)
Updated about 2 months ago