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 in the body of a POST message to the callback URL you specify when you subscribe to the notification type. The notification includes the following fields:
- notificationId — This field is a unique identifier for the notification. You can retrieve the notification using this ID.
- merchantId — This field is the identifier for your merchant account.
- notificationType — This field is the first level category of events that J.P. Morgan uses, such as disputeNotification.
- notificationSubType — This is a subcategory of events that J.P. Morgan uses. This second level helps you narrow down the notification sub-types used for subscriptions (e.g., closed, received).
- notificationDescription — This field is textual information that defines the notification type.
- messageCreateTimestamp — This field designates the hour, minute, and second of the date the event was generated.
Related
Notification types
Subscribe to notifications
Retrieve notifications
Testing notifications