Get Notifications for Event Code - Field Descriptions
The following page details each of the fields received in the response when using the Get Event Subscriptions endpoint.
Response Fields
A successful response for the Get Event Subscriptions endpoint will return a 200 response.
| 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 about 1 month ago
