Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Nexo Retail protocol, an Event Notification can be sent by the POI to the Sale System to notify the detection of a Card.

The Sale System has to be aware that the POI can send event only when a transport connection is available.

The POI may send Event Notification outside sessions.

In this section:

Table of Contents

Event Notification (CardInserted)

Message example

Code Block
breakoutModefull-width
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<SaleToPOIRequest>
   <MessageHeader SaleID="ArkosSales" MessageCategory="Event" DeviceID="00000001" POIID="DEMO0001" MessageType="Notification" MessageClass="Event" />
   <EventNotification>
      <TimeStamp>2020-10-27T09:57:34.217-04:00</TimeStamp>
      <EventToNotify>CardInserted</EventToNotify>
   </EventNotification>
</SaleToPOIRequest>