MngApproveKycStep¶
Approves a KYC step, recalculates the profile, updates customer aggregate KYC fields and emits kyc.step.approved workflow trigger.
Request¶
{
"command": "MngApproveKycStep",
"data": {
"id": 10,
"comment": "Document and questionnaire accepted"
}
}
Response¶
{
"accepted": true
}