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. |
eventCode | The unique code for the event |
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 card. |
notificationMessageContent | Notification Message Content. |
Updated 5 months ago