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 /schedules/{scheduleId}/receipts/latest

Get the receipt information, status and receipt resources and actions for a schedule. 

Example Response

{
    "uri": "https://api.payjunctionlabs.com/schedules/137/receipts/latest",
    "signatureStatus": "SIGNED",
    "terms": "Bill $23.45 every 2 Month(s)\nStart Date: 11/15/2024\nEnd after 4 approved transaction(s)\n",
    "signatureUpToDate": false,
    "signature": {
        "signedBy": {
            "ipAddress": "68.6.108.54",
            "name": "The Signer"
        },
        "dateSigned": "2024-11-12T20:56:31Z",
        "source": "REMOTE_CAPTURE",
        "device": "Remote Capture",
        "deviceVersion": "1.0",
        "image": {
            "uri": "https://api.payjunctionlabs.com/schedules/137/receipts/latest/signature"
        }
    },
    "documents": {
        "thermal": {
            "uri": "https://api.payjunctionlabs.com/schedules/137/receipts/latest/thermal"
        },
        "fullpage": {
            "uri": "https://api.payjunctionlabs.com/schedules/137/receipts/latest/fullpage"
        }
    },
    "actions": {
        "email": {
            "uri": "https://api.payjunctionlabs.com/schedules/137/receipts/latest/email"
        }
    },
    "created": "2024-11-12T20:56:31Z",
    "lastModified": "2024-11-12T20:56:31Z"
}