Skip to main content
POST
/
v3
/
{cardId}
/
activate
In-app activation
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/wallet/v3/{cardId}/activate' \
  --header 'Authorization: Bearer <token>'
{
  "activationData": "<string>"
}

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