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

Can you handle FCI response from another library #36

Open ikymasie opened 6 years ago

ikymasie commented 6 years ago

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 identified a different kernel. Is there a way to continue where the previous sdk left off with this information?

Please help