Merge pull request #1247 from merlokk/emv_tokenization

add tokenization tags for apple/google pay
This commit is contained in:
Oleg Moiseenko 2021-04-15 18:05:45 +03:00 committed by GitHub
commit c04f526c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,6 +261,7 @@ static const struct emv_tag emv_tags[] = {
{ 0x9f16, "Merchant Identifier", EMV_TAG_STRING, NULL },
{ 0x9f17, "Personal Identification Number (PIN) Try Counter", EMV_TAG_GENERIC, NULL },
{ 0x9f18, "Issuer Script Identifier", EMV_TAG_GENERIC, NULL },
{ 0x9f19, "Token Requestor ID", EMV_TAG_GENERIC, NULL },
{ 0x9f1a, "Terminal Country Code", EMV_TAG_GENERIC, NULL },
{ 0x9f1b, "Terminal Floor Limit", EMV_TAG_GENERIC, NULL },
{ 0x9f1c, "Terminal Identification", EMV_TAG_STRING, NULL },
@ -272,6 +273,7 @@ static const struct emv_tag emv_tags[] = {
{ 0x9f22, "Certification Authority Public Key Index - Terminal", EMV_TAG_GENERIC, NULL },
{ 0x9f23, "Upper Consecutive Offline Limit", EMV_TAG_GENERIC, NULL },
{ 0x9f24, "Payment Account Reference (PAR)", EMV_TAG_GENERIC, NULL },
{ 0x9f25, "Last 4 Digits of PAN", EMV_TAG_GENERIC, NULL },
{ 0x9f26, "Application Cryptogram", EMV_TAG_GENERIC, NULL },
{ 0x9f27, "Cryptogram Information Data", EMV_TAG_CID, NULL },
{ 0x9f2a, "Kernel Identifier", EMV_TAG_GENERIC, NULL },