PAYMENTS
SIMPLIFIED


Offer all the payment features your
customers want with a fast integration
that limits your PCI scope.

GET STARTED

API Base URLs

  • Production Server

    For processing live transactions

    https://api.payjunction.com

  • Test Server

    For development

    https://api.payjunctionlabs.com

Most Commonly Referred to Articles

GET /transactions/{transactionId}/receipts/latest

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.

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"
}