Get a signed thermal receipt HTML document for the transaction.
Get the receipt for a transaction. This includes signature status and URIs to the latest version of the receipt HTML documents, or you can access the receipt HTML documents directly.
- 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" }