|
It's actually very simple, this kind of program is a socket communication...
After the bank and the merchant have an agreement, what you deal with is very simple, just send the accno and pwd, and the amount to the bank's front-end machine through the POS machine (some banks also require 23-track data), and you don't need to control the transaction process.
The data that may need to be sent are listed below
accno, pwd, [2,3 track data], amount, merchant number,
This interface requires the interface given to you by the bank.
Don't worry, this is very easy, in short it is socket communication. The interface is different from bank to bank, and from place to place, and it is different from UnionPay. |
|