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 MessageCategory="Event" DeviceID="00000001" SaleID="SaleID20022" POIID="00000001" MessageClass="Event" MessageType="Notification" />
   <EventNotification>
      <TimeStamp>2020<EventNotification TimeStamp="2020-11-04T14:24:53.405-05:00</TimeStamp>
      <EventToNotify>CardInserted</EventToNotify>
   </EventNotification>00" EventToNotify="CardInserted" />
</SaleToPOIRequest>