OpenEUDI SDK Quickstart: Your First Verification in 5 Minutes
A step-by-step tutorial to install the OpenEUDI SDK, create a verification session, and handle the result — all in under 5 minutes using DEMO mode.
Read ArticleManaged WRPAC certificates, production-grade verification API, and full eIDAS 2.0 compliance — ready for the December 2026 mandate. Built on open European standards.
Join 150+ businesses and developers preparing for EU digital identity verification
We're open-sourcing the core verification protocol library that powers eIDAS Pro. OpenEUDI is a free, MIT-licensed TypeScript SDK for integrating EUDI Wallet verification into any web application.
The December 2026 deadline is approaching. Understand what WRPAC certificates are and why your business needs compliance now.
Experience our DEMO mode: a fully functional verification flow that completes automatically in 3 seconds.
Embed from: https://demo.eidas-pro.com/en
User scans QR code with their national eID wallet app (e.g., ID Austria, Smart-ID)
Secure authentication on user device with biometric verification or PIN
Verified attributes returned to your system in real-time. No data storage.
Privacy-First Design: All verification happens on the user's device. We never store personal data—only confirmation of successful verification.
A comprehensive technical breakdown of the eIDAS verification flow, from QR code generation to attribute validation, covering protocols, security measures, and integration patterns.
Learn how eIDAS-based identity verification achieves perfect GDPR compliance through data minimization, privacy-by-design architecture, and user control. Reduce your data liability while improving security.
Built on our open-source @openeudi/core and @openeudi/openid4vp packages, our managed service handles WRPAC certificates, relying party registration, and 27-country compliance so you can focus on your business.
We'll register as intermediary RP and manage your Registration Certificate when infrastructure opens
We'll obtain and renew WRPAC certificates from qualified trust service providers
One Luxembourg registration will be valid across all EU member states via passporting
Current Status: We're currently in DEMO mode for early adopters. Production WRPAC verifications launch December 2026 when the EU Digital Identity Wallet infrastructure goes live.
Everything you need to know about registering as a Relying Party under Article 5b of eIDAS Regulation 2024/1183.
Article 5b(10) enables intermediaries to handle WRPAC compliance for you. Here's why that's the smarter choice for most businesses.
Get regulatory updates, integration tips, and product news delivered to your inbox. No spam — unsubscribe anytime.
Already subscribed? Unsubscribe here
Understanding the EU Digital Identity Wallet timeline and how to prepare your business
Development, testing, and early adopter program
Standards finalized and registration infrastructure opens
EU Digital Identity Wallets go live across member states
Regulated sectors must accept EUDI Wallet
Based on EU Digital Strategy and eIDAS 2.0 Regulation
A comprehensive guide to the upcoming eIDAS 2.0 regulation and EU Digital Identity Wallet, covering timelines, new capabilities, and how merchants can prepare for the next generation of digital identity.
Luxembourg's 30-month POTENTIAL pilot validated 6 use cases with 1,000+ successful transactions. Here's what it means for businesses.
The OpenEUDI SDK is free forever. Managed plans activate when EUDI Wallets launch (December 2026).
Open-source SDK for developers
For small businesses — managed WRPAC included
+ €0.15 per verification
200 verifications included
For growing businesses — custom branding + SLA
+ €0.10 per verification
1,000 verifications included
For enterprises — volume discounts, white-label, dedicated support
+ €0.05 per verification
5,000 verifications included
All managed plans include automatic updates, security patches, GDPR compliance, and WRPAC certificate management.
Need help getting started? Our team can set everything up for you.
Full integration of eIDAS verification into your WooCommerce store with custom configuration.
Complete Shopify Checkout UI Extension setup with age and identity verification.
Bespoke integration into your existing platform or custom application.
The December 2026 deadline is approaching. Understand what WRPAC certificates are and why your business needs compliance now.
Article 5b(10) enables intermediaries to handle WRPAC compliance for you. Here's why that's the smarter choice for most businesses.
A free, Apache 2.0-licensed TypeScript SDK that implements the OpenID4VP verification protocol for EU Digital Identity Wallets. Use it standalone or with our managed infrastructure.
Verification session engine with pluggable storage and swappable modes (Demo, Mock, Production)
SD-JWT VC and mDOC credential parsing with cryptographic signature validation
Works with any TypeScript/JavaScript backend — Express, Fastify, Next.js, Nuxt, and more
Built in
Need managed WRPAC certificates and production infrastructure? See our plans →
The OpenEUDI SDK handles the protocol complexity so you can focus on your product.
npm install @openeudi/core
import { VerificationService, DemoMode, InMemorySessionStore } from '@openeudi/core';
const service = new VerificationService({
mode: new DemoMode(),
store: new InMemorySessionStore(),
});const session = await service.createSession({ type: 'AGE' });
console.log(session.qrCodeUrl); // Display to user
// Listen for result
service.on('verified', (result) => {
console.log(result.verified); // true
});Stay informed about digital identity, compliance, and best practices for European businesses.
A step-by-step tutorial to install the OpenEUDI SDK, create a verification session, and handle the result — all in under 5 minutes using DEMO mode.
Read ArticleWe're open-sourcing the core verification protocol library that powers eIDAS Pro. OpenEUDI is a free, MIT-licensed TypeScript SDK for integrating EUDI Wallet verification into any web application.
Read ArticleA technical deep dive into OpenID4VP — the verification protocol that EUDI Wallets use to share verified attributes with businesses. How it works, why it matters, and how OpenEUDI implements it.
Read ArticleEverything you need to know about eIDAS Pro
Still have questions? We're here to help.
Ask a QuestionComplete guide to adding eIDAS-based age verification to your WooCommerce store. Learn how to implement compliant, frictionless verification for alcohol, tobacco, and age-restricted products.
Learn how to implement instant, compliant KYC verification in your Shopify store using eIDAS. Perfect for financial products, subscriptions, and high-value transactions that require identity verification.
For enterprises that need complete control, we offer comprehensive consulting and documentation packages to guide your WRPAC registration process.
Complete registration documentation for your home country authority, including all required forms and specifications
Expert guidance on OpenID4VP, SD-JWT VC, mdoc formats, and trust list integration across 27 member states
Help with reporting requirements, maintaining compliance, and adapting to regulatory updates
Important: Companies register with their own national authority (home member state). We provide the documentation and guidance — you submit to your country's registration body. Available to companies from all EU member states.
Or prefer a simpler approach? Use eIDAS Pro as your aggregator and skip registration entirely.
Book a 30-minute consultation with our identity verification experts. Whether you need a simple API integration today or guidance on preparing for your own WRPAC certificate in 2026, we're here to help. Start building now in DEMO mode—when December 2026 arrives, you'll be ready.
Calendly Widget
In production, embed your Calendly widget here using react-calendly package.