A functionality to obtain the status and result (if available) of an intent.
Used as an alternative method of obtaining intent results (polling results instead of webhooks from post-backs)
Returned intent body.
Invalid API key/MID.
Forbidden from performing this action.
{- "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"
}
}