Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EMV QR Code v1.1 Specification #53

Open
AlexisDD opened this issue Mar 12, 2024 · 0 comments
Open

Implement EMV QR Code v1.1 Specification #53

AlexisDD opened this issue Mar 12, 2024 · 0 comments

Comments

@AlexisDD
Copy link

Hi,

The documentation mentions compatibility with v1.1 of the EMV QR Code Specification. However, it seems that the library uses the v1.0 Specification from 2017 (in the docs folder), leading to the absence of certain features.

For example, I need to use new fields that were added in v1.1 in the Additional Data Field Template (ID "62") and are not implemented in the library :
- Merchant Tax Id (ID "10")
- Merchant Channel (ID "11")

image

As a workaround, I've incorporated these fields into the "RFU for EMVCo," enabling the use of IDs 10 and 11 but it would nice to update the library to accommodate the new specification. I've only noticed this particular example so I didn't check whether v1.1 is partially supported or not supported at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant