Skip to main content
POST
/
v2
/
{cardId}
/
activate
/
mdes
/
tav2
Will create TAV according to TAV format version 2 with encrypted card data to be sent to MDES.
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/wallet/v2/{cardId}/activate/mdes/tav2' \
  --header 'Authorization: Basic <encoded-value>'
{
  "activationData": "<string>"
}

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.

Deprecated: This API endpoint is no longer supported.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

cardId
integer<int64>
required

CardId for the card that should be tokenised

Query Parameters

auditUser
string
required

The audit user to log the request

Response

OK

activationData
string
required