每个集成都会执行一个配方:即您项目的 APIKey 中配置的功能组合。配方定义了 Unico 在每个流程中执行的操作,以及如何将结果整合为单一结果——您无需在自己一侧进行任何编排。
身份验证
| 配方 | 流程 | 功能 | 可能的 result |
|---|---|---|
| trust-decision | 欺诈风险分类 | inconclusive high-risk critical-risk denied |
| unico-id-decision | 身份验证 | approved inconclusive denied |
| unico-id-trust-decision | 身份验证 欺诈风险分类 | approved inconclusive high-risk critical-risk denied |
| idlive-idunico-decision | 活体检测 身份验证 | approved inconclusive denied |
| idlive-trust-decision | 活体检测 欺诈风险分类 | inconclusive high-risk critical-risk denied |
| idlive-unico-id-trust-decision | 活体检测 身份验证 欺诈风险分类 | approved inconclusive high-risk critical-risk denied |
以下流程仅适用于巴西客户端
通过概率风险评分减少不确定结果
| 配方 | 流程 | 功能 | 可能的 result |
|---|---|---|
| idunico-score-decision | 身份验证 风险评分 | approved inconclusive retry denied |
| idunico-trust-score-decision | 身份验证 风险评分 欺诈风险分类 | approved inconclusive retry high-risk critical-risk denied |
| idlive-idunico-score-decision | 活体检测 身份验证 风险评分 | approved inconclusive retry denied |
| idlive-idunico-trust-score-decision | 活体检测 身份验证 风险评分 欺诈风险分类 | approved inconclusive retry high-risk critical-risk denied |
| 配方 | 流程 | 功能 | 可能的 result |
|---|---|---|
| idage-decision | 年龄验证 | approved inconclusive denied |
| idlive-idage-decision | 活体检测 年龄验证 | approved inconclusive denied |
解读结果
无论您的 APIKey 运行哪种配方,最终都会归结为相同的 idCloud.result 值——无需针对每项功能单独解读其输出:
| idCloud.result | Meaning | Recommended action |
|---|---|---|
| approved | Real person and validated identity. | Proceed with the flow. |
| denied | Identity not validated, liveness check failed, or extreme risk identified. | End the flow or redirect to an alternative flow. |
| critical-risk | Critical risk level identified. | End the flow or route to manual review. |
| high-risk | High risk level identified. | Route to manual review or an alternative flow. |
| retry | Insufficient capture or score to evaluate. | Ask the user for a new capture. |
| inconclusive | Not enough evidence for a verdict. | Route to manual review or an alternative flow. |
请联系您的 Unico 项目负责人——配方可以根据您的场景进行组合与定制。