---
title: "Will create activationdata according to TAV format version 2 with encrypted card data to be sent to MDES."
method: POST
path: "/v1/{cardId}/activate/mdes/tav2"
tags: ["Activation data"]
deprecated: true
---

# Will create activationdata according to TAV format version 2 with encrypted card data to be sent to MDES.

`POST /v1/{cardId}/activate/mdes/tav2`

> **Deprecated.**

This operation will read the card data, generate activation data according to MDES specification and respond. The activation data should in most cases be used when the card holder as added the card manually and not via the push / in-app provisioning, especially in flow that has done into none-green flow. This data is used to ensure the card schema that the issuer in fact has allowed the card to be tokenized as it contains a digital signature calculated over the PAN of the card.

## Path parameters

- `cardId` integer, required

## Query parameters

- `auditUser` string, required

## Response `200`

OK

- ResponseActivation
  - `activationData` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
