Notification responses
You can set up the Notifications API response to a specified callback URL to receive real-time notifications or successful or failed payment transactions.
Before you begin
Subscribe to a notification(s) to receive notification responses. For more information about setting up notifications, see Subscribe to notifications.
Notification components
A notification is sent to the callback URL you specify when you subscribe to the notification type. The notification includes the following common fields:
Field name | Description |
---|---|
notificationId |
A unique identifier for the notification. You can retrieve the notification using this ID. |
notificationType |
The first level category of events. |
notificationSubType |
The subcategory of events. This second level helps you narrow down the notification sub-types used for subscriptions. |
notificationDescription |
Textual information that defines the notification type. |
messageCreateTimestamp |
The hour, minute, and second of the date the event was generated. |
Related
Notification types
Subscribe to notifications
Retrieve notifications
Testing notifications