MngRequireKycStep¶
Creates or reuses a customer KYC profile and attaches an active required step from a step template.
Request¶
{
"command": "MngRequireKycStep",
"data": {
"customer_id": 100,
"brand": "default",
"step_code": "proof_id",
"level": 1,
"reason": "deposit_threshold",
"source": "workflow"
}
}
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
customer_id |
int | Yes | Customer id |
brand |
string | Yes | Brand namespace |
step_code |
string | Yes | Template code |
level |
int | No | Override/required level |
reason |
string | No | Audit reason |
source |
string | No | Source marker, for example workflow |
Response¶
{
"accepted": true
}