JAK8583
Package:
Summary:
Generate and parse ISO 8583 transaction messages
Groups:
Author:
Description:
This class can be used to generate and parse ISO 8583 financial transaction messages.
It can take as parameters the transaction message type indicator and other card transaction details. Then it generates a transaction message that is returned as a string.
The class can also do the opposite, i.e. take a string with a transaction message and parse it to get the message type indicator, the bitmap of types of transaction details contained in the message, and the transaction detail values.
It can take as parameters the transaction message type indicator and other card transaction details. Then it generates a transaction message that is returned as a string.
The class can also do the opposite, i.e. take a string with a transaction message and parse it to get the message type indicator, the bitmap of types of transaction details contained in the message, and the transaction detail values.
Comments are closed.