Application Events
Application status change notifications.
Event Status
ACTION_REQUIRED- Additional information required (notification sent)REJECTED- Application rejected (notification sent)APPROVED- Application approved (notification sent)
Event Payloads
- ACTION_REQUIRED
- APPROVED
- REJECTED
{
"id": "event_c4b2c210-ce32-41d4-a9a1-cfad4fdf191c",
"event_type": "APPLICATION",
"position": "CJO1fxACGAAgADAB",
"timestamp": "2025-03-29T07:02:33.200962333Z",
"payload": {
"client_request_id": "ndjanww3004abe894b51244560kmdcd",
"application_id": "d44caf9eb12d4abe894b529699059ec5",
"biz_type": "ACCOUNT_CREATE",
"status": "ACTION_REQUIRED",
"reason": "Additional documents required",
"resubmission_codes": "OCR_SUSPENDED,CIP_SUSPENDED",
"timestamp": "2025-11-21T06:27:43.312Z"
}
}
{
"id": "event_c4b2c210-ce32-41d4-a9a1-cfad4fdf191c",
"event_type": "APPLICATION",
"position": "CJO1fxACGAAgADAB",
"timestamp": "2025-03-29T07:02:33.200962333Z",
"payload": {
"client_request_id": "ndjanww3004abe894b51244560kmdcd",
"application_id": "d44caf9eb12d4abe894b529699059ec5",
"biz_type": "ACCOUNT_CREATE",
"account_id": "2IGGOKU75FOS64KKIL50QPUNI8",
"account_number": "CVU53AU2",
"status": "APPROVED",
"reason": "",
"timestamp": "2025-11-21T06:27:43.312Z"
}
}
{
"id": "event_c4b2c210-ce32-41d4-a9a1-cfad4fdf191c",
"event_type": "APPLICATION",
"position": "CJO1fxACGAAgADAB",
"timestamp": "2025-03-29T07:02:33.200962333Z",
"payload": {
"client_request_id": "ndjanww3004abe894b51244560kmdcd",
"application_id": "d44caf9eb12d4abe894b529699059ec5",
"biz_type": "ACCOUNT_CREATE",
"status": "REJECTED",
"reason": "Incomplete documentation",
"timestamp": "2025-11-21T06:27:43.312Z"
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique event identifier |
position | string | Cursor for event replay; re-pushes subsequent events within the current business type. |
event_type | string | Event type, fixed as APPLICATION |
timestamp | string | Event timestamp in ISO 8601 format |
payload | object | Event payload data |
Payload Fields
| Field | Type | Description |
|---|---|---|
client_request_id | string | Client-generated unique request identifier for idempotency |
application_id | string | Unique application identifier |
biz_type | string | Business type (e.g., ACCOUNT_CREATE) |
status | string | Application status ( ACTION_REQUIRED, REJECTED, APPROVED) |
reason | string | Reason for the current status (may be empty) |
timestamp | string | Timestamp for the payload in ISO 8601 format |
resubmission_codes | string | (Present when status is ACTION_REQUIRED) Supplementary materials template identifiers, multiple templates separated by ',' |