v1
latestOpenAPI 3.1.02026-07-24170121.2 MBLast Transaction
get/LastTransaction
Query parameters
DeviceSerialNostring
Serial number of your terminal.<br><table style='width: 100%; border-collapse: collapse;'><tr><td style='text-align: center;'><b>Type</b></td><td style='text-align: center;'><b>Format</b></td></tr><tr><td>String</td><td>Alphanumeric</td></tr></table>
Headers
Acceptstring required
Indicates which content types, expressed as MIME types, the client is able to understand.
Content-Typestring required
Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded
Response
200
Example response
{
"isSuccess": "boolean",
"errorCode": "string",
"errorMessage": "string",
"paymentResponse": "PaymentResponse",
"TransactionId": "long"
}