RejectIdentityDocumentCommand
Overview
Rejects a submitted identity document with reason. Customer must resubmit valid documentation.
Status: 📝 Documentation in progress
Command Structure
{
"cmd": "RejectIdentityDocumentCommand",
"data": "{\"identityId\":45,\"comment\":\"Document image is blurry and unreadable\"}"
}
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
identityId | long | Yes | Identity document ID |
comment | string | Yes | Rejection reason (mandatory) |
Common Rejection Reasons
- Document image blurry or unreadable
- Document expired
- Information doesn't match application
- Suspected fraud or tampering
- Wrong document type submitted
Effects
- Sets verification status to REJECTED
- Blocks loan approval until valid document submitted
- Sends notification to customer with rejection reason
- Customer can resubmit with CreateIdentityDocumentCommand
Related Commands
- CreateIdentityDocumentCommand - Submit/resubmit document
- ApproveIdentityDocumentCommand - Approve document
- GetCustomerIdentityDetailsQuery - View documents