Addendum Records and Processing

Gateway Server outbound processing may receive addendum X9.37 plug-in records from an incoming cash letter file, the Transaction Server, and from the Addenda User Exit (optional).

Addendum Records from Incoming Files

The incoming cash letter may contain corresponding addendum records for an item.
Note: The addendum record count field in types 25 through 31 should be updated with the number of addendum records which follow the item record.

Addendum Records from the Transaction Server

By default, the Gateway retrieves addendum records (if available) from the Transaction Server unless the routing and processing option retrieveAddendaFromITS is set to false. If the data format of the addendum records is different from the outgoing file, the Gateway Server converts the addendum records to the same data format.

Addenda from User Exit

Users may insert, modify, delete addendum records for each item. The Gateway calls the user exit specified in the outUserAddendaClassName configuration keyword. Users must implement the UserUpdateICLRecordsInterface class or extend the UserUpdateAddenda class. Details of the user exit are in User Exits.