PaymentDeleted event

The Transaction Server sends the Distribution engine a transactionDelete message when a transaction is canceled. For the message to be sent, a PaymentDeleted event must be configured in the Scheduler.xml file. An example is shown here:
<EVENT>
   <NAME>Distribution - Payment Deleted</NAME>
   <TYPE>PaymentDeleted</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.PaymentDeletedEventHandler
   </EXEC>
   <PARAMETER name="msgType">transactionDelete</PARAMETER>
   <PARAMETER name="deleteFlag">DELETED</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToDistribution</PARAMETERREF>
   <PARAMETERREF>syncReplyQueue</PARAMETERREF>
</EVENT>