Get the receipt information, status and receipt resources and actions for a schedule.
- GET /schedules/{scheduleId}/receipts/latest/thermal
- GET /schedules/{scheduleId}/receipts/latest/fullpage
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"
}