Card Status Change Events - Field Descriptions
The following page details each of the fields returned for a Card Status Change Event, and the fields included in the body of the response.
Field | Description | Type | Mandatory |
---|---|---|---|
context | The context object. | ||
notificationId | Unique identifier of the notification. | String | Yes |
eventCode | The event code of the event. | Integer | Yes |
eventVersion | The version of the event. | String | Yes |
notificationTime | Notification created time in the UTC format of 'yyyy-MM-ddTHH:mm:ssZ'. | String | Yes |
payload | The payload object. | ||
tokenId | The public token of the cardholder. | Integer | Yes |
dateTime | Date and time of the transaction in the UTC format of 'yyyy-MM-ddTHH:mm:ssZ'. | String | Yes |
newCardStatus | Current status value of the card. | String | Yes |
oldCardStatus | Previous status value of the card. | String | Yes |
message | Card status change reason message created by Thredd based on the new card status and old card status. | String | No |
trackingId | Unique identifier generated by Thredd for tracking. | String | Yes |
Updated 1 day ago