Page 1 of 1

Mastercard transaction process

Posted: Tue May 29, 2018 9:30 pm
by wumindejia
Hello,everyone. I am a newer at Mastercard. I want to know the process of Mastercard transactions. Who can provide me with documents or scripts or logs of the Mastercard transactions process. Thank you very much!

Re: Mastercard transaction process

Posted: Sun Jun 10, 2018 11:42 pm
by gorgeous
The first command is select (PPSE and mastercard application instance);
The next command is GPO;
The next command is read record, read record command should have multiple;
The last command is GAC.

Re: Mastercard transaction process

Posted: Mon Jun 11, 2018 4:36 am
by wumindejia
gorgeous wrote:The first command is select (PPSE and mastercard application instance);
The next command is GPO;
The next command is read record, read record command should have multiple;
The last command is GAC.

Thank you!

Re: Mastercard transaction process

Posted: Mon Jun 11, 2018 5:14 am
by Alisa1120
There is another transaction, chip simulation magnetic stripe card transaction.
The first command is select (PPSE and mastercard application);
The next command is GPO;
The next command is read record;
The last command is compute cryptographic checksum.

Re: Mastercard transaction process

Posted: Mon Jun 11, 2018 5:51 am
by wumindejia
Alisa1120 wrote:There is another transaction, chip simulation magnetic stripe card transaction.
The first command is select (PPSE and mastercard application);
The next command is GPO;
The next command is read record;
The last command is compute cryptographic checksum.

Thank you!

Re: Mastercard transaction process

Posted: Tue Jun 12, 2018 8:55 am
by atr7816
I only know a little technology about java card application. It seems that the process is very similar to VISA payment application(VSDC? or something less).
Am I right?