Event Type | Description |
---|
kyc.created | A user's KYC details have been created. Provides details on submitted information |
{
"eventId": "69*****4-e07b-4b5b-8b2c-e8e****4d45",
"eventCd": "kyc.created",
"timestamp" : "2022-04-25T09:27:32.316Z",
"payload": {
"statusCd": "KYC_READY",
"statusDesc":"User is ready for KYC",
"action" : "created",
"custId": "10******e-bd1f-4fca-afa7-74a*****09fa",
}
}
Field | Type | Description |
---|
eventId | string | Unique Event Identifier |
eventCd | string | EventType |
timestamp | string | Time of the Queue Entry |
payload.custId | string | Customer Id |
payload.statusCd | string | Status of the KYC Event : KYC_READY |
payload.statusDesc | string | Status Description |
payload.action | string | Event Actions : created |
Updated about 2 years ago