Creates non-financial intents that is used to support any implementation.
The purpose of task are not tied to performing a payment/refund and are not tied to a specific terminal and designed around operations of a terminal. e.g reprinting a receipt
Returned intent body.
{- "type": "REPRINT_RECEIPT",
- "parentIntentId": "977e752c-43c3-4242-980f-81d18ca08185"
}
{- "intentId": "9b966aba-7d18-4a93-b6a8-43845b096776",
- "type": "REPRINT_RECEIPT",
- "status": "PENDING",
- "intentDetails": { },
- "transactionId": "string",
- "transactionDetails": {
- "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"
}
}