For Relying Parties
Age Verification
Nexiel Age Verification upgrades bars, stores, and venues from manual ID checks to EU Digital Identity Wallet taps that finish in milliseconds.
Nexiel solves each of these by default with selective disclosure, tamper-proof cryptography, and audit-ready logs.
How it works
Behind the scenes, Nexiel only requests the boolean attribute (18+ or 21+). Everything is cryptographically signed, verified against government trust lists, and cached for offline use.
⚡ Fast
🛡️ Secure & fraud-proof
🔒 Privacy-first
📋 Compliance ready
POS integration
Plug in via our JS/TypeScript SDK (QR+NFC) or work with us on bespoke tills.
POS flow
import { startAgeVerification } from '@nexiel/age-sdk';
const result = await startAgeVerification(
{
backendBaseUrl: 'https://api.nexiel.ie',
merchantId: 'store-123',
requiredAge: 18,
transportMode: 'hybrid', // QR + NFC
},
{
onSessionCreated: ({ qrCodeUrl }) => renderQr(qrCodeUrl),
onNfcPayload: ({ deepLinkUrl }) => writeToNfc(deepLinkUrl),
onComplete: ({ status, auditToken }) => logOutcome(status, auditToken),
onError: (error) => fallBackToManual(error),
}
);What if a customer doesn’t have the EUDI Wallet?
You can fall back to manual ID checks. Nexiel augments your process; it doesn’t replace it overnight.
Is Nexiel GDPR compliant?
Yes. We only process a boolean outcome, immediately delete it, and store anonymised audit tokens for compliance.
Does it work offline?
Yes. POS readers can cache validation keys and verify locally, syncing logs when connectivity returns.
Can this be deployed across multiple sites?
Absolutely. You get a central console with per-site metrics, overrides, and exportable audit trails.
Is it available in Ireland yet?
The pid.ie wallet lands in 2026. Nexiel is integration-ready today and works with any EU member state wallet.
Can you integrate with my specific POS?
Most likely. We already support CBE, Intact, Square, SumUp, and bespoke hospitality systems. If it’s not on the list, we build adapters.
Free pilots (2–4 weeks), SDKs for every POS, and custom integrations for complex estates.
Age verification for retail, hospitality, and forecourt operators