I'm trying to read a Paypass Maestro Mastercard. So I send the following SELECT PPSE command:
00 A4 04 00 0E 32 50 41 59 2E 53 59 53 2E 44 44 46 30 31 00
I get the following response:
6F 2C 84 0E 32 50 41 59 2E 53 59 53 2E 44 44 46
30 31 A5 1A BF 0C 17 61 15 4F 0C A0 00 00 00 04
30 60 C1 23 45 67 89 87 01 03 9F 2A 01 02
With a successful selection: SW1SW2=9000
When I tried to decode the response with a TLV Decoder I've got the following:
6F File Control Information (FCI) Template
84 Dedicated File (DF) Name
325041592E5359532E4444463031
A5 File Control Information (FCI) Proprietary Template
BF0C File Control Information (FCI) Issuer Discretionary Data
61 Application Template
4F Application Identifier (AID) – card
A0000000043060C123456789
87 Application Priority Indicator
03
9F2A Unknown tag
02
I don't know how to interpret this result which contains the unknown Tag 9F2A. And what about the Maestro card's AID? I searched and I found that is:
A0000000043060
Could anyone help me to resolve this issue?