EMV-NFC-Paycard-Enrollment icon indicating copy to clipboard operation
EMV-NFC-Paycard-Enrollment copied to clipboard

A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).

Results 24 EMV-NFC-Paycard-Enrollment issues
Sort by recently updated
recently updated
newest added

Hi! I'm looking into your source code, it's very good. However, there are cards that require instead of GET PROCESSING CLA=80, INS=A8. Execute command CLA=80 INS=A6. How to generate a...

What a pity that there is no complete example for running your very nice library on an Android device as your library makes working with EMV cards as easy as...

Has anyone got any repos or code to help me with bridging this module to react native? Its a tough project for me since I don't know Java. Any help...

Hello folks! I'm facing a really strange issue, let me try to explain: I have two cards: 1. Spanish DNIe 2. VISA card And these are the scenarios: 1. Read...

I'm getting this error when trying to use my card which expiration date is 11/23 (11 for month and 23 for year). > java.lang.IllegalArgumentException: Invalid date (or are we parsing...

It looks that holdernames ( _tested with a visa credit card_ ) and PC/SC always are returned as null ( cc _number & expiration data ok_ ) . I know...

I have added that provider class I don't know what to do next. Can you please help, Is there any sample application?

Added more AIDs to support more cards from MasterCard, and Added Meeza (in Egypt)

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....

Hi, Im using custom sdk thats responsible for kernel 2 (Mastercard). I would like to integrate your library by passing the FCI response i get from the Sdk when i've...