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: Bearer <token>'
{
  "activationData": "<string>"
}
Deprecated: This API endpoint is no longer supported.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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