> ## Documentation Index
> Fetch the complete documentation index at: https://nextgen-docs.enfuce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Digital wallets, such as Apple Pay, Google Pay, and Samsung Pay, allow cardholders to make payments using a digital wallet instead of using a physical payment card.

When a card is added to a digital wallet, the original card number is not stored in the wallet. Instead, the card is tokenised. Tokenisation replaces the original card number with a digital payment token that can be used securely for payments.

Digital wallet payments involve several participants working together, including you as an Enfuce customer, Enfuce as the processor, the card Scheme such as Visa or Mastercard, and the wallet provider. Understanding how these parties interact is important when implementing digital wallet support.

## Understanding Digital Wallets

To understand the key concepts of digital wallets, you must understand how tokenisation functions, how a cardholder is authenticated during a transaction performed with a digital wallet, and what you need to support digital wallets. Refer to the following topics:

* [Tokenisation](/guides/wallet/introduction/tokenisation)
* [Cardholder Authentication](/guides/wallet/introduction/cardholder-authentication)
* [Wallet Provisioning](/guides/wallet/introduction/provisioning)
* [Integration Checklist](/guides/wallet/introduction/integration-checklist)

Additional capabilities that we support are:

* [Token Lifecycle Management](/guides/wallet/token-lifecycle/token-lifecycle-management-overview)
* [MDES Token Connect](/guides/wallet/mdes-token-connect)
