-
Notifications
You must be signed in to change notification settings - Fork 108
/
spec87ascii.json
483 lines (483 loc) · 9.53 KB
/
spec87ascii.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
{
"name": "ISO 8583 v1987 ASCII",
"fields": {
"0": {
"type": "String",
"length": 4,
"description": "Message Type Indicator",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"1": {
"type": "Bitmap",
"length": 16,
"description": "Bitmap",
"enc": "HexToASCII",
"prefix": "Hex.Fixed"
},
"2": {
"type": "String",
"length": 19,
"description": "Primary Account Number",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"3": {
"type": "Numeric",
"length": 6,
"description": "Processing Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed",
"padding": {
"type": "Left",
"pad": "0"
}
},
"4": {
"type": "String",
"length": 12,
"description": "Transaction Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed",
"padding": {
"type": "Left",
"pad": "0"
}
},
"5": {
"type": "String",
"length": 12,
"description": "Settlement Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed",
"padding": {
"type": "Left",
"pad": "0"
}
},
"6": {
"type": "String",
"length": 12,
"description": "Billing Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed",
"padding": {
"type": "Left",
"pad": "0"
}
},
"7": {
"type": "String",
"length": 10,
"description": "Transmission Date \u0026 Time",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"8": {
"type": "String",
"length": 8,
"description": "Billing Fee Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"9": {
"type": "String",
"length": 8,
"description": "Settlement Conversion Rate",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"10": {
"type": "String",
"length": 8,
"description": "Cardholder Billing Conversion Rate",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"11": {
"type": "String",
"length": 6,
"description": "Systems Trace Audit Number (STAN)",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"12": {
"type": "String",
"length": 6,
"description": "Local Transaction Time",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"13": {
"type": "String",
"length": 4,
"description": "Local Transaction Date",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"14": {
"type": "String",
"length": 4,
"description": "Expiration Date",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"15": {
"type": "String",
"length": 4,
"description": "Settlement Date",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"16": {
"type": "String",
"length": 4,
"description": "Currency Conversion Date",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"17": {
"type": "String",
"length": 4,
"description": "Capture Date",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"18": {
"type": "String",
"length": 4,
"description": "Merchant Type",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"19": {
"type": "String",
"length": 3,
"description": "Acquiring Institution Country Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"20": {
"type": "String",
"length": 3,
"description": "PAN Extended Country Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"21": {
"type": "String",
"length": 3,
"description": "Forwarding Institution Country Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"22": {
"type": "String",
"length": 3,
"description": "Point of Sale (POS) Entry Mode",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"23": {
"type": "String",
"length": 3,
"description": "Card Sequence Number (CSN)",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"24": {
"type": "String",
"length": 3,
"description": "Function Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"25": {
"type": "String",
"length": 2,
"description": "Point of Service Condition Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"26": {
"type": "String",
"length": 2,
"description": "Point of Service PIN Capture Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"27": {
"type": "String",
"length": 1,
"description": "Authorizing Identification Response Length",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"28": {
"type": "String",
"length": 9,
"description": "Transaction Fee Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"29": {
"type": "String",
"length": 9,
"description": "Settlement Fee Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"30": {
"type": "String",
"length": 9,
"description": "Transaction Processing Fee Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"31": {
"type": "String",
"length": 9,
"description": "Settlement Processing Fee Amount",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"32": {
"type": "String",
"length": 11,
"description": "Acquiring Institution Identification Code",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"33": {
"type": "String",
"length": 11,
"description": "Forwarding Institution Identification Code",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"34": {
"type": "String",
"length": 28,
"description": "Extended Primary Account Number",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"35": {
"type": "String",
"length": 37,
"description": "Track 2 Data",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"36": {
"type": "String",
"length": 104,
"description": "Track 3 Data",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"37": {
"type": "String",
"length": 12,
"description": "Retrieval Reference Number",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"38": {
"type": "String",
"length": 6,
"description": "Authorization Identification Response",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"39": {
"type": "String",
"length": 2,
"description": "Response Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"40": {
"type": "String",
"length": 3,
"description": "Service Restriction Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"41": {
"type": "String",
"length": 8,
"description": "Card Acceptor Terminal Identification",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"42": {
"type": "String",
"length": 15,
"description": "Card Acceptor Identification Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"43": {
"type": "String",
"length": 40,
"description": "Card Acceptor Name/Location",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"44": {
"type": "String",
"length": 99,
"description": "Additional Data",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"45": {
"type": "String",
"length": 76,
"description": "Track 1 Data",
"enc": "ASCII",
"prefix": "ASCII.LL"
},
"46": {
"type": "String",
"length": 999,
"description": "Additional data (ISO)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"47": {
"type": "String",
"length": 999,
"description": "Additional data (National)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"48": {
"type": "String",
"length": 999,
"description": "Additional data (Private)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"49": {
"type": "String",
"length": 3,
"description": "Transaction Currency Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"50": {
"type": "String",
"length": 3,
"description": "Settlement Currency Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"51": {
"type": "String",
"length": 3,
"description": "Cardholder Billing Currency Code",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"52": {
"type": "String",
"length": 8,
"description": "PIN Data",
"enc": "HexToASCII",
"prefix": "Hex.Fixed"
},
"53": {
"type": "String",
"length": 16,
"description": "Security Related Control Information",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
},
"54": {
"type": "String",
"length": 120,
"description": "Additional Amounts",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"55": {
"type": "String",
"length": 999,
"description": "ICC Data – EMV Having Multiple Tags",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"56": {
"type": "String",
"length": 999,
"description": "Reserved (ISO)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"57": {
"type": "String",
"length": 999,
"description": "Reserved (National)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"58": {
"type": "String",
"length": 999,
"description": "Reserved (National)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"59": {
"type": "String",
"length": 999,
"description": "Reserved (National)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"60": {
"type": "String",
"length": 999,
"description": "Reserved (National)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"61": {
"type": "String",
"length": 999,
"description": "Reserved (Private)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"62": {
"type": "String",
"length": 999,
"description": "Reserved (Private)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"63": {
"type": "String",
"length": 999,
"description": "Reserved (Private)",
"enc": "ASCII",
"prefix": "ASCII.LLL"
},
"64": {
"type": "String",
"length": 8,
"description": "Message Authentication Code (MAC)",
"enc": "HexToASCII",
"prefix": "Hex.Fixed"
},
"90": {
"type": "String",
"length": 42,
"description": "Original Data Elements",
"enc": "ASCII",
"prefix": "ASCII.Fixed"
}
}
}