Know Your Customer (KYC)
The KYC extension enables organisations to verify customer identity using digital credentials such as PID, Passport, or PhotoID presented from their EUDI Wallet, enabling streamlined Know Your Customer checks.
How it works
- The organisation enables the KYC extension from the dashboard.
- An administrator selects which identity credentials to accept.
- When a customer needs to complete KYC, a verification request is triggered using the configured presentation definition.
- The customer presents the requested credential(s) from their EUDI Wallet.
- The system verifies the credentials and completes the identity check.
Configuration
Choose identity credentials
Select any combination of credential types to accept for KYC verification:
| Credential | Standard | Description |
|---|---|---|
| Person Identification Data (PID) | EWC RFC003 | National identity data issued under the EUDI framework |
| Passport | ICAO 9303 | Machine-readable travel document |
| PhotoID | EWC RFC013 | Photo identification credential |
All credential types are independent and can be freely combined. Unlike Age Verification, there are no interdependencies between credential selections.
Integration
Once configured, the system automatically generates a Presentation Definition that encodes the selected credential requirements. This presentation definition can be viewed from the extension configuration page and is used when initiating verification requests via the API.
API endpoints:
GET /v3/config/extension/kyc- Retrieve current configurationPUT /v3/config/extension/kyc/identity-credential- Update identity credential settings
Disabling the KYC extension deletes its configuration. This action is not reversible.