emv

How do I read the PAN from an EMV SmartCard from Java

I need to read account number from Maestro/Mastercard with smart card reader. I am using Java 1.6 and its javax.smartcardio package. I need to send APDU command which will ask EMV application stored on card's chip for PAN number. Problem is, I cannot find regular byte array to construct APDU command which will return needed data anywhere...

How can I read the purse balance with an EMV CARD?

I'm working with a smart card reader and I'm finding some trouble about getting the purse balance from an EMV card. I have developed software for other cards with t=0, protocol, but this time this process is killing me. I supposse it has to be something like : Select Purse balace File Read Record. I did not find this file, and then I ...

EMV : Cards always answer 6E 00

Hi all, I have tested 4 EMV French Cards on a PC/SC Reader (Athena Asedrive USB) and I can't do anything. Each card, which works for payments, answers 6E 00 : class incorect I give you here an exemple of a PSE select : using AseIIIeUSB 00 00 Using T=0 protocol > RESET < OK: 3B 65 00 00 63 04 6C 90 00 > 00 A4 04 00 0E 31 50 41 59 2E 5...

EMV card problem

Hello there, my question is not exactly about programing as i've used ADPU commands before with other cards and card readers, it is rather with not being to knowledgable with the EMV specification. I'm currently using an OMNIKEY 3121 cardreader which is EMV 2000 compliant and a card with and EMV chip that has the MasterCard logo on it(i...

EMV library [About, Guide]

I'm starting to develop applications that handle chip cards - banking - and I need to use the library EMV. Does anyone know give me some information about it? Where can I download it? Thanks ...