Sends an intent for the terminal to be processed. Used to start the terminal to execute an intent. This terminal will only start executing the intent if the terminal is in an idle state.
Expected response body.
Bad request.
Invalid API key/MID.
Forbidden from performing this action.
The intent to reverse could not be found.
Thrown when trying to process an intent on a device that is not AVAILABLE.
{- "tid": "string"
}
Thrown when trying to process an intent without providing a tid in the request body.
{- "statusCode": 400,
- "error": "BadRequest",
- "code": "NoTerminalIDProvided",
- "message": "Cannot process an intent without a Terminal ID."
}
{- "transactionId": "transaction-123",
- "intentId": "intent-123",
- "status": "completed",
- "paymentAmount": 100,
- "statusMessage": "string",
- "amount": {
- "subTotal": 1000,
- "surcharge": 10,
- "tip": 100,
- "tax": 100
}, - "paymentMethod": {
- "type": "CARD",
- "card": {
- "cardCurrency": "string",
- "last4Digit": "string",
- "scheme": "string",
- "cardType": "string",
- "tokenId": "string",
- "paymentToken": "string"
}, - "wallet": {
- "walletId": "string",
- "type": "string",
- "paymentToken": "string",
- "tokenId": "string",
- "owner": "string",
- "referenceId": "string"
}
}, - "host": {
- "authCode": "string",
- "authResponseCode": "string",
- "authResponseText": "string",
- "authDateTime": "string"
}, - "externalRef": "string",
- "merchantReference": "string",
- "rawReceipt": "string",
- "terminalId": "string",
- "transactionData": {
- "transactionCurrency": "string",
- "transactionType": "string",
- "transactionDateTime": "string",
- "externalReferenceNumber": "string"
}, - "metadata": { },
- "cardInputMethod": "string",
- "externalData": "string"
}