Tokenisation Complete Notification Events

The Tokenisation Complete Notification (TCN) event is sent from the network scheme and processed by the message processor. It notifies the issuer processor and subsequently the issuer about a completed tokenisation process.

📘

Note

There are no additional fields for TCN events. Only the common fields are required. See Introduction to Tokenisation Event Notifications for information on those fields.

See the below example of a Tokenisation Complete Notification:

{
  "context": {
    "programManagerId": 1,
    "eventCode": 108,
    "notificationType": "TCN",
    "creator": "MC-MDES",
    "productId" : 124,
    "correlationId": "111111111113",
    "eventVersion": "v1",
    "notificationTime": "2024-10-29T03:20:28Z",
  },
  "payload": 
   {
      "publicToken": "123456789",
      "paymentToken": "987654321",
      "dpan": "5168563000002547",
      "networkTokenReference": "67024958022",
      "provisioningTraceId": "VIS1-20210318-381077544887139",
      "tokenisationServiceDateTime": "2024-10-29 15:16:30.000",
      "processorDateTime": "2024-10-29 15:16:50.000",
   },
  "messageHeaders": {
    "schemaId": 1
  }
}