An async endpoint used for attempting to cancel a pending decision prompt on a terminal. There is no result to acknowledge that this cancellation was processed by the terminal. If the transaction is already in a fully processed state, this call will be rejected.
Accepted
When you don't have the right permissions to cancel a pending payRequest.
When the terminal is not paired.
curl -i -X DELETE \ 'https://api.tyro.com/connect/pay-terminal/requests/{payRequestId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "error": "Terminal is not paired.",
- "errorCode": "TERMINAL_NOT_PAIRED"
}