Skip to main content

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

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

See Also