5

I'm trying to read the data off a contactless Mastercard Paypass card.

So I submit a SELECT PPSE command using 2PAY.SYS.DDF01. Here is my command APDU:

00 A4 04 00 0E 32 50 41 59 2E 53 59 53 2E 44 44 46 30 31 00

In the APDU Response I get the error "6A82", which is "file not found".

I'm stuck, Can anyone help me to read data from the paypass card?

Michael Roland
  • 39,663
  • 10
  • 99
  • 206
Sara Sara
  • 299
  • 1
  • 6
  • 14
  • The SELECT PPSE command looks okay, are you sending this command over the contactless interface? – Michael Roland Apr 07 '15 at 18:29
  • yes im sending this command over teh contactless interface, i think that there is no PPSE in the card or the terminal doesn't support the PPSE selection method – Sara Sara Apr 07 '15 at 21:16
  • Please try selecting the PSE (1PAY.SYS.DDF01) first to see if it works. Otherwise that error means you have to try direct application selection. – Peter Apr 08 '15 at 14:25
  • Did you solve your problem? If yes, what did you do to solve it? – Michael Roland Apr 12 '15 at 07:53
  • @Peter: PSE and direct application selection are only for contacted cards – arved Apr 17 '15 at 08:26
  • @arved please quote the source of your info, as I do not recall the EMV specs saying direct app selection can only be applied to contact cards. – Peter Apr 17 '15 at 09:58
  • The direct Selection can be used in Contactless cards which don't support PPSE selection mode. @arved – Sara Sara Apr 17 '15 at 10:07
  • 4
    @Sara Sare EMV Conctactless version 2.4 Book B Section 3.3.2 page 25 ```Usage of the PPSE is mandatory in Entry Point``` – arved Apr 18 '15 at 20:08
  • All MCHIP PayPass cards should have PPSE, your command is correct, I'm selecting PPSE with exactly the same command. For more information, please refer to https://www.paypass.com/Term_TA/PP_Test_Cases_L2_%20Oct_10.pdf On page 14 it states that: if card returns status other than '90 00' in response to the SELECT PPSE command, the PayPass reader must terminate the transaction. – David Japaridze Oct 06 '16 at 14:52
  • Hi, I hope you were able to find out what the actual issue was. Were you using an MTIP card for the case @DavidJaparidze was referring to, or was it something else ? – Adarsh Nanu May 29 '17 at 16:32

0 Answers0