Skip to main content

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

ParameterTypeRequiredDescription
identityIdlongYesIdentity document ID
commentstringNoApproval 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

See Also