TCH scheduled payment notification user exit
This user exit is called at various times so that TCH scheduled payment
notifications can be sent to a customer. It implements the
ScheduledPaymentNotificationInterface
Java™ interface.
The interface has the following methods:
- sendNextScheduledPaymentCancelled
- This method is called when the next payment for a scheduled payment model is canceled.
- sendScheduledModelCancelled
- This method is called when a scheduled payment model is canceled.
- sendScheduledModelCreated
- This method is called when a new scheduled payment model is created successfully.
- sendScheduledModelComplete
- This method is called when a scheduled payment model reaches the complete status, which means that there are no remaining payments to be sent for the model.
- sendScheduledModelEdited
- This method is called when a scheduled payment model is edited.
- sendScheduledPaymentFailed
- This method is called when a scheduled payment model fails to create a payment.
- sendUpcomingScheduledPayment
- This method is called only when the scheduled payments task is run and the associated payments were processed. The upcoming payments are the payments that are scheduled to be sent between tomorrow and the configured number of notification days. For example, the number of notification days might be three days.
Enable this user exit by specifying its class name in the Scheduled payment notification user exit class Payment Feature Services property.