Skip to main content
The getStatus method returns the current AEA (Agamento Engine Application) service status and informs the client whether the payment engine is ready to process transactions (as opposed to getInternalStatus which provides information about the payment terminalโ€™s readiness to do the first part of processing a new transaction).
It is intended to be called infrequently (e.g., a few times per day) to check the operational state of the engine.

Request

JSON-RPC 2.0All methods in TweezerComm follow a JSON-RPC 2.0 structure. See Get Started for more details on how the requests are structured and sent.
In the request, the method field needs to be set to getStatus, as shown in the example request below:

Request Parameters

See the table below for a description of the available request parameters for this method.

Response

A successful request will return a response similar to the one in the code block below:

Response Parameters

Below is a table with all the possible response parameters and their description: