Send notification user exit

This user exit can be used to send notifications to Zelle participants and recipients.

The send notification user exit can be called as Zelle payments are being processed. You need to provide an implementation of this user exit that is specific to your environment.

This user exit must implement the com.ibm.fxh.zel.sendnotification.service.UserSendNotificationInterface interface. However, consider extending the com.ibm.fxh.zel.sendnotification.service.UserSendNotification class so that the user exit doesn't need to be changed when methods are added to the interface.

Scheduled payment notifications

To support notification for Zelle scheduled payments, also implement the com.ibm.fxh.utilities.recurringpayment.UserSendScheduledNotificationsInterface interface in the send notification user exit. The com.ibm.fxh.zel.sendnotification.service.UserSendNotification class also implements this interface.

The files that you need are provided in the FTM artifacts pod and must be downloaded from the pod. For more information about getting files from the artifacts container for your offering, see Getting the files from the artifacts container for your FTM offering.