juks / iso-8583-socket-queue

ISO 8583 gateway
MIT License
194 stars 111 forks source link

Communication Link Using SocketQueue #65

Closed bobozar closed 2 years ago

bobozar commented 3 years ago

Hello Juks and the SQ team,

I'm new to this ISO8583 standardisation and I have a few questions. Can SocketQueue be used as the middle server to forward request/data from Bank Host to Fintech Host vice versa?

We want to integrate with a bank, and they said, their module accepts (socket to socket communication) the financial transaction based on the ISO8583-1993 specification. At the front of ISO8583 message is placed message length in hex format and header.

In this case, can I use SQ to forward request/data from bank host through SQ to fintech client also from fintech host to bank client through SQ?

I hope you get my point?

juks commented 3 years ago

Hi!

Yes, SQ was ment to act like this: be a fintech gateway to the Bank ISO host. No problem using it this way with default or adopted iso8583 config.

bobozar commented 3 years ago

Thanks for the reply. I will look more into it and get back to you.