cordova-plugin-hce icon indicating copy to clipboard operation
cordova-plugin-hce copied to clipboard

Credit Card Emulation

Open BUATHERA opened this issue 9 years ago • 1 comments

Thanks for this really awesome plugin. However, i'd like to know if this could be used to emulate a credit card (EMV). What would need to be optimised and wat would be the APDU structure. The demo provided emulates a loyalty card and am just keen to know if it could be tweaked to emulate a credit card.

BUATHERA avatar Jan 04 '16 18:01 BUATHERA

@BUATHERA you should be able to use this plugin to emulate a credit card. You'll need to respond to multiple commands. This means that you need to implement the logic in JavaScript. I think you can get the specifications for the communication from http://www.emvco.com/.

If you get a generic solution working, I'd appreciate a pull request to get it added into the plugin.

don avatar Jan 05 '16 19:01 don