Need a less expensive IRD Print solution? Our products offer more value than the competition, and are trusted by more than 75% of the top-20 financial institutions in North America. Connect with us at sales@x9ware.com and start a free evaluation today.

SDK X9Writer

Using X9Writer

X9Ware SDK X9Writer implements a high level I/O interface which can be used to create an x9 file on an item-by-item basis. It includes methods to open the output x9 file, add an item with optional addendums, add type 68 user records of your design, and to then close the output x9 file. X9Writer can be used to create ICL (forward presentment) files or ICLR (return item) files.

The power of X9Writer comes from its ability to control the format and and header record values from either internal or external sources. This design allows an x9 file to be created per the requirements of the receiving financial institution without having to hard-wire those definitions within your application program. X9Writer allows these parameters to be assigned from an external XML file which allows all x9 attributes to be easily defined and manipulated. X9HeaderXml control fields various field level formatting and populates values for the file header, cash letter header, and bundle header records. This facility contained a large number of attributes which control the overall creation of the output x9 file. X9HeaderXml values can also be overridden using setter methods.

Items are constructed using our X9Item937 class. You can optionally include addendums using this interface, should you have that requirement. Individual addendums are created as an array of fields which are added to the item prior to being written. By attaching the addendums to the item, the addendum count can be queried by X9Writer and included in the type 25 or type 31 record.

X9Writer controls item level batching and totals are automatically accumulated and used to populate the appropriate records and fields in the x9 trailer records.

Refer to the X9DemoWriter example program which further highlights the use of X9Writer.

Scroll to Top