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 --request GET 'https://sandbox.api.confirmapay.com//v1/report/eod/?PaymentChannelId&TerminalId&Printable&PageWidth&FromDate&ToDate' \
--header 'Authorization: Bearer <token>'
Responses
{
"data": {
"printables": {
"stringContent": "string"
}
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}
Modified at 2026-01-27 09:59:14