Skip to main content
Enable StopCallbackThis feature must be enabled in Nayax Core during the integration.
The StopCallback endpoint is used to notify the integrator that a consumer has presented their payment card at the terminal in an attempt to stop an ongoing session. This process allows the Spark integrator to validate and match the card against an active session that was originally authorized on the same terminal. This is primarily used in the Pre-Authorization transaction flow, if you choose to implement it. While the payment terminal is in Idle mode, it can accept a card presentation. If Nayax recognizes the card as belonging to an active transaction, it sends the StopCallback with the transaction details. If a session match is found, you need to send a Settlement request to complete the session termination.
TimeoutIf no ACK is received within 5 seconds, the consumer experience is considered failed.

Request

Spark sends a POST request to your configured StopCallback endpoint. The body parameters are as in the example below:

Request Parameters

The table below describes the parameters of the request:
Nayax CallbackThis is a callback from Nayax, no response body is required. A simple 200 OK server acknowledgment is sufficient.