Reading Visa payWave Credit Card Details via NFC on Android

后端 未结 2 992
旧时难觅i
旧时难觅i 2020-12-22 17:58

Is it possible to read the credit card details (name, number, expiry) of a Visa payWave card via NFC on a Samsung Galaxy Nexus? What about other NFC-enabled credit cards?

相关标签:
2条回答
  • 2020-12-22 18:06

    Triangle.io also has an API that allows you to do this free of charge and you can integrate it in your own application. You can download the sample application from Google Play.

    Disclaimer: I work for triangle.io

    0 讨论(0)
  • 2020-12-22 18:07

    There are at least 2 Android apps that can already do this: Squareless and Electronic Pickpocket RFID.

    Some references:

    • Explanation of how to do it: http://blog.saush.com/2006/09/08/getting-information-from-an-emv-chip-card/
    • Java code: http://code.google.com/p/javaemvreader/
    • This may be helpful, too: http://cardpeek.googlecode.com/svn-history/r23/trunk/dot_cardpeek_dir/scripts/emv.lua
    • See also this question: How do I read the PAN from an EMV SmartCard from Java
    0 讨论(0)
提交回复
热议问题