You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to scan below QR but its getting failed and give me INVALID EMV DATA error.
var emvqrDecoder = require("emvqr")
const example = '0002010102110216429975000027082904150000000000013412876003231036b0edd21412ebb229b0a2448f56a0108ALFHPKKA0224PK03ALFH00110010091230165204541153035865802PK5909SATRADERS6007Karachi6304E067';
const result = emvqrDecoder.decode(example);
console.log(result);
Can someone please tell me whats wrong here ?
The text was updated successfully, but these errors were encountered:
HI
I am trying to scan below QR but its getting failed and give me INVALID EMV DATA error.
Can someone please tell me whats wrong here ?
The text was updated successfully, but these errors were encountered: