Merge pull request #969 from pwpiwi/gcc10_fixes
[legacy-proxmark3.git] / client / emv / defparams.json
blobe615d32392c7afcf71f337eb20e84cbca3094801
2   {
3     "name": "Transaction Date",
4     "tag": "9A",
5     "value": "00 00 00",
6     "length": 3,
7     "hint": "format: YYMMDD"
8   },
9   {
10     "name": "Transaction Type",
11     "tag": "9C",
12     "value": "00",
13     "length": 1,
14     "hint": "00: Goods and service, 01: Cash"
15   },
16   {
17     "name": "Amount, authorized",
18     "tag": "9F 02",
19     "value": "00 00 00 00 01 00",
20     "length": 6,
21     "hint": "amount (numberic) in cents"
22   },
23   {
24     "name": "Transaction Currency Code",
25     "tag": "5F 2A",
26     "value": "09 80",
27     "length": 2,
28     "hint": "USD 840, EUR 978, RUB 643, RUR 810(old), UAH 980, AZN 031, n/a 999"
29   },
30   {
31     "name": "Terminal Country Code",
32     "tag": "9F 1A",
33     "value": "72 75",
34     "length": 2,
35     "hint": "ISO3166: de, en (65 6e), uk(75 6b), ru (72 75), us, ua"
36   },
37   {
38     "name": "Terminal Transaction Qualifiers (TTQ)",
39     "tag": "9F 66",
40     "value": "26 00 00 00",
41     "length": 4,
42     "hint": "qVSDC 26 00 00 00, gen AC from GPO 26 80 00 00, MSD 86 00 00 00, VSDC 46 00 00 00"
43   },
44   {
45     "name": "Unpredictable Number",
46     "tag": "9F 37",
47     "value": "01 02 03 04",
48     "length": 4,
49     "hint": "4 byte random number"
50   },
51   {
52     "name": "Unpredictable Number (MSD for UDOL)",
53     "tag": "9F 6A",
54     "value": "01 02 03 05",
55     "length": 4,
56     "hint": "4 byte random number"
57   }