메인 콘텐츠로 건너뛰기
플로우

모든 통합은 레시피를 실행합니다. 즉 프로젝트의 APIKey에 구성된 기능의 조합입니다. 레시피는 Unico가 각 프로세스에서 실행하는 작업과 결과가 단일 result로 통합되는 방식을 정의합니다 — 사용자 측에서는 아무것도 조정할 필요가 없습니다.

신원 확인

| 레시피 | 플로우 | 기능 | 가능한 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 |

Brazil 아래 플로우는 브라질 고객에게만 제공됩니다

점수 기반 의사결정

확률적 위험 점수로 불확실한 결과를 줄입니다

| 레시피 | 플로우 | 기능 | 가능한 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.resultMeaningRecommended action
approvedReal person and validated identity.Proceed with the flow.
deniedIdentity not validated, liveness check failed, or extreme risk identified.End the flow or redirect to an alternative flow.
critical-riskCritical risk level identified.End the flow or route to manual review.
high-riskHigh risk level identified.Route to manual review or an alternative flow.
retryInsufficient capture or score to evaluate.Ask the user for a new capture.
inconclusiveNot enough evidence for a verdict.Route to manual review or an alternative flow.

전체 응답 계약은 프로세스 조회 또는 프로세스 생성을 참조하세요.

사용 사례에 맞는 레시피가 없나요?

Unico 프로젝트 담당자에게 문의하세요 — 레시피는 상황에 맞게 조합하고 맞춤화할 수 있습니다.