ApproveIdentityDocumentCommand
Overview
Approves a submitted identity document after verification. Updates KYC status and allows loan processing to continue.
Status: 📝 Documentation in progress
Command Structure
{
"cmd": "ApproveIdentityDocumentCommand",
"data": "{\"identityId\":45,\"comment\":\"ID verified successfully\"}"
}
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
identityId | long | Yes | Identity document ID |
comment | string | No | Approval notes |
Effects
- Sets verification status to APPROVED
- Updates KYC status for identity verification
- Triggers approval workflow notifications
- Allows loan to progress if all KYC complete
Related Commands
- CreateIdentityDocumentCommand - Submit identity document
- RejectIdentityDocumentCommand - Reject document
- GetCustomerIdentityDetailsQuery - View documents