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. |
eventCode | The unique code for the event. |
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. |
notificationId | The unique id of the notification. |
notificationStatus | The status of the notification |
payload | Object that contains an array of payload information. |
cardholderName | The name of the cardholder. |
last4Digits | The last four digits of the card. |
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. |
posMode | Point of Sale mode. |
cardProductName | Product name of the ard. |
notificationMessageContent | Content of the notification message. |
Updated 5 months ago