juks / iso-8583-socket-queue

ISO 8583 gateway
MIT License
194 stars 111 forks source link

iso8583/93 support #7

Closed badlee closed 4 years ago

badlee commented 7 years ago

Hi,

How implement the iso8583-2:1993 Protocol with this solution?

Regards.

juks commented 7 years ago

Hi!

Basically this should be the same idea as maintaining a custom implementation of ISO System. It can be based on e.g. https://github.com/juks/SocketQueue/blob/master/lib/iso8583/lib/packager/smartVista.js setup.

As far as I understand the MTI will be 1xxx. Not sure if it can cause some problems in the current implementation, But if you paste some examples, that can make things easier to understand.

shoaibjdev commented 7 years ago

Have tested with iso8583:1993 and it works by just modifying smartVista.js to adhere to 93 specs. MTI 1200, Response code (Field 39) to be 3 N etc. It simple and straight forward.

badlee commented 7 years ago

@shoaibjdev, thank you. Can you post your work?

scalpovich commented 6 years ago

Hi , somebody test with iso8583:1993? with message type 1XXX with response 1X10?