Close session
Close Session request message (from ECR)
| Pos | Length | Type | Content |
|---|---|---|---|
| 1 | 8 | N | Terminal ID (00000000-99999999) |
| 9 | 1 | A | Reserved – fixed to ‘0’ (0x30) |
| 10 | 1 | A | Message code: ‘C’ (0x43) |
| 11 | 8 | N | Cash register ID |
| 19 | 1 | N | Presence of message with additional data for the GT:
|
| 20 | 7 | N | Reserved – fixed to ‘0’ (0x30) |
Close Session response message (from Terminal)
| Pos | Length | Type | Content |
|---|---|---|---|
| 1 | 8 | N | Terminal ID (00000000-99999999) |
| 9 | 1 | A | Reserved – fixed to ‘0’ (0x30) |
| 10 | 1 | A | Message code: ‘C’ (0x43) |
| 11 | 2 | N | Transaction result:
|
If transaction result is positive (00)
| Pos | Length | Type | Content |
|---|---|---|---|
| 13 | 16 | N | EFT-POS Total amount, right aligned, filled with ‘0’ (0x30) on the left. Amount is always considered to be expressed in cents (e.g. 650 = 6,50) |
| 29 | 16 | N | Host Total amount, right aligned, filled with ‘0’ (0x30) on the left. Amount is always considered to be expressed in cents (e.g. 650 = 6,50) |
If transaction result is negative (01)
| Pos | Length | Type | Content |
|---|---|---|---|
| 13 | 19 | A | Result description. This field shall report, using only ASCII characters, the reason of the denial. The field is left aligned, filled with blank on the right. |
| 32 | 3 | N | Action code related to current payment operation |
| 35 | 10 | N | Reserved – fixed to ‘0’ (0x30) |