---
id: ext-overview
title: Extensions
hide_title: true
description: Pre-built extensions for the Organisation Wallet Suite that add turnkey verification, authentication, and signing capabilities using EUDI Wallets.
sidebar_label: Overview
keywords: [extensions, Organisation Wallet, European Business Wallet, age verification, KYC, passwordless login, document signing, EUDI Wallet, turnkey solutions]
slug: /extensions/overview
---

> **Build this with an AI coding agent.** Install the iGrant.io Agent Skills, then ask your agent to build the integration:
>
> ```bash
> npx skills add L3-iGrant/skills
> ```


import {RegulationOverviewGrid} from '@site/src/components/RegulationCard';

export const extensionsData = [
  {
    id: 'age-verification',
    title: 'Age Verification',
    description: 'Verify customer age using digital credentials such as PID, Passport, or PhotoID presented from their EUDI Wallet, ensuring compliance with age-restricted services.',
    href: '/docs/extensions/age-verification',
  },
  {
    id: 'kyc',
    title: 'Know Your Customer (KYC)',
    description: 'Verify customer identity using digital credentials such as PID, Passport, or PhotoID presented from their EUDI Wallet, enabling streamlined KYC checks.',
    href: '/docs/extensions/know-your-customer',
  },
  {
    id: 'passwordless-login',
    title: 'Passwordless Login',
    description: 'Enable passwordless authentication using digital credentials presented from an EUDI Wallet, integrating seamlessly with existing OpenID Connect identity management.',
    href: '/docs/extensions/passwordless-login',
  },
  {
    id: 'document-signing',
    title: 'Document Signing',
    description: 'Allow users to securely sign PDF documents using a Qualified Electronic Signature Access Credential (QESAC) presented from their EUDI Wallet.',
    href: '/docs/extensions/document-signing',
  },
  {
    id: 'account-information-access',
    title: 'Account Information Access',
    description: 'Request consented access to a customer\'s payment account information using an SCA Attestation presented from their EUDI Wallet (TS12).',
    href: '/docs/extensions/account-information-access',
  },
  {
    id: 'payment-authorisation-for-banks',
    title: 'Payment Authorisation (for Banks)',
    description: 'Authorise payments initiated at the payer\'s own bank using an SCA Attestation presented from their EUDI Wallet (TS12).',
    href: '/docs/extensions/payment-authorisation-for-banks',
  },
  {
    id: 'payment-authorisation-for-merchants',
    title: 'Payment Authorisation (for Merchants)',
    description: 'Authorise payments at a merchant or PISP using an SCA Attestation presented from the customer\'s EUDI Wallet (TS12).',
    href: '/docs/extensions/payment-authorisation-for-merchants',
  },
  {
    id: 'payment-credential-issuance',
    title: 'Payment Credential Issuance',
    description: 'Issue SCA Attestations representing a payment account, card or user to the customer\'s EUDI Wallet (TS12).',
    href: '/docs/extensions/payment-credential-issuance',
  },
  {
    id: 'recurring-payment-mandate',
    title: 'Recurring Payment Mandate',
    description: 'Obtain consent for recurring or merchant-initiated payments using an e-mandate SCA Attestation presented from the customer\'s EUDI Wallet (TS12).',
    href: '/docs/extensions/recurring-payment-mandate',
  },
  {
    id: 'risk-based-authentication',
    title: 'Risk-based Authentication',
    description: 'Protect login and sensitive actions with Strong Customer Authentication using an SCA Attestation presented from the user\'s EUDI Wallet (TS12).',
    href: '/docs/extensions/risk-based-authentication',
  },
  {
    id: 'photoid-credential-issuance',
    title: 'Photo ID Credential Issuance',
    description: 'Issue Photo ID credentials derived from a machine-readable travel document to the customer\'s EUDI Wallet (ISO/IEC TS 23220-4, EWC RFC013).',
    href: '/docs/extensions/photoid-credential-issuance',
  },
  {
    id: 'pid-credential-issuance',
    title: 'PID Credential Issuance',
    description: 'Issue Person Identification Data (PID) credentials to the customer\'s EUDI Wallet under the EUDI framework (EWC RFC003).',
    href: '/docs/extensions/pid-credential-issuance',
  },
];

<RegulationOverviewGrid
  data={extensionsData}
  title="Extensions"
  subtitle="Browse ready-made extensions for the Organisation Wallet Suite. Examples include age verification, KYC, passwordless login and document signing, with more being added regularly."
  showSearch={true}
/>
