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

« Previous Version 3 Current »

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

  • No labels