Get the receipt information, status and receipt resources and actions for a transaction.
- GET /transactions/{transactionId}/receipts/latest/thermal
- GET /transactions/{transactionId}/receipts/latest/fullpage
Example Response
{
"uri": "https://api.payjunction.com/transactions/10409/receipts/latest",
"signatureStatus": "SIGNED",
"terms": "4.20",
"signatureUpToDate": true,
"signature": {
"signedBy": {
"ipAddress": "10.0.173.101"
},
"dateSigned": "2014-01-08T00:02:40Z",
"source": "EQUINOX",
"device": "L5200",
"deviceVersion": "1.0",
"image": {
"uri": "https://api.payjunction.com/transactions/10409/receipts/latest/signature"
}
},
"documents": {
"thermal": {
"uri": "https://api.payjunction.com/transactions/10409/receipts/latest/thermal"
},
"fullpage": {
"uri": "https://api.payjunction.com/transactions/10409/receipts/latest/fullpage"
}
},
"actions": {
"email": {
"uri": "https://api.payjunction.com/transactions/10409/receipts/latest/email"
}
},
"created": "2014-01-08T00:02:40Z",
"lastModified": "2014-01-08T00:02:40Z"
}