From version 24.2
edited by Kristian Lingsom
on 2017/10/16 13:45
To version 24.3
edited by Kristian Lingsom
on 2017/10/16 13:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -98,7 +98,29 @@
98 98  Example: An imaginary message which consists only of a message ID “0300” and an empty bitmap (all zeros) will be transmitted as follows:
99 99  
100 100  
101 -|=Length|=Message ID|=Bitmap
101 +|=Length|=(((
102 +Message ID
103 +)))|=Bitmap
102 102  |=0x30 0x30 0x31 0x32|=0x30 0x33 0x30 0x30|=0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
103 103  
106 +Example: An 1820 message, without MAC, will be transmitted as follows: Message bytes (hex):
107 +303035303138323002300101000000003039313031353238343133383239313030393039313031353238343138333130353130303331
108 +
109 +
110 +|=Field|=Format|=Encoding|=Data|=Parsed
111 +|Message Length|n|ASCII|30303530|0050
112 +|Massage ID|n|ASCII|31383230|1820
113 +|Bitmat|b|Binary|0230010100000000|
114 +|7 - Date/Time|n|ASCII|30393130313532383431|0910152841
115 +|11 - STAN|n|ASCII|333832393130|382910
116 +|12 - Date/Time|n|ASCII|303930393130313532383431|090910152841
117 +|24 - Function code|n|ASCII|383331|831
118 +|32 - Acquiring institution identification code|n|ASCII|TODO eksempel|TODO eksempel
119 +
120 +
121 +The PayEx response timeout is set to XX seconds. If after xx+1 seconds, no response has been received, the third party host needs to take the appropriate action based on the message type. (E.g. send a reversal)
122 +
123 +The third party host has the possibility to perform offline stand-in, thought this needs to be agreed with the indididual card issuers. Otherwise the station might not be reimbursed.
124 +
125 +
104 104