MngApproveKycStep¶
Approves a KYC step, recalculates the profile, updates customer aggregate KYC fields and emits kyc.step.approved 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": "MngApproveKycStep",
"data": {
"id": 10,
"comment": "Document and questionnaire accepted"
}
}
Response¶
{
"accepted": true
}