| |

VerySource

 Forgot password?
 Register
Search
View: 885|Reply: 3

Who has done bank card payment procedures in supermarkets, teach me!

[Copy link]

1

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-3-9 17:00:02
| Show all posts |Read mode
Our company makes POS software for supermarkets, and now we want to add support for bank card and credit card payment, but I have no idea. Is there any brother who has done similar procedures and gave me pointers ... Thank you.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-17 14:00:01
| Show all posts
This, I think it is like this, the bank must provide you with an interface program, you need to make a program to communicate with their excuse program, and then you communicate according to the established protocol
Reply

Use magic Report

0

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-8-17 15:15:01
| Show all posts
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.
Reply

Use magic Report

0

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-8-17 15:30:02
| Show all posts
If there is a communication middleware, use their middleware :)
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list