Version 21.2 by Kristian Lingsom on 2017/10/16 13:23
Show last authors
1 (% class="WordSection1" %)
2 (((
3 = Overview =
4
5 The purpose of the H2H PayEx link is to enable authorization and settlement of card transactions, where PayEx is end host for that card, or just an PSP. The third party host acts as a gateway in between payment terminals and PayEx.
6
7
8 [[image:pos server.png]]
9
10
11
12
13 The third party host can be a single or dual host system.
14 PayEx has a fully redundant system, with an active/active configuration.
15 The third party host(s) connect to PayEx loadbalanser
16
17
18 == Supported massage types ==
19
20
21 |=Message Type|=Reference
22 |1100/1110|AUTHORISATION REQUEST 1100/1110
23 |1200/1210|FINANCIAL TRANSACTION REQUEST
24 |1220/1221/1230|FINANCIAL TRANSACTION ADVICE
25 |1420/1421/1430|REVERSAL ADVICE
26
27 * (% style="tab-stops:21.15pt" %)Message types not included in the table above are not supported. E-g reconciliation is not supported
28 Only the Financial transaction advice (1220), Reversal Advice (1420) use repeat messages. Repeats are to be sendt according to xxxxxxx rules
29 * (% style="tab-stops:21.15pt" %)Advices won’t be declined by PayEx unless for a technical reason.(%%)In this case the third party host need to retry the advice until manual intervention or the advice has been accepted. It’s expected that the third party implement a retry delay (to-be-defined). After 6 retry attemps have failed manual intervention by thirsd party and PayEx support must be initiated.
30
31 == Message layout ==
32
33 This section covers message types and fields supported by PayEx
34
35
36 |=Presence|=Title|=Description
37 |C|Conditional|The data element’s presence depends on specific circumstances, witch are described either directly or by reference in the message content table.
38 |CE|Conditional echo|The response message must have the same data element if the data element was present in the original message
39 |M|Mandatory|Data element must be present in the specified message
40 |ME|Mandatory echo|The response message must have the same data element and value as sent in the original message request or advice message
41 |O|Optional|The data element may or may not be present in the message
42 )))
43
44 Optional fields may always be present in requests, even when not needed. In such case, they will be ignored. Requests received missing a mandatory field will be 904 - Format Error.
45
46 The third party host must ignore unknown fields included in the response messages.
47
48 When no usage notes are given in the field description, the field should be used as described in IFSF [1].
49
50 The “Format”-column can contain following info:
51
52 * LL: Variable length field, max 99 bytes as data. The field contains 2 bytes holding the length of the data. Example: 303101 a one byte field with LL = 3031 and the data is 01.
53 * LLL: Variable length field, max 999 bytes as data. The field contains 3 bytes holding the length of the data. Example: 30303101 a one byte field with LLL = 303031 and the data is 01.
54 * Date/time field formats, YYMMDDhhmmss (or variations), where:
55 ** YY : Last 2 digits of the year, 00 through 99
56 ** MM: Month, 01 through 12.
57 ** DD: Day, 01 through 31
58 ** hh: Hour, 00 through 23
59 ** mm: Minutes, 00 through 59
60 ** ss: Seconds, 00 through 59
61
62 The “Type”-column can contain:
63
64 * a : Alphabetic character [a..z,A..Z]
65 * n : Numeric BCD-digit. [0..9]
66 * ans: alphabetic, numeric and special characters
67 * an : alphabetic and numeric.
68 * s : Special characters.
69 * b : Binary
70 * p: pad character, space
71 * x: “C” for credit, “D” for debit and shall always be associated with a numerical amount data element.
72
73 The “Size”-column can contain:
74
75 * Variable length fields have a size that looks like “..nn”, where nn is the maximum number of characters or bytes.
76 * A fixed length field has “n” as size content, with n the number of characters or bytes.
77
78 All fixed length “n” data elements are assumed to be right justified with leading zeroes. All other fixed length data elements are left justified with trailing spaces. In all “b” data elements, blocks of 8 bits are assumed to be left justified with trailing zeroes.
79
80
81
82