Tokenisation Status Update Failure Notification

The tokenisation status update failure notification is an event generated when the VDEP/MDES provisioning APIs are unable to process a token status update request based on the response obtained from MDES/VDEP APIs. These failures are not communicated through ISO messages by VDEP/MDES, so an event needs to be generated to notify the client.

In addition to the common attributes, this event must include the following in the payload object:

FieldDescription
processorTokenStatusIssuer processor (Thredd) token internal status.
tokenisationServiceTokenStatusTokenisation Service token status (VDEP/MDES).

See the below example of a Tokenisation Status Update Failure Notification:

{
  "context": {
    "notificationId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
    "eventCode": 110,
    "eventVersion": "v1",
    "notificationTime": "2024-01-24T23:20:28Z"
  },
  "payload": {
    "publicToken": "123456789",
    "productId": "124",
    "paymentToken": "987654321",
    "dpan": "5168563000002547",
    "networkTokenReference": "67024958022",
    "provisioningTraceId": "VIS1-20210318-381077544887139",
    "tokenisationServiceDateTime": "2024-10-29T15:16:30Z",
    "processorDateTime": "2024-10-29T15:16:50Z",
    "processorTokenStatus": "ACTIVE",
    "tokenisationServiceTokenStatus": "ACTIVE"
  }
}