KYC
🔐 Internal API Call: KYC (Optional)
If KYC is enabled, IdvWebServer will call the enterprise's KYC API immediately after selfie verification:
- API validates the identity of the user against enterprise records.
- The result influences the subsequent Opt-In step.
- If KYC is disabled, this API call is skipped.

Figure 1 : IdvWebServer Selfie comparison result (Match fail)

Figure 2 : IdvWebServer Selfie comparison result (Match success)
🛠️ Configuration
⚙️ Configurable Behaviors
Feature | Config Key | Description |
---|---|---|
Enable KYC Call | kyc.enable | Enable/disable KYC check |
KYC API Endpoint | kyc.service.api.config | Endpoint to call after selfie step |
Face match failure options | Server-side setting | Define available retry/continue actions |
Updated 3 months ago