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
Payment Events
Create
Resource Type: Payment
Action: Create
Changes
paymentStatus
paymentType
createdAt
- ISO 8601 date-time format
Transaction Events
Resource Type: Transaction
Create
Action: Create
Changes
transactionStatus
transactionType
createdAt
- ISO 8601 date-time formatpaymentId
- UUIDamount
- Decimal number as stringcryptoAmount
- Decimal number as stringreturnCode?
- string (Optional)transactionHash?
- string (Optional)price?
- Decimal number as string (Optional)
Update
Action: Update
Changes
transactionStatus
transactionType
createdAt
- ISO 8601 date-time formatpaymentId
- UUIDamount
- Decimal number as stringcryptoAmount
- Decimal number as stringupdatedAt
- ISO 8601 date-time formatreturnCode?
- string (Optional)transactionHash?
- string (Optional)price?
- Decimal number as string (Optional)
Updated 2 months ago