Cancels an intent created. The intent may have already been sent to the terminal for processing.
Used to cancel the current intent that the terminal is executing. Please note: during financial transactions, the transaction cannot be cancelled once the transaction has been sent to the card schemes for authorization.
Expected response body.
Bad request.
Invalid API key/MID.
Forbidden from performing this action.
The intent to reverse could not be found.
{- "tid": "string"
}
Thrown when trying to cancel an intent without providing a tid in the request body.
{- "statusCode": 400,
- "error": "BadRequest",
- "code": "NoTerminalIDProvided",
- "message": "This intent is already processing - a Terminal ID is required to cancel."
}
{- "intentId": "5657dc13-abcc-49ec-a305-ca23e0a5d0da",
- "status": "CANCELLED",
- "type": "PAYMENT"
}