v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Transactions

StopNotify

post/StopNotify

Request body

StopSiteIdinteger

Indication for Nayax Engine in which Site the transaction originated

MachineIdinteger
  • Length: 255
  • Unique Identifier for the Nayax Machine
HwSerialstring
  • Length: 255
  • Unique Identifier for the Nayax Device
CardLast4Digitsstring nullable

Payment card's last 4 digits

CardHashstring
CardUidstring nullable

Payment card's Unique identifier

ServiceStationNumberstring nullable
  • Identifies the Spark Provider’s Point of Interaction number
  • Will be provided by Nayax when the Nayax Device is configured to support several service points via the Nayax backoffice system

Response

Success. The stop request was successfully processed.

SparkTransactionIdstring nullable

The Spark session identifier for the matched transaction.

NayaxTransactionIdinteger nullable

The unique ID for the Nayax transaction.

SiteIdinteger

The original site ID where the transaction was initiated.

StopSiteIdinteger

The site ID where the card was presented to stop the session.

MachineIdinteger

The ID of the machine where the card was presented.

HwSerialstring

The serial number of the machine.

MachineAuTimestring nullable

The local machine timestamp of the authorization in the format yyyyMMddHHmmssSSS.

Example response

{
  "SparkTransactionId": "12c7cec2-c690-4425-9a1f-db0db60e2d8c",
  "NayaxTransactionId": 2004545072,
  "SiteId": 2,
  "StopSiteId": 4,
  "MachineId": 71234996,
  "HwSerial": "0434334921100366",
  "MachineAuTime": "20240205194122328",
  "Status": {
    "Verdict": "Approved",
    "ErrorDescription": "No Errors"
  }
}