- Initiate and manage transactions.
- Retrieve and process transaction data.
- Handle settlements, refunds, and pre-authorizations.
Set Up the MCP Server
Connect your AI assistant to Nayax documentation for instant answers.
Payment services
Nayax’s TweezerComm protocol supports two primary payment services, one for global users and one exclusive to Israel.- Global Payments: The
EngineService is the primary service for processing credit card and closed-loop transactions with the Nayax Gateway. The Nayax Gateway is responsible for setting device parameters and processing transactions according to the settings configured in Nayax Core. This service is widely used, supporting many payment providers in numerous countries. Before a transaction can be executed, the device must complete an “establishment” process (managed by Nayax’s team). - Israel Payments: The
AshraitService is a specialized service for performing AshraitEMV transactions. The client application communicates with the AshraitEMV Application (AEA), which can run on a stand-alone terminal or a central server. All approved transactions are written to the AEA’s database. A key part of this service is the batch process, where the AEA transmits approved transactions to the ABS (SHVA) server.
Global TweezerComm guides
This section provides guides to assist you in using TweezerComm with the Nayax global payment service, outlining the integration process and available API methods. See the pages below to learn more:Get started
See how TweezerComm structures and sends requests using JSON-RPC 2.0.
Global payment flows
Follow the structured payment flows for global transaction processing.
Global payment methods
Browse the API methods for the global engine payment service.
Israel TweezerComm guides
This section provides guides to assist you in using TweezerComm with the Nayax Israel payment service, outlining the integration process and available API methods. See the pages below to learn more:Get started
See how TweezerComm structures and sends requests using JSON-RPC 2.0.
Israel payment flows
Follow the structured payment flows for Israel transaction processing.
Israel payment methods
Browse the API methods for the Israel ashrait payment service.
General guides
This section provides general guides that are relevant to TweezerComm’s payment services. See the pages below to learn more:Device methods
Manage payment terminals: device info, card reads, configuration, and diagnostics.
TC service
Run the Agamento app as a background service for your own Android app.
Resilience mechanism
Handle transaction completion or cancellation when errors or failures occur.
Additional resources
Find certification files, error codes, and other supporting materials.