{
"event": {
"id": "29ceb6c4-4849-4312-9b2b-5e8360647da0",
"event_reference_id": "f9e1b162-8a05-4611-9e13-f38e0eb24a29",
"type": "customer.status",
"created_at": "2026-01-18T09:08:18.66348Z",
"sandbox_mode": true
},
"data": {
"customer_id": "f9e1b162-8a05-4611-9e13-f38e0eb24a29",
"customer_status": "QUEUED",
"email": "john.doe@acmecorp.com",
"first_name": "John",
"last_name": "Doe",
"type": "INDIVIDUAL",
"verification_type": "STANDARD"
}
}Triggered when a customer’s status changes during verification.
{
"event": {
"id": "29ceb6c4-4849-4312-9b2b-5e8360647da0",
"event_reference_id": "f9e1b162-8a05-4611-9e13-f38e0eb24a29",
"type": "customer.status",
"created_at": "2026-01-18T09:08:18.66348Z",
"sandbox_mode": true
},
"data": {
"customer_id": "f9e1b162-8a05-4611-9e13-f38e0eb24a29",
"customer_status": "QUEUED",
"email": "john.doe@acmecorp.com",
"first_name": "John",
"last_name": "Doe",
"type": "INDIVIDUAL",
"verification_type": "STANDARD"
}
}| Status | V1 Name | V2 Name | Description |
|---|---|---|---|
| Awaiting processing | QUEUED | PROCESSING | Verification request sent to the work processor |
| Under review | REVIEWING | REVIEWING | Customer verification is currently under review |
| Verified | APPROVED | APPROVED | Successfully verified and approved |
| Parties pending | ASSOCIATED_PARTIES_REMAINING | ASSOCIATED_PARTIES_REMAINING | Additional associated parties need verification |
| Paused | ON_HOLD | IN_COMPLIANCE | Verification paused for compliance review |
| Action needed | REINITIATE | ACTION_REQUIRED | New document upload required |
| Rejected | REJECTED | REJECTED | Customer verification rejected |
ACTION_REQUIRED (V2) is also set by the customer.rfi webhook, which includes a structured payload describing exactly which documents or fields are missing or invalid.