v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBKYC > Verification (Profile-Based)
Make User Profile Decision with Risk Scoring
Trigger a decision calculation or risk scoring for a previously created user profile using the specified template.
post/verify/make_user_decision_with_risk_scoring
Request body
Example request
{
"user_profile_id": "123e4567-e89b-12d3-a456-426614174000",
"template_id": "b7daff11-9d1c-4916-bf5a-96e3041a9625"
}Response
Successful operation
Example response
{
"status": "COMPLETED"
}