Cancel Terminal Payment
Access Endpoint URL: https://rest.everyware.com/api/terminals/{terminalId}/cancel-transaction [POST]
When a payment request is sent to the terminal, the merchant may initiate a cancellation via API rather than through the device. To do so, pass the terminal ID in the path of the endpoint URL as demonstrated above. The device will return to the idle screen.
To find the terminal ID, log into the Everyware Portal and navigate to the Settings > Point of Sale tab.
Sample Code
{
"IsSuccessful": true,
"Message": "Cancel request processed."
}
Updated 9 days ago