Skip to main content
The terminal uses the TransactionCallback endpoint to notify the integrator about the result of a card tap. It is triggered automatically when a user presents a card, and an authorization flow is initiated with the payment provider. This callback is essential for proceeding to transaction confirmation or rejection handling.

Request

The Spark platform sends a POST request to your configured TransactionCallback endpoint. The payload includes the full result of the card scan operation:

Request Parameters

The table below describes all 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.