Tagged Questions

ISO 8583 Financial transaction card originated messages — Interchange message specifications is the International Organization for Standardization standard for systems that exchange electronic transactions made by cardholders using payment cards.

learn more… | top users | synonyms

4
votes
1answer
388 views

j8583 cannot handle field 128

I've been using j8583 to parse and construct ISO 8583 message in Java. All seems well until one of the message has field 128 in it. That field is always missing when I construct or parse a message ...
3
votes
1answer
278 views

ISO 8583 Rev.93 - Connecting to channel

I'm fairly new to the whole ISO8583 concept and have been assigned to connect to a Bank's channel. I have used John Oxley's Excellent OpenIso8583.Net to make a Iso8583-standard message and send it ...
2
votes
1answer
137 views

Interact with POS -Terminal Devices and Banking Switching Systems

I have a project which I need to interact with POS - Terminal Devices and magnetic/chip cards. Let's say, whenever customer buy goods from my department store, staff from this store will stripe ...
2
votes
3answers
1k views

how to encode data for iso 8583 to transfer socket c#

i dont unterstand exactly how to send data over c# socket.send( byte[]) , I mean they say i need to send 0800 for a echo trans, how to convert. please I'v been programming for a while but i dont ...
1
vote
1answer
109 views

Payment between POS Terminal and Bank

I want to make program to talk between a Bank and POS Terminal Devices without using any third party tools. Let's assume that, currently, this program will only be used to talk with a specific bank ...
1
vote
1answer
325 views

Understanding ISO 8583 messaging log

I am just beginner to ISO 8583 messaging format. So, i already search information about that at WIKI and Code Project So as i understand about that is.. this message we can divide 3 parts ... 1.MTI ...
1
vote
2answers
771 views

Full statement from ISO 8583

I would like to know if it is possible to do a full statement (between a date range) through ISO 8583, I have seen ATMs which do full statements and was wondering what method they used. I know ...
0
votes
2answers
282 views

interpretation of sizes of fields (bitmap) ISO8583

What should be the correct interpretation for the sizes of each bit represents : Bitmap attribue length in bytes 1 b 1 16 (every two, representing a binary byte) 52 b 64 ??? ...