Top "Emv" questions

EMV stands for Europay, MasterCard and VISA, a global standard for inter-operation of integrated circuit cards (ICC or "chip cards") and ICC capable point of sale (POS) terminals and automated teller machines (ATMs), for authenticating credit and debit card transactions.

APDU Command to read card number

I would like to know if it's possible to get a Debit/Credit Card number from a SmartCard, I' trying …

smartcard iso apdu pcsc emv
Use APDU commands to get some information for a card

I have a terminal that has its own API to stablish and send commands between chip and terminal, there is …

java smartcard apdu smartcard-reader 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.…

java smartcard apdu emv
reading EMV card using PPSE and not PSE

I'm trying to read the data off a contactless Visa Paywave card. For the Paywave, I have to submit a …

nfc credit-card emv
EMV Offline Approval/Decline

I'm developing an interface to a VeriFone VX terminal. Although, this is really a general EMV question. Our processor has …

emv
APDU command to read credit card data from visa Paywave NFC enabled card using Samsung Galaxy S4

byte[] APDUCommand = { (byte) 0x00, // CLA Class (byte) 0xA4, // INS Instruction (byte) 0x04, // P1 Parameter 1 (byte) 0x00, // P2 Parameter 2 (byte) 0x0…

android nfc apdu contactless-smartcard emv
How to Read EMV based smart VISA card details

I am trying to read the credit card data from the VISA card but could not able to make a …

emv
What is the purpose of Application Transaction Counter stored in EMV chip for ARQC generation?

In the EMV book 2: security and key management on page 151, it is stated that "The counter results in uniqueness to …

cryptography digital-signature smartcard emv replay
EMV application development Questions

I am new to EMV, currently I have an emergency EMV application development project, anybody could help me answer the …

emv
EMV Tag 91 Issuer Authentication Data - How to Determine Format of Tag in Response

If present, EMV Tag 91 Issuer Authentication Data can have several different formats when returned in a transaction response. From my (…

smartcard payment-processing emv