add tokenization tags for apple/google pay

This commit is contained in:
merlokk 2021-04-15 18:05:08 +03:00
parent 49630f0a7f
commit 966875ce6f

View file

@ -261,6 +261,7 @@ static const struct emv_tag emv_tags[] = {
{ 0x9f16, "Merchant Identifier", EMV_TAG_STRING, NULL }, { 0x9f16, "Merchant Identifier", EMV_TAG_STRING, NULL },
{ 0x9f17, "Personal Identification Number (PIN) Try Counter", EMV_TAG_GENERIC, NULL }, { 0x9f17, "Personal Identification Number (PIN) Try Counter", EMV_TAG_GENERIC, NULL },
{ 0x9f18, "Issuer Script Identifier", 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 }, { 0x9f1a, "Terminal Country Code", EMV_TAG_GENERIC, NULL },
{ 0x9f1b, "Terminal Floor Limit", EMV_TAG_GENERIC, NULL }, { 0x9f1b, "Terminal Floor Limit", EMV_TAG_GENERIC, NULL },
{ 0x9f1c, "Terminal Identification", EMV_TAG_STRING, 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 }, { 0x9f22, "Certification Authority Public Key Index - Terminal", EMV_TAG_GENERIC, NULL },
{ 0x9f23, "Upper Consecutive Offline Limit", EMV_TAG_GENERIC, NULL }, { 0x9f23, "Upper Consecutive Offline Limit", EMV_TAG_GENERIC, NULL },
{ 0x9f24, "Payment Account Reference (PAR)", 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 }, { 0x9f26, "Application Cryptogram", EMV_TAG_GENERIC, NULL },
{ 0x9f27, "Cryptogram Information Data", EMV_TAG_CID, NULL }, { 0x9f27, "Cryptogram Information Data", EMV_TAG_CID, NULL },
{ 0x9f2a, "Kernel Identifier", EMV_TAG_GENERIC, NULL }, { 0x9f2a, "Kernel Identifier", EMV_TAG_GENERIC, NULL },