Common
š¢ Account Notification
Event Types
| Event Type | Description |
|---|---|
| ACCOUNT.REGISTERED | Account 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 Type | Description |
|---|---|
| KYB.UPDATED | KYB status change. |
| KYC.UPDATED | KYC 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": "..."
}