Customer ID and Biometrics Enrollment
Render sequential ID- and face-validation flows and enroll their results under the supplied enrollmentId for later verification or 1:N matching.
Example
React
import { CustomerIdAndBiometricsEnrollment } from 'idmission-web-sdk'
async function getSessionId() {
const resp = await fetch("/api/get-session");
return (await resp.json()).id;
}
export default function App() {
return (
<CustomerIdAndBiometricsEnrollment
sessionId={getSessionId}
enrollmentId="some-guy"
/>
)
}Props
Class Names
Assets
idCapture.documentDetectionModelUrlURL to the document detection model. Defaults to defaultDocumentDetectorModelPath. |
idCapture.focusModelUrlURL to the focus model. Defaults to defaultFocusModelPath. |
idCapture.loadingOverlay.instructionImageUrlURL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/WebSDK-Instruction-DL-Capture-3-Portrait.png . |
idCapture.loadingOverlay.cameraAccessDenied.imageUrlURL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png . |
idCapture.loadingOverlay.microphoneAccessDenied.imageUrlURL to the image to display when microphone access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/microphone-disable-icon.svg . |
idCapture.loadingOverlay.introStep1Emoji |
idCapture.loadingOverlay.introStep2Emoji |
faceLiveness.loadingOverlay.instructionImageUrlURL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png . |
faceLiveness.loadingOverlay.cameraAccessDenied.imageUrlURL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png . |
faceLiveness.loadingOverlay.microphoneAccessDenied.imageUrlURL to the image to display when microphone access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/microphone-disable-icon.svg . |
faceLiveness.loadingOverlay.introStep1Emoji |
faceLiveness.loadingOverlay.introStep2Emoji |
faceLiveness.loadingOverlay.transitionEmojiRing mode: emoji on the flipped badge of the ID→selfie handoff. Defaults to 🤳. |
faceLiveness.failure.imageUrlURL to the image to display on the FaceLivenessFailure screen. Defaults to https://websdk-cdn-dev.idmission.com/assets/Face_Not_Detected.svg . |
videoIdCapture.idCapture.documentDetectionModelUrlURL to the document detection model. Defaults to defaultDocumentDetectorModelPath. |
videoIdCapture.idCapture.focusModelUrlURL to the focus model. Defaults to defaultFocusModelPath. |
videoIdCapture.idCapture.loadingOverlay.instructionImageUrlURL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/WebSDK-Instruction-DL-Capture-3-Portrait.png . |
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.imageUrlURL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png . |
videoIdCapture.idCapture.loadingOverlay.microphoneAccessDenied.imageUrlURL to the image to display when microphone access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/microphone-disable-icon.svg . |
videoIdCapture.idCapture.loadingOverlay.introStep1Emoji |
videoIdCapture.idCapture.loadingOverlay.introStep2Emoji |
videoIdCapture.faceLiveness.loadingOverlay.instructionImageUrlURL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png . |
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.imageUrlURL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png . |
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.imageUrlURL to the image to display when microphone access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/microphone-disable-icon.svg . |
videoIdCapture.faceLiveness.loadingOverlay.introStep1Emoji |
videoIdCapture.faceLiveness.loadingOverlay.introStep2Emoji |
videoIdCapture.faceLiveness.loadingOverlay.transitionEmojiRing mode: emoji on the flipped badge of the ID→selfie handoff. Defaults to 🤳. |
videoIdCapture.faceLiveness.failure.imageUrlURL to the image to display on the FaceLivenessFailure screen. Defaults to https://websdk-cdn-dev.idmission.com/assets/Face_Not_Detected.svg . |
Colors
Verbiage
Last updated on