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

# Activation data

## Endpoints

<CardGroup cols={2}>
  <Card title="In-app activation" icon="arrow-right" href="/payment/api/activation-data/in-app-activation" horizontal>
    **POST** /v3/\{cardId}/activate
  </Card>

  <Card title="Will create activationdata according to TAV format version 2 with encrypted card data to be sent to MDES.(Deprecated)" icon="arrow-right" href="/payment/api/activation-data/will-create-activationdata-according-to-tav-format-version-2-with-encrypted-card-data-to-be-sent-to-mdes" horizontal>
    **POST** /v1/\{cardId}/activate/mdes/tav2
    <br />Deprecated
  </Card>

  <Card title="Will create TAV according to TAV format version 2 with encrypted card data to be sent to MDES.(Deprecated)" icon="arrow-right" href="/payment/api/activation-data/will-create-tav-according-to-tav-format-version-2-with-encrypted-card-data-to-be-sent-to-mdes" horizontal>
    **POST** /v2/\{cardId}/activate/mdes/tav2
    <br />Deprecated
  </Card>
</CardGroup>
