Skip to Content
Customer FlowsCustomer Biometrics Enrollment

Customer Biometrics Enrollment

Render a fullscreen face-validation flow and enroll its result under the supplied enrollmentId for later verification or 1:N matching.

Example

import { CustomerBiometricsEnrollment } from 'idmission-web-sdk' async function getSessionId() { const resp = await fetch("/api/get-session"); return (await resp.json()).id; } export default function App() { return ( <CustomerBiometricsEnrollment sessionId={getSessionId} enrollmentId="some-guy" /> ) }

Props

sessionId
A session identifier generated with your IDmission credentials.
apiUrl
Portal API base URL. Supplies defaults for the three URLs below.
submissionUrl
URL used for submission requests.
authUrl
URL to validate the session against.
documentServiceUrl
URL to upload captured documents to via Tus.
loadingSpinner
React component rendered in place of the SDK’s own loading indicator, on every loading surface a flow shows: session validation, model loading, the stage-transition screen, and submission. It receives a stage saying which, and — for model-loading, the only determinate one — a progress percentage, because the built-in ring it replaces there is driven by real model-download progress. Rendering null falls back to the SDK’s indicator rather than showing nothing, so an unhandled stage cannot leave a loading screen bare.
clientRequestID
jobId
taskId
sendBase64DocumentsInSwaggerProxy
companyId
needImmediateResponse
sendDecisionDetailsInPost
Include decision details in post data. Defaults to false.
useDocumentServiceForLivenessChecks
webhooksEnabled
webhooksURL
webhooksClientTraceId
webhooksStripSpecialCharacters
webhooksSendInputImages
webhooksSendProcessedImages
webhooksFireOnReview
webhooksFireOnReviewURL
onBeforeDocumentUpload
onDocumentUploadProgress
onDocumentUploaded
onDocumentUploadFailed
onAuthError
onLoadingStarted
onLoadingProgress
onLoadingCompleted
onLoadingFailed
enableTamperDetection
When true, integrity checks run and may block the camera.
mediaIntegrityToken
An opaque token created by captureMediaIntegrity() at boot time.
onUserCancel
onCameraAccessDenied
onCameraTamperingDetected
onExitAfterTamperSealPopped
lang
theme
geolocationEnabled
Boolean flag to indicate whether users should be prompted to share their location. Default is true.
geolocationRequired
Boolean flag to indicate whether users should be blocked from proceeding if they block location access. Default is false.
debugMode
remoteDiagnostics
Opt-in remote diagnostics: crash/breadcrumb capture and reporting.
faceDetector
faceLandmarkerRuntime
showFaceLandmarks
handOverFaceCheck
3.0-only, so it carries no 2.x disposition. Opt-in: before a selfie is auto-captured, checks that frame for a hand over the face, and if one covers it, holds the capture and asks the user to remove their hand. Fetches two extra models (~4 MB) after the face models load.
requireEyesOpen
Hold the selfie auto-capture while either of the user’s eyes is closed, and ask them to keep their eyes open. Each eye is judged against its own open-eye shape, calibrated while the user looks at the camera. A wink is caught too, except in the fallback used when the iris model fails to load, which only registers both eyes closed. That iris model is downloaded only when this is on, so leaving it off costs nothing. Needs the face-landmarker detector (the default); ignored under docdetect. Defaults to false.
challengeResponse
captureSignature
Mutually exclusive with captureSignatureVideo; supplying both throws, as in 2.x.
captureSignatureVideo
onSignatureCaptureAtRisk
enrollmentId
deduplicationEnabled
deduplicationSynchronous
useFrontendLivenessToken
bypassAgeValidation
loadingOverlayMode
autoContinueAfterLoading
showIntroScreen
initialCaptureDelayMs
timeoutDurationMs
modelLoadTimeoutMs
runtime
skipSuccessScreen
captureAdditionalDocuments
onBeforeSubmit
onSubmit
onComplete
onEnrolled
onDenied
onRequestFailure
onExitCapture
onExitAfterFailure
onModelError
assets
classNames
colors
verbiage

Class Names

container
faceLiveness.loadingOverlay.container
Class name for the outermost container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.inner
Class name for the inner container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.headingContainer
Class name for the heading container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.heading
Class name for the heading of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.imageContainer
Class name for the image container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.image
Class name for the image of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.buttonsRow
Class name for the buttons row of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.continueBtnContainer
Class name for the continue button container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.continueBtn
Class name for the continue button of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.cancelBtn
Class name for the cancel button of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.container
Class name for the outermost container of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.inner
Class name for the inner container of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.imageContainer
Class name for the image container of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.image
Class name for the image of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.heading
Class name for the heading of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.description
Class name for the description of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn
Class name for the retry button of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.progressContainer
Class name for the progress container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.progressBackground
Class name for the progress background of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.progressBar
Class name for the progress bar of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.progressIndicator
Class name for the progress indicator of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingListContainer
Class name for the loading list container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingList
Class name for the loading list of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingListItem
Class name for the loading list items of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.ring
Class name for the ring SVG in ring mode.
faceLiveness.loadingOverlay.ringTrack
Class name for the ring’s track circle in ring mode.
faceLiveness.loadingOverlay.ringFill
Class name for the ring’s progress circle in ring mode.
faceLiveness.loadingOverlay.statusLine
Class name for the status line in ring mode.
faceLiveness.loadingOverlay.subText
Class name for the reassurance subtext in ring mode.
faceLiveness.loadingOverlay.introPage
faceLiveness.loadingOverlay.introBadge
faceLiveness.loadingOverlay.introTitle
faceLiveness.loadingOverlay.introSubtitle
faceLiveness.loadingOverlay.introSteps
faceLiveness.loadingOverlay.introStep
faceLiveness.loadingOverlay.introStepDot
faceLiveness.loadingOverlay.introReassuranceChip
faceLiveness.loadingOverlay.introStartBtn
faceLiveness.loadingOverlay.introPrivacy
faceLiveness.loadingOverlay.stageTransition
Class name for the ID→selfie handoff container in ring mode.
faceLiveness.loadingOverlay.stageTransitionBadge
Class name for the handoff’s flipping badge.
faceLiveness.loadingOverlay.stageTransitionTitle
Class name for the handoff’s title.
faceLiveness.loadingOverlay.stageTransitionSubtitle
Class name for the handoff’s subtitle.
faceLiveness.capture.container
Class name for the outermost container of the SelfieCapture screen.
faceLiveness.capture.cameraFeed
Class name for the camera feed component of the SelfieCapture screen.
faceLiveness.capture.guides.container
Class name for the outermost container of the FaceCaptureGuideOverlay.
faceLiveness.capture.guides.oval
Class name for the oval of the FaceCaptureGuideOverlay.
faceLiveness.capture.guidanceMessageContainer
Class name for the guidance message container of the SelfieCapture screen.
faceLiveness.capture.guidanceMessage
Class name for the guidance message of the SelfieCapture screen.
faceLiveness.capture.exitCaptureBtn
Class name for the exit capture button of the SelfieCapture screen.
faceLiveness.capture.fallback.container
Class name for the outermost container of the SelfieCaptureFallback.
faceLiveness.capture.fallback.inner
Class name for the inner container of the SelfieCaptureFallback.
faceLiveness.capture.fallback.heading
Class name for the heading of the SelfieCaptureFallback.
faceLiveness.capture.fallback.description
Class name for the description of the SelfieCaptureFallback.
faceLiveness.capture.fallback.imageContainer
Class name for the container of the image in the SelfieCaptureFallback.
faceLiveness.capture.fallback.image
Class name for the image in the SelfieCaptureFallback.
faceLiveness.capture.fallback.buttonsRow
Class name for the buttons row in the SelfieCaptureFallback.
faceLiveness.capture.fallback.captureBtn
Class name for the capture button in the SelfieCaptureFallback.
faceLiveness.capture.fallback.doneBtn
Class name for the done button in the SelfieCaptureFallback.
faceLiveness.capture.fallback.retryCaptureBtn
Class name for the retry capture button in the SelfieCaptureFallback.
faceLiveness.capture.fallback.documentCaptureClassNames.container
faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeedWrapper
faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeed
faceLiveness.capture.fallback.documentCaptureClassNames.previewImage
faceLiveness.capture.fallback.documentCaptureClassNames.captureContainer
faceLiveness.capture.fallback.documentCaptureClassNames.headingRow
faceLiveness.capture.fallback.documentCaptureClassNames.heading
faceLiveness.capture.fallback.documentCaptureClassNames.footerRow
faceLiveness.capture.fallback.documentCaptureClassNames.instructions
faceLiveness.capture.fallback.documentCaptureClassNames.buttonsRow
faceLiveness.capture.fallback.documentCaptureClassNames.retryCameraAccessBtn
faceLiveness.capture.fallback.documentCaptureClassNames.retryCaptureBtn
faceLiveness.capture.fallback.documentCaptureClassNames.uploadBtn
faceLiveness.capture.fallback.documentCaptureClassNames.uploadProgressBtn
faceLiveness.capture.fallback.documentCaptureClassNames.captureBtn
faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.container
faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.inner
faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.heading
faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.message
faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.exitButton
faceLiveness.capture.manualCaptureBtn
Class name for the manual capture button of the SelfieCapture screen.
faceLiveness.capture.manualCaptureBtnContainer
Class name for the container of the manual capture button of the SelfieCapture screen.
faceLiveness.capture.imagePreview.container
Class name for the outermost container of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.text
Class name for the text of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.spinner
Class name for the spinner of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.imageContainer
Class name for the image container of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.image
Class name for the image of the SelfieProgressPreview.
faceLiveness.success.container
Class name for the outermost container of the FaceLivenessSuccess screen.
faceLiveness.success.inner
Class name for the inner container of the FaceLivenessSuccess screen.
faceLiveness.success.heading
Class name for the heading of the FaceLivenessSuccess screen.
faceLiveness.success.imageContainer
Class name for the image container of the FaceLivenessSuccess screen.
faceLiveness.success.image
Class name for the image of the FaceLivenessSuccess screen.
faceLiveness.success.buttonsRow
Class name for the buttons row of the FaceLivenessSuccess screen.
faceLiveness.success.retryBtn
Class name for the retry button of the FaceLivenessSuccess screen.
faceLiveness.success.doneBtn
Class name for the done button of the FaceLivenessSuccess screen.
faceLiveness.failure.container
Class name for the outermost container of the FaceLivenessFailure screen.
faceLiveness.failure.inner
Class name for the inner container of the FaceLivenessFailure screen.
faceLiveness.failure.heading
Class name for the heading of the FaceLivenessFailure screen.
faceLiveness.failure.imageContainer
Class name for the image container of the FaceLivenessFailure screen.
faceLiveness.failure.image
Class name for the image of the FaceLivenessFailure screen.
faceLiveness.failure.buttonsRow
Class name for the buttons row of the FaceLivenessFailure screen.
faceLiveness.failure.retryBtn
Class name for the retry button of the FaceLivenessFailure screen.
faceLiveness.failure.exitBtn
Class name for the exit button of the FaceLivenessFailure screen.
faceLiveness.cameraStoreProvider.cameraTamperSeal.container
faceLiveness.cameraStoreProvider.cameraTamperSeal.inner
faceLiveness.cameraStoreProvider.cameraTamperSeal.heading
faceLiveness.cameraStoreProvider.cameraTamperSeal.message
faceLiveness.cameraStoreProvider.cameraTamperSeal.exitButton
additionalDocumentCapture.container
Class name for the outermost container of the AdditionalDocumentCapture.
additionalDocumentCapture.inner
Class name for the inner container of the AdditionalDocumentCapture.
additionalDocumentCapture.heading
Class name for the heading of the AdditionalDocumentCapture.
additionalDocumentCapture.description
Class name for the description of the AdditionalDocumentCapture.
additionalDocumentCapture.buttonsRow
Class name for the buttons row of the AdditionalDocumentCapture.
additionalDocumentCapture.captureBtn
Class name for the capture button of the AdditionalDocumentCapture.
additionalDocumentCapture.nextBtn
Class name for the next button of the AdditionalDocumentCapture.
signatureCapture.container
Class name for the outermost container of the SignatureCapture.
signatureCapture.inner
Class name for the inner container of the SignatureCapture.
signatureCapture.guidanceMessageContainer
Class name for the guidance message container of the SignatureCapture.
signatureCapture.guidanceMessage
Class name for the guidance message of the SignatureCapture.
signatureCapture.canvasContainer
Class name for the canvas container of the SignatureCapture.
signatureCapture.canvasInner
Class name for the canvas inner container of the SignatureCapture.
signatureCapture.canvas
Class name for the canvas of the SignatureCapture.
signatureCapture.buttonsRow
Class name for the buttons row of the SignatureCapture.
signatureCapture.clearBtn
Class name for the clear button of the SignatureCapture.
signatureCapture.acceptBtn
Class name for the accept button of the SignatureCapture.
signatureCapture.cancelBtn
Class name for the cancel button of the SignatureCapture.
videoSignatureCapture.container
Class name for the outermost container of the VideoSignatureCapture screen.
videoSignatureCapture.cameraFeed
Class name for the camera feed component of the VideoSignatureCapture screen.
videoSignatureCapture.guidanceMessageContainer
Class name for the guidance message container of the VideoSignatureCapture screen.
videoSignatureCapture.guidanceMessage
Class name for the guidance message of the VideoSignatureCapture screen.
videoSignatureCapture.exitCaptureBtn
Class name for the exit capture button of the VideoSignatureCapture screen.
videoSignatureCapture.guides.container
Class name for the outermost container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.inner
Class name for the inner container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.faceGuideContainer
Class name for the container of the face guide of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.faceGuide
Class name for the face guide of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.signaturePadContainer
Class name for the container of the signature pad of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.signatureCanvasContainer
Class name for the signature canvas container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.signatureCanvasContainerDisabled
Class name for the signature canvas container of the SignatureVideoCaptureGuides screen when disabled.
videoSignatureCapture.guides.signatureCanvasInner
Class name for the signature canvas inner container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.signatureCanvas
Class name for the signature canvas of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.signatureButtonsRow
Class name for the container of the signature buttons of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.clearSignatureBtn
Class name for the clear signature button of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.acceptSignatureBtn
Class name for the accept signature button of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.emptyContentContainer
Class name for the container of the empty content of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.emptyContentInner
Class name for the inner container of the empty content of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.headTrackingUnsatisfiedContentContainer
Class name for the container of the head tracking unsatisfied content of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.headTrackingUnsatisfiedContentInner
Class name for the inner container of the head tracking unsatisfied content of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.faceLiveness.loadingOverlay.container
Class name for the outermost container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.inner
Class name for the inner container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.headingContainer
Class name for the heading container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.heading
Class name for the heading of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.imageContainer
Class name for the image container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.image
Class name for the image of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.buttonsRow
Class name for the buttons row of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtnContainer
Class name for the continue button container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn
Class name for the continue button of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cancelBtn
Class name for the cancel button of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.container
Class name for the outermost container of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.inner
Class name for the inner container of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.imageContainer
Class name for the image container of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.image
Class name for the image of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.heading
Class name for the heading of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.description
Class name for the description of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn
Class name for the retry button of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressContainer
Class name for the progress container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressBackground
Class name for the progress background of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressBar
Class name for the progress bar of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressIndicator
Class name for the progress indicator of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingListContainer
Class name for the loading list container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingList
Class name for the loading list of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingListItem
Class name for the loading list items of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.ring
Class name for the ring SVG in ring mode.
videoSignatureCapture.faceLiveness.loadingOverlay.ringTrack
Class name for the ring’s track circle in ring mode.
videoSignatureCapture.faceLiveness.loadingOverlay.ringFill
Class name for the ring’s progress circle in ring mode.
videoSignatureCapture.faceLiveness.loadingOverlay.statusLine
Class name for the status line in ring mode.
videoSignatureCapture.faceLiveness.loadingOverlay.subText
Class name for the reassurance subtext in ring mode.
videoSignatureCapture.faceLiveness.loadingOverlay.introPage
videoSignatureCapture.faceLiveness.loadingOverlay.introBadge
videoSignatureCapture.faceLiveness.loadingOverlay.introTitle
videoSignatureCapture.faceLiveness.loadingOverlay.introSubtitle
videoSignatureCapture.faceLiveness.loadingOverlay.introSteps
videoSignatureCapture.faceLiveness.loadingOverlay.introStep
videoSignatureCapture.faceLiveness.loadingOverlay.introStepDot
videoSignatureCapture.faceLiveness.loadingOverlay.introReassuranceChip
videoSignatureCapture.faceLiveness.loadingOverlay.introStartBtn
videoSignatureCapture.faceLiveness.loadingOverlay.introPrivacy
videoSignatureCapture.faceLiveness.loadingOverlay.stageTransition
Class name for the ID→selfie handoff container in ring mode.
videoSignatureCapture.faceLiveness.loadingOverlay.stageTransitionBadge
Class name for the handoff’s flipping badge.
videoSignatureCapture.faceLiveness.loadingOverlay.stageTransitionTitle
Class name for the handoff’s title.
videoSignatureCapture.faceLiveness.loadingOverlay.stageTransitionSubtitle
Class name for the handoff’s subtitle.
videoSignatureCapture.faceLiveness.capture.container
Class name for the outermost container of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.cameraFeed
Class name for the camera feed component of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.guides.container
Class name for the outermost container of the FaceCaptureGuideOverlay.
videoSignatureCapture.faceLiveness.capture.guides.oval
Class name for the oval of the FaceCaptureGuideOverlay.
videoSignatureCapture.faceLiveness.capture.guidanceMessageContainer
Class name for the guidance message container of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.guidanceMessage
Class name for the guidance message of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.exitCaptureBtn
Class name for the exit capture button of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.fallback.container
Class name for the outermost container of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.inner
Class name for the inner container of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.heading
Class name for the heading of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.description
Class name for the description of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.imageContainer
Class name for the container of the image in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.image
Class name for the image in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.buttonsRow
Class name for the buttons row in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.captureBtn
Class name for the capture button in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.doneBtn
Class name for the done button in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.retryCaptureBtn
Class name for the retry capture button in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.container
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeedWrapper
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeed
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.previewImage
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.captureContainer
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.headingRow
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.heading
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.footerRow
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.instructions
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.buttonsRow
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.retryCameraAccessBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.retryCaptureBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.uploadBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.uploadProgressBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.captureBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.container
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.inner
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.heading
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.message
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraStoreProvider.cameraTamperSeal.exitButton
videoSignatureCapture.faceLiveness.capture.manualCaptureBtn
Class name for the manual capture button of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.manualCaptureBtnContainer
Class name for the container of the manual capture button of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.imagePreview.container
Class name for the outermost container of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.text
Class name for the text of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.spinner
Class name for the spinner of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.imageContainer
Class name for the image container of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.image
Class name for the image of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.success.container
Class name for the outermost container of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.inner
Class name for the inner container of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.heading
Class name for the heading of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.imageContainer
Class name for the image container of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.image
Class name for the image of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.buttonsRow
Class name for the buttons row of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.retryBtn
Class name for the retry button of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.doneBtn
Class name for the done button of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.failure.container
Class name for the outermost container of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.inner
Class name for the inner container of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.heading
Class name for the heading of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.imageContainer
Class name for the image container of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.image
Class name for the image of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.buttonsRow
Class name for the buttons row of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.retryBtn
Class name for the retry button of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.exitBtn
Class name for the exit button of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.container
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.inner
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.heading
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.message
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.exitButton
videoSignatureCapture.success.container
Class name for the outermost container of the VideoSignatureSuccess screen.
videoSignatureCapture.success.inner
Class name for the inner container of the VideoSignatureSuccess screen.
videoSignatureCapture.success.heading
Class name for the heading of the VideoSignatureSuccess screen.
videoSignatureCapture.success.assetSelectorOptions
Class name for the options of the asset selector of the VideoSignatureSuccess screen.
videoSignatureCapture.success.assetSelectorOption
Class name for the option of the asset selector of the VideoSignatureSuccess screen.
videoSignatureCapture.success.assetSelectorOptionRadio
Class name for the radio button of the asset selector of the VideoSignatureSuccess screen.
videoSignatureCapture.success.assetSelectorOptionLabel
Class name for the label of the asset selector of the VideoSignatureSuccess screen.
videoSignatureCapture.success.videoContainer
Class name for the video container of the VideoSignatureSuccess screen.
videoSignatureCapture.success.video
Class name for the video of the VideoSignatureSuccess screen.
videoSignatureCapture.success.buttonsRow
Class name for the buttons row of the VideoSignatureSuccess screen.
videoSignatureCapture.success.retryBtn
Class name for the retry button of the VideoSignatureSuccess screen.
videoSignatureCapture.success.doneBtn
Class name for the done button of the VideoSignatureSuccess screen.
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.container
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.inner
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.heading
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.message
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.exitButton
finishingScreen.finishingScreen
Class name for the finishing screen’s content container.
finishingScreen.finishingThumb
Class name for the selfie thumbnail (or its fallback badge).
finishingScreen.finishingTitle
Class name for the title.
finishingScreen.finishingStageList
Class name for the stage list.
finishingScreen.finishingStage
Class name for each stage row.
successScreen.successScreen
Class name for the success screen’s content container.
successScreen.successCheck
Class name for the big check badge.
successScreen.successTitle
Class name for the title.
successScreen.successSubtitle
Class name for the subtitle block.
successScreen.successStatList
Class name for the stat chip row.
successScreen.successStat
Class name for each stat chip.

Assets

faceLiveness.loadingOverlay.instructionImageUrl
URL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png .
faceLiveness.loadingOverlay.cameraAccessDenied.imageUrl
URL 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.imageUrl
URL 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.transitionEmoji
Ring mode: emoji on the flipped badge of the ID→selfie handoff. Defaults to 🤳.
faceLiveness.failure.imageUrl
URL to the image to display on the FaceLivenessFailure screen. Defaults to https://websdk-cdn-dev.idmission.com/assets/Face_Not_Detected.svg .

Colors

faceLiveness.guidesUnsatisfiedColor
Color of the guides when they are not satisfied. Defaults to white.
faceLiveness.guidesSatisfiedColor
Color of the guides when they are satisfied. Defaults to green.
faceLiveness.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
faceLiveness.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
faceLiveness.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
faceLiveness.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
faceLiveness.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.success.doneBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.success.doneBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.success.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.success.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.failure.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.failure.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.failure.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.failure.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.failure.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.failure.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.failure.exitBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.failure.exitBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.failure.exitBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.failure.exitBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.failure.exitBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.failure.exitBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.guidanceMessageBackgroundColor
Background color of the guidance message. Defaults to #ccc.
videoSignatureCapture.guidanceMessageTextColor
Text color of the guidance message. Defaults to black.
videoSignatureCapture.faceLiveness.guidesUnsatisfiedColor
Color of the guides when they are not satisfied. Defaults to white.
videoSignatureCapture.faceLiveness.guidesSatisfiedColor
Color of the guides when they are satisfied. Defaults to green.
videoSignatureCapture.faceLiveness.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
videoSignatureCapture.faceLiveness.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
videoSignatureCapture.faceLiveness.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
videoSignatureCapture.faceLiveness.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.failure.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.failure.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.failure.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.failure.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.failure.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.failure.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.failure.exitBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.failure.exitBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.failure.exitBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.failure.exitBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.failure.exitBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.failure.exitBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.

Verbiage

faceLiveness.guidanceHoldStillText
Text to display on the guidance message when capture/verification is in progress. Defaults to “Hold still for a few seconds…“.
faceLiveness.guidanceLookStraightText
Text to display on the guidance message when the user is not looking at the camera. Defaults to “Look straight into the camera…“.
faceLiveness.guidanceMoveBackText
Text to display on the guidance message when the user is too close to the camera. Defaults to “Move back…“.
faceLiveness.guidanceMoveForwardText
Text to display on the guidance message when the user is too far from the camera. Defaults to “Move forward…“.
faceLiveness.guidanceMoveToCenterText
Text to display on the guidance message when the user’s face is not centered in the frame. Defaults to “Move to the center…“.
faceLiveness.guidanceNoFaceDetectedText
Text to display on the guidance message when the user’s face is not detected in the frame. Defaults to “Waiting for face to be detected…“.
faceLiveness.guidanceVisibilityTooLowText
Text shown when the user needs better lighting. Defaults to “Improve lighting conditions…“.
faceLiveness.guidanceNotStableText
Text to display on the guidance message when the user’s face is not stable. Defaults to “Please hold still…“.
faceLiveness.guidanceManualCaptureText
Text to display on the guidance message when the user is allowed to manually capture. Defaults to “Position your face in the circle and click to capture.”.
faceLiveness.manualCaptureBtnText
Text to display on the manual capture button. Defaults to “Capture”.
faceLiveness.guidanceRemoveEyeCoveringsText
Text to display on the guidance message when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
faceLiveness.guidanceRemoveHeadCoveringsText
Text to display on the guidance message when the user is wearing a hat. Defaults to “Remove Head Coverings”.
faceLiveness.guidanceRemoveMaskText
Text to display on the guidance message when the user is wearing a mask. Defaults to “Remove Mask”.
faceLiveness.progressPreviewText
Text to display on the progress preview of the FaceLivenessCapture screen. Defaults to “Processing…“.
faceLiveness.guidanceValidatingText
Text to display on the guidance message when the selfie has been captured and is being validated. Defaults to “Photo captured, verifying…“.
faceLiveness.guidanceLivenessCheckFailedText
Text to display on the guidance message when liveness check failed. Defaults to “Could not verify your face.”.
faceLiveness.guidanceLivenessCheckErrorText
Text to display on the guidance message when liveness check failed. Defaults to “An error occurred while verifying your face.”.
faceLiveness.challengeTurnLeftText
Text to display when the challenge asks the user to turn their head left. Defaults to “Turn your head left”.
faceLiveness.challengeTurnRightText
Text to display when the challenge asks the user to turn their head right. Defaults to “Turn your head right”.
faceLiveness.challengeBlinkText
Text to display when the challenge asks the user to blink. Defaults to “Blink”.
faceLiveness.challengeBlinkTwiceText
Text to display when the challenge asks the user to blink twice (consecutive blinks). Defaults to “Blink twice”.
faceLiveness.challengeReturnToCenterText
Text to display after a head-turn extreme is reached, asking the user to face forward again. Defaults to “Return to center”.
faceLiveness.challengeTimeoutText
Text to display when a challenge wasn’t completed in time (distinct from a liveness failure). Defaults to “Let’s try that again — please follow the prompts.”.
faceLiveness.loadingOverlay.headingText
Text to display on the heading of the SelfieCaptureLoadingOverlay. Defaults to “Use your device camera to capture your face”.
faceLiveness.loadingOverlay.removeEyeCoveringsText
Text to display on the SelfieCaptureLoadingOverlay when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
faceLiveness.loadingOverlay.avoidExcessiveBacklightingText
Text to display on the SelfieCaptureLoadingOverlay when the lighting in the background is too bright. Defaults to “Avoid Excessive Backlighting”.
faceLiveness.loadingOverlay.continueText
Text to display on the continue button of the SelfieCaptureLoadingOverlay. Defaults to “Continue”.
faceLiveness.loadingOverlay.pleaseWaitText
Text to display on the SelfieCaptureLoadingOverlay when the user is waiting. Defaults to “Please wait…“.
faceLiveness.loadingOverlay.cameraInitializingText
Text to display on the SelfieCaptureLoadingOverlay when access to the camera is being requested. Defaults to “Camera initializing…“.
faceLiveness.loadingOverlay.downloadingText
Text to display on the SelfieCaptureLoadingOverlay when the models are being downloaded. Defaults to “Downloading…“.
faceLiveness.loadingOverlay.modelsWarmingUpText
Text to display on the SelfieCaptureLoadingOverlay when the models are warming up. Defaults to “Models warming up…“.
faceLiveness.loadingOverlay.modelsReadyText
Text to display on the SelfieCaptureLoadingOverlay when the models are ready. Defaults to “Guided capture experience ready”.
faceLiveness.loadingOverlay.cameraInitializedText
Text to display on the SelfieCaptureLoadingOverlay when the camera is ready. Defaults to “Camera ready”.
faceLiveness.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
faceLiveness.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
faceLiveness.loadingOverlay.microphoneAccessDenied.headingText
Text to display on the heading of the MicrophoneAccessDeniedOverlay. Defaults to “Your microphone permission is disabled”.
faceLiveness.loadingOverlay.microphoneAccessDenied.descriptionText
Text to display on the description of the MicrophoneAccessDeniedOverlay. Defaults to “This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.”.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtnText
Text to display on the retry button of the MicrophoneAccessDeniedOverlay. Defaults to “Retry”.
faceLiveness.loadingOverlay.sessionCheckingText
Text to display on the SelfieCaptureLoadingOverlay when the session is being checked. Defaults to “Authenticating…“.
faceLiveness.loadingOverlay.ringCameraWarmingText
Ring mode: status line while the camera initializes. Defaults to “Getting your camera ready…“.
faceLiveness.loadingOverlay.ringReadyText
Ring mode: status line when everything is ready. Defaults to “Ready!“.
faceLiveness.loadingOverlay.ringOnlyHappensOnceText
Ring mode: reassurance subtext under the status line. Defaults to “One moment — this only happens once.”.
faceLiveness.loadingOverlay.introTitleText
faceLiveness.loadingOverlay.introSubtitleText
faceLiveness.loadingOverlay.introStep1Text
faceLiveness.loadingOverlay.introStep2Text
faceLiveness.loadingOverlay.introReassuranceChipText
faceLiveness.loadingOverlay.introEnableCameraText
faceLiveness.loadingOverlay.introRequestingCameraText
faceLiveness.loadingOverlay.introPrivacyText
faceLiveness.loadingOverlay.transitionIdCapturedText
Ring mode: microcopy under the check badge during the ID→selfie handoff. Defaults to “ID captured”.
faceLiveness.loadingOverlay.transitionTitleText
Ring mode: title after the handoff badge flips. Defaults to “Now, a quick selfie”.
faceLiveness.loadingOverlay.transitionSubtitleText
Ring mode: subtitle after the handoff badge flips. Defaults to “Look at your front camera”.
faceLiveness.success.headingText
Text to display on the heading of the FaceLivenessSuccess screen. Defaults to “Face liveness has been verified!“.
faceLiveness.success.retryBtnText
Text to display on the retry button of the FaceLivenessSuccess screen. Defaults to “Retry”.
faceLiveness.success.doneBtnText
Text to display on the done button of the FaceLivenessSuccess screen. Defaults to “Done”.
faceLiveness.failure.headingText
Text to display on the heading of the FaceLivenessFailure screen. Defaults to “Live face not detected, please try again”.
faceLiveness.failure.retryBtnText
Text to display on the retry button of the FaceLivenessFailure screen. Defaults to “Retry”.
faceLiveness.failure.exitBtnText
Text to display on the exit button of the FaceLivenessFailure screen. Defaults to “Exit”.
faceLiveness.cameraStoreProvider.cameraTamperSeal.headingText
faceLiveness.cameraStoreProvider.cameraTamperSeal.messageText
faceLiveness.cameraStoreProvider.cameraTamperSeal.exitButtonText
additionalDocumentCapture.headingText
Text to display on the heading of the AdditionalDocumentCapture screen. Defaults to “Additional document capture”.
additionalDocumentCapture.captureBtnText
Text to display on the capture button of the AdditionalDocumentCapture screen. Defaults to “Capture”.
additionalDocumentCapture.nextBtnText
Text to display on the next button of the AdditionalDocumentCapture screen. Defaults to “Next”.
signatureCapture.headingText
Text to display on the heading of the SignatureCapture screen. Defaults to “Please sign the box below”.
signatureCapture.acceptBtnText
Text to display on the accept button of the SignatureCapture screen. Defaults to “Accept”.
signatureCapture.clearBtnText
Text to display on the clear button of the SignatureCapture screen. Defaults to “Clear”.
videoSignatureCapture.guidanceMessageText
Text to display on the guidance message of the VideoSignatureCapture screen. Defaults to “Please sign the box below”.
videoSignatureCapture.guides.signaturePadEmptyText
Text to display on the signature pad empty content of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.headTrackingUnsatisfiedText
Text to display on the head tracking unsatisfied content of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.clearSignatureBtnText
Text to display on the clear signature button of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.acceptSignatureBtnText
Text to display on the accept signature button of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.guides.signHereText
Text to display on the sign here text of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.faceLiveness.guidanceHoldStillText
Text to display on the guidance message when capture/verification is in progress. Defaults to “Hold still for a few seconds…“.
videoSignatureCapture.faceLiveness.guidanceLookStraightText
Text to display on the guidance message when the user is not looking at the camera. Defaults to “Look straight into the camera…“.
videoSignatureCapture.faceLiveness.guidanceMoveBackText
Text to display on the guidance message when the user is too close to the camera. Defaults to “Move back…“.
videoSignatureCapture.faceLiveness.guidanceMoveForwardText
Text to display on the guidance message when the user is too far from the camera. Defaults to “Move forward…“.
videoSignatureCapture.faceLiveness.guidanceMoveToCenterText
Text to display on the guidance message when the user’s face is not centered in the frame. Defaults to “Move to the center…“.
videoSignatureCapture.faceLiveness.guidanceNoFaceDetectedText
Text to display on the guidance message when the user’s face is not detected in the frame. Defaults to “Waiting for face to be detected…“.
videoSignatureCapture.faceLiveness.guidanceVisibilityTooLowText
Text shown when the user needs better lighting. Defaults to “Improve lighting conditions…“.
videoSignatureCapture.faceLiveness.guidanceNotStableText
Text to display on the guidance message when the user’s face is not stable. Defaults to “Please hold still…“.
videoSignatureCapture.faceLiveness.guidanceManualCaptureText
Text to display on the guidance message when the user is allowed to manually capture. Defaults to “Position your face in the circle and click to capture.”.
videoSignatureCapture.faceLiveness.manualCaptureBtnText
Text to display on the manual capture button. Defaults to “Capture”.
videoSignatureCapture.faceLiveness.guidanceRemoveEyeCoveringsText
Text to display on the guidance message when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
videoSignatureCapture.faceLiveness.guidanceRemoveHeadCoveringsText
Text to display on the guidance message when the user is wearing a hat. Defaults to “Remove Head Coverings”.
videoSignatureCapture.faceLiveness.guidanceRemoveMaskText
Text to display on the guidance message when the user is wearing a mask. Defaults to “Remove Mask”.
videoSignatureCapture.faceLiveness.progressPreviewText
Text to display on the progress preview of the FaceLivenessCapture screen. Defaults to “Processing…“.
videoSignatureCapture.faceLiveness.guidanceValidatingText
Text to display on the guidance message when the selfie has been captured and is being validated. Defaults to “Photo captured, verifying…“.
videoSignatureCapture.faceLiveness.guidanceLivenessCheckFailedText
Text to display on the guidance message when liveness check failed. Defaults to “Could not verify your face.”.
videoSignatureCapture.faceLiveness.guidanceLivenessCheckErrorText
Text to display on the guidance message when liveness check failed. Defaults to “An error occurred while verifying your face.”.
videoSignatureCapture.faceLiveness.challengeTurnLeftText
Text to display when the challenge asks the user to turn their head left. Defaults to “Turn your head left”.
videoSignatureCapture.faceLiveness.challengeTurnRightText
Text to display when the challenge asks the user to turn their head right. Defaults to “Turn your head right”.
videoSignatureCapture.faceLiveness.challengeBlinkText
Text to display when the challenge asks the user to blink. Defaults to “Blink”.
videoSignatureCapture.faceLiveness.challengeBlinkTwiceText
Text to display when the challenge asks the user to blink twice (consecutive blinks). Defaults to “Blink twice”.
videoSignatureCapture.faceLiveness.challengeReturnToCenterText
Text to display after a head-turn extreme is reached, asking the user to face forward again. Defaults to “Return to center”.
videoSignatureCapture.faceLiveness.challengeTimeoutText
Text to display when a challenge wasn’t completed in time (distinct from a liveness failure). Defaults to “Let’s try that again — please follow the prompts.”.
videoSignatureCapture.faceLiveness.loadingOverlay.headingText
Text to display on the heading of the SelfieCaptureLoadingOverlay. Defaults to “Use your device camera to capture your face”.
videoSignatureCapture.faceLiveness.loadingOverlay.removeEyeCoveringsText
Text to display on the SelfieCaptureLoadingOverlay when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
videoSignatureCapture.faceLiveness.loadingOverlay.avoidExcessiveBacklightingText
Text to display on the SelfieCaptureLoadingOverlay when the lighting in the background is too bright. Defaults to “Avoid Excessive Backlighting”.
videoSignatureCapture.faceLiveness.loadingOverlay.continueText
Text to display on the continue button of the SelfieCaptureLoadingOverlay. Defaults to “Continue”.
videoSignatureCapture.faceLiveness.loadingOverlay.pleaseWaitText
Text to display on the SelfieCaptureLoadingOverlay when the user is waiting. Defaults to “Please wait…“.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraInitializingText
Text to display on the SelfieCaptureLoadingOverlay when access to the camera is being requested. Defaults to “Camera initializing…“.
videoSignatureCapture.faceLiveness.loadingOverlay.downloadingText
Text to display on the SelfieCaptureLoadingOverlay when the models are being downloaded. Defaults to “Downloading…“.
videoSignatureCapture.faceLiveness.loadingOverlay.modelsWarmingUpText
Text to display on the SelfieCaptureLoadingOverlay when the models are warming up. Defaults to “Models warming up…“.
videoSignatureCapture.faceLiveness.loadingOverlay.modelsReadyText
Text to display on the SelfieCaptureLoadingOverlay when the models are ready. Defaults to “Guided capture experience ready”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraInitializedText
Text to display on the SelfieCaptureLoadingOverlay when the camera is ready. Defaults to “Camera ready”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.headingText
Text to display on the heading of the MicrophoneAccessDeniedOverlay. Defaults to “Your microphone permission is disabled”.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.descriptionText
Text to display on the description of the MicrophoneAccessDeniedOverlay. Defaults to “This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.”.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtnText
Text to display on the retry button of the MicrophoneAccessDeniedOverlay. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.loadingOverlay.sessionCheckingText
Text to display on the SelfieCaptureLoadingOverlay when the session is being checked. Defaults to “Authenticating…“.
videoSignatureCapture.faceLiveness.loadingOverlay.ringCameraWarmingText
Ring mode: status line while the camera initializes. Defaults to “Getting your camera ready…“.
videoSignatureCapture.faceLiveness.loadingOverlay.ringReadyText
Ring mode: status line when everything is ready. Defaults to “Ready!“.
videoSignatureCapture.faceLiveness.loadingOverlay.ringOnlyHappensOnceText
Ring mode: reassurance subtext under the status line. Defaults to “One moment — this only happens once.”.
videoSignatureCapture.faceLiveness.loadingOverlay.introTitleText
videoSignatureCapture.faceLiveness.loadingOverlay.introSubtitleText
videoSignatureCapture.faceLiveness.loadingOverlay.introStep1Text
videoSignatureCapture.faceLiveness.loadingOverlay.introStep2Text
videoSignatureCapture.faceLiveness.loadingOverlay.introReassuranceChipText
videoSignatureCapture.faceLiveness.loadingOverlay.introEnableCameraText
videoSignatureCapture.faceLiveness.loadingOverlay.introRequestingCameraText
videoSignatureCapture.faceLiveness.loadingOverlay.introPrivacyText
videoSignatureCapture.faceLiveness.loadingOverlay.transitionIdCapturedText
Ring mode: microcopy under the check badge during the ID→selfie handoff. Defaults to “ID captured”.
videoSignatureCapture.faceLiveness.loadingOverlay.transitionTitleText
Ring mode: title after the handoff badge flips. Defaults to “Now, a quick selfie”.
videoSignatureCapture.faceLiveness.loadingOverlay.transitionSubtitleText
Ring mode: subtitle after the handoff badge flips. Defaults to “Look at your front camera”.
videoSignatureCapture.faceLiveness.success.headingText
Text to display on the heading of the FaceLivenessSuccess screen. Defaults to “Face liveness has been verified!“.
videoSignatureCapture.faceLiveness.success.retryBtnText
Text to display on the retry button of the FaceLivenessSuccess screen. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.success.doneBtnText
Text to display on the done button of the FaceLivenessSuccess screen. Defaults to “Done”.
videoSignatureCapture.faceLiveness.failure.headingText
Text to display on the heading of the FaceLivenessFailure screen. Defaults to “Live face not detected, please try again”.
videoSignatureCapture.faceLiveness.failure.retryBtnText
Text to display on the retry button of the FaceLivenessFailure screen. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.failure.exitBtnText
Text to display on the exit button of the FaceLivenessFailure screen. Defaults to “Exit”.
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.headingText
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.messageText
videoSignatureCapture.faceLiveness.cameraStoreProvider.cameraTamperSeal.exitButtonText
videoSignatureCapture.success.headingText
Text to display on the heading of the VideoSignatureSuccess screen. Defaults to “Video signature has been successfully captured!“.
videoSignatureCapture.success.retryBtnText
Text to display on the retry button of the VideoSignatureSuccess screen. Defaults to “Retry”.
videoSignatureCapture.success.doneBtnText
Text to display on the done button of the VideoSignatureSuccess screen. Defaults to “Done”.
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.headingText
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.messageText
videoSignatureCapture.cameraStoreProvider.cameraTamperSeal.exitButtonText
finishingScreen.finishingTitleText
Title of the ring finishing screen. Defaults to “All captured — finishing up…“.
finishingScreen.finishingStage1Text
First stage row. Defaults to “Uploading your selfie”. Empty string hides the row.
finishingScreen.finishingStage2Text
Second stage row. Defaults to “Creating your secure profile”. Empty string hides the row.
finishingScreen.finishingStage3Text
Third stage row. Defaults to an empty string, which hides the row.
successScreen.successTitleText
Title of the ring success screen. Defaults to “You’re enrolled! 🎉“.
successScreen.successSubtitleText
First subtitle line. Defaults to an empty string, which hides the line.
successScreen.successContinuingText
Second subtitle line. Defaults to “Continuing to your account…”. Empty string hides the line.
successScreen.successTimeCaptionText
Caption of the elapsed-time stat chip. Defaults to “total time”. Empty string hides the chip.
successScreen.successCapturesValueText
Bold value of the captures stat chip. Defaults to a derived count, e.g. “2 captures”. Empty string hides the chip.
successScreen.successCapturesCaptionText
Caption of the captures stat chip. Defaults to a derived list, e.g. “front + selfie”.
successScreen.successIssuerValueText
Bold value of the issuing-authority stat chip. Defaults to an empty string, which hides the chip.
successScreen.successIssuerCaptionText
Caption of the issuing-authority stat chip. Defaults to “data confirmed”.
Last updated on