devnied / EMV-NFC-Paycard-Enrollment

A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).
Apache License 2.0
1.44k stars 586 forks source link

How to read token cryptogram? #24

Open atonamy opened 7 years ago

atonamy commented 7 years ago

For EMV Payment Tokenisation (such as Android Pay and Apple Pay) instead of real card number providing token by NFC. This library successful read token number and token expiry date. But how to read cryptogram (which acts as a one-time-use password). Where is stored? Any idea?

spacemonkey92 commented 6 years ago

Any update on this?

sverraest commented 4 years ago

Has someone been able to get the cryptogram yet?

sverraest commented 4 years ago

@rozzalia Can you point us in the right direction?

sverraest commented 4 years ago

@rozzalia were you able to share an example on getting the cryptogram from tokenized cards such as Apple Pay or Google Pay?