How to incorporate ISO8583 with java server application

I am preparing an prepaid electricity billing system, of which I have to do server side and client side. I have done an algorithm to generate that electricity, so for security purposes, each transaction needs to be recorded and I wanted to use ISO8583 to do that, so how do I go about doing that?
 
Back
Top