Get End Of Day Reports by reference
This is the endpoint to get End of Day report by a given reference. Including printable format.
Request Code Samples
curl --location 'https://sandbox.api.confirmapay.com//v1/report/eod/?PaymentChannelId=undefined&TerminalId=undefined&Printable=undefined&PageWidth=undefined&FromDate=undefined&ToDate=undefined' \
--header 'Authorization: Bearer <token>'
Responses
{
"data": {
"printables": {
"stringContent": "string"
},
"reportDateTime": "2019-08-24T14:15:22.123Z"
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}
Modified at 2026-06-08 12:48:42