PaymentExceptionChange
<EVENT>
<NAME>Distribution Profile - Payment Ready</NAME>
<TYPE>PaymentExceptionChange</TYPE>
<EXEC>
com.ibm.paydir.ima.txsvr.event.appbridge.PaymentReadyEventHandler
</EXEC>
<PARAMETER name="msgType">paymentReady</PARAMETER>
<PARAMETER name="parmFileName">DistributionProfile.properties</PARAMETER>
<PARAMETER name="minPresStates">BALANCED</PARAMETER>
</EVENT>com.ibm.paydir.ima.txsvr.event.appbridge.PaymentReadyEventHandlerThe PaymentReadyEventHandler class creates the paymentReady message to be sent to the Distribution engine. When the Distribution engine receives a paymentReady message, it maps the transaction to an outbound bundle if the transaction is eligible. The msgType parameter should be set to paymentReady. The parmFileName parameter defines the properties necessary for sending a message to the Distribution engine. For more information about using parameter files, see Distribution Parameter File. The minPresStates parameter defines the state(s) the transaction’s batch (ICL) must be in before a message is sent to the Distribution engine. Using the above example, if a transaction is updated before its batch (ICL) is balanced, a message is not sent. If the transaction is updated and its batch (ICL) is balanced, a message is sent to Distribution.