Get Terminal Transaction Status

Endpoint Access URL: https://rest.everyware.com/api/terminals/payment/{TerminalTransactionId}/status[GET]

This endpoint allows you to get the status of a transaction by passing the Terminal TransactionID from the Send Terminal Payment POST API Response

Sample Response

{
    "Id": 1,
    "ExternalId": "externalId",
    "Status": 2,
    "ErrorMessage": "",
    "IndividualID": 1
}
Status ValueDefinition
1In Progress
2Successful
3Failed