Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

Event Notification (CardInserted)

Message example

<?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>

  • No labels