juks / iso-8583-socket-queue

ISO 8583 gateway
MIT License
194 stars 111 forks source link

iso20022 support #55

Closed scalpovich closed 4 years ago

scalpovich commented 4 years ago

Hi Juks, Its will be important to add in enhancement of this package a possibility to onvert iso8583 to new iso20022. We can work on it together

juks commented 4 years ago

Hi!

ISO20022 seems to be XML format. Need to get some real use cases first. Does somebody really needs to convert with external gateway?

scalpovich commented 4 years ago

Hi, ISO8583 also based on XML, right? Simple use case can be a payment system based on iso8583 who want to deal with newest financial iso20022 system

juks commented 4 years ago

ISO8583 is the specification of binary protocol for slow communication lines. XML is easy to understand and human-readable but the payback is a significant payload overhead compared to ISO8583.

I mean real life example.

scalpovich commented 4 years ago

Get it, but what do mean by payback is a significant payload overhead compared to ISO8583?