TransactionNotify endpoint is used to notify the integrator about
the final details of a charging session, including charger availability,
amount, and display information.The request payload containing final session details.
The request payload for the TransactionNotify endpoint, which provides final details of a charging session. This request is made after a session has been prepared and the charger is ready for use.
The hardware serial number of the terminal.
The ID of the vending machine or service device.
The unique Nayax internal transaction ID.
The unique ID generated in StartAuthentication.
The final amount to charge in central currency units (e.g., dollars).
The last four digits of the card presented.
The one-way hash of the whole card number.
The UID of the card (for prepaid cards).
The number identifying the service station.
The identifier for the Spark site.
The timestamp from the device in yyyyMMddHHmmssSSS format.
Success. The transaction notification was received.
The response payload from the integrator to the TransactionNotify request. This response confirms the session status and echoes key identifiers.
The Nayax internal unique identifier of the transaction, echoed from the request.
The unique session ID, echoed from the request.
The unique hardware serial number of the terminal, echoed from the request.
The unique ID of the machine, echoed from the request.
The ID of the site where the transaction originated, echoed from the request.
The identifier of the service station, echoed from the request.
An object confirming how to proceed. The Verdict is typically "Approved" or "Declined".