chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
712 stars 568 forks source link

How to read credit card with this plugin #311

Closed kapilkarda closed 6 years ago

kapilkarda commented 6 years ago

Is their any method, that I can read credit card data using NFC, for android and ios ?

don commented 6 years ago

If the credit card has a NFC tag, you might be able to read the id from the tag. The data is most likely not NDEF so you probably won't be able to read it.

Try using NFC TagInfo by NXP or NFC TagInfo to see if it's possible to read the card.