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 Value | Definition |
---|---|
1 | In Progress |
2 | Successful |
3 | Failed |
Updated 3 months ago