Get Notification Details - Field Descriptions
The following page details each of the fields that can be used in the request and received in the response when using the Get Notification Details endpoint.
Request
The following table describes fields that can be included in the body of the request when retrieving notification details.
Field | Description | Min Length | Max Length | Type | Mandatory |
---|---|---|---|---|---|
notificationIds | Array of notification ids for an event. | N/A | N/A | Array | Yes |
Response
The following table describes fields that included in the response after successfully adding event subscriptions.
Field | Description |
---|---|
webhookId | The unique webhook id generated by Thredd. |
createdTime | The date and time the notification was created. |
lastSentTime | The date and time the notification was last sent. |
content | Object that contains an array of notification information. |
notificationStatus | The status of the notification |
notificationBody | Object that contains an array of notification information. |
notificationId | The unique id of the notification. |
eventCode | The unique code for the event. |
eventVersion | The version of the event. |
notificationTime | The time the notification was created. In the UTC format of 'yyyy-MM-ddTHH:mm:ssZ'. |
payload | Object that contains an array of payload information. |
fraudAlertId | Unique identity of the fraud alert. |
productId | Unique identity of the product. |
transactionId | Unique identifier of the transaction. |
tokenId | The public token of the cardholder. |
transactionAmount | The amount of the transaction. |
currency | The currency for the transaction. |
merchantName | The name of the merchant. |
location | The location of the merchant. |
dateTime | The date and time of the transaction. |
mcc | Merchant Category Code. |
notificationMessageContent | Content of the notification message. |
Updated 17 days ago