Hi,
I am very new to JPOS.
I need to read from Mastercard IPM format files and create them.
Reading response file and creating a new file requirement
- Read the incoming IPM file and encrypt the PAN and also create a masked PAN field and store both in DE 127. Turn off DE 2.
- Read from an incoming IPM file and extract data from the retrievals messages to a CSV file
- Extract the remaining messages except for a reject message(if one is present) and create another IPM file.
- Extract the reconcilliation details into a file(non IPM)
- Extract the reject message if present into a file(non IPM)
Reading clearing file
- The clearing file created above is sent to another system and it comes back
- DE 127 needs to be turned off and DE 02 needs to be turned on
I have gone through the draft programmer's guide but there is a lot of detail to absorb at once.
Please advise me what I need to do to get started. What I need to download etc.? What is a good IDE to use?
Can I be pointed to example code that reads from and creates MasterCard IPM files?
If the exaample code shows how to handle sub fields also that will be really helpful.
I will be developing on my laptop(Windows 7 64-bit) and deploying the code to Linux. The development and production environments will be Linux.
On another note if I use dd to convert an ascii IPM file to EBCDIC, are there pitfalls to be aware of? Should the Linux LF character be replaced with an EBCDIC equivalent before applying dd to it?
Thanks in advance,
Harsha