Skip to content

MngRejectKycStep

Rejects a KYC step, recalculates the profile, updates customer aggregate KYC fields and emits kyc.step.rejected workflow trigger.

Request

{
  "command": "MngRejectKycStep",
  "data": {
    "id": 10,
    "reason": "DOCUMENT_NOT_CLEAR",
    "comment": "Please upload a clearer image"
  }
}

Response

{
  "accepted": true
}