emvqr icon indicating copy to clipboard operation
emvqr copied to clipboard

EMV Compliant QR Library in .NET Standard

Results 6 emvqr issues
Sort by recently updated
recently updated
newest added

When I pass only zeros to the Merchant Category Code field, which represents as unspecified, the length comes as two characters (00) instead (0000) as specified by ISO.

I get QR data has an invalid CRC when try to parse QR Code

Can we update the amount to 3 decimal places? Like in your code, you are taking only 2 decimal places. this one : nullableDecimal.Value.ToString("#.00") in StandardizedQR/Services/Encoding/MerchantEncoder.cs

- Added test for 5 live EMV QR codes that failed to be parsed but are actually valid. - Fixed merchant information tag ID range validation, it can be from...

The TLV parsing breaks with an `ArgumentOutOfRangeException` when using EcoBank codes. There are EMV compliant codes as far as I know. Here is an example code that breaks: 0002010102110213404587568745904155326311155509945204625353039365802GH5915MAXMART LIMITED6005ACCRA62240708620037450308620037456304C913...

Do you intend to make it android compatible for java and android studio? You can use .net embedding for it