Skip to content

MngRejectKycStep

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

Requires set_customers. Access is checked through the step's linked customer brand/desk scope. Reviewer manager id is taken from the resolved staff manager id.

Request

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

Response

{
  "accepted": true
}