> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/ecom/get-started/glossary.md).

# Glossary

Use these terms consistently across your integration.

| Term               | Definition                                                                                                                                                            |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3DS                | EMV 3-D Secure authentication protocol as specified by EMVCo.                                                                                                         |
| Card-on-file (COF) | This is when a business, with the end user's consent, stores the payment card data. The end user can then reuse the details for future payments and faster checkouts. |
| CNP                | Card Not Present. Name for transaction where the card is not entered in a terminal, typically e-commerce.                                                             |
| Detokenization     | The process of mapping the token back to its original PAN value.                                                                                                      |
| DPAN               | Digitized Primary Account Number                                                                                                                                      |
| FPAN               | Funding Primary Account Number                                                                                                                                        |
| LCM                | Life Cycle Management                                                                                                                                                 |
| MDES               | Mastercard digital enablement service                                                                                                                                 |
| PAN                | Primary Account Number                                                                                                                                                |
| PSP                | Payment Service Provider                                                                                                                                              |
| Token requestor    | An e-commerce merchant or wallet provider (a wallet application installed in a device) as per EMV definition.                                                         |
| TSP                | Token Service Provider                                                                                                                                                |
| VTS                | Visa Token Service. Equivalent of MDES for Mastercard.                                                                                                                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/ecom/get-started/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
