Common

šŸ“¢ Account Notification

Event Types

Event TypeDescription
ACCOUNT.REGISTEREDAccount registration is the process of creating a new account in the system.

Resource Object

The resource payload will be a Object.

Example Payload

{
    "id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
    "apiVersion": "v3",
    "code": "000000",
    "message": "",
    "createTime": "1757659595371",
    "eventType": "ACCOUNT.REGISTERED",
    "resource": "..."
}

šŸ“¢ CDD Notification

Event Types

Event TypeDescription
KYB.UPDATEDKYB status change.
KYC.UPDATEDKYC status change

CDD Object

The resource payload will be a Object.

Example Payload

{
    "id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
    "apiVersion": "v3", 
    "code": "000000",
    "message": "",
    "createTime": "1757659595371",
    "eventType": "KYB.UPDATED",
    "resource": "..."
}