This is the endpoint to save End of Day report for onsite terminals. Example: NETS Baxi
Request
Body Params application/json
{
"contentType": "string",
"content": "string",
"terminalId": "string",
"reportType": 1,
"posType": 1,
"paymentChannelId": 1,
"reportDateTime": "2019-08-24T14:15:22Z"
}
Request Code Samples
curl --location --request POST 'https://sandbox.api.confirmapay.com//v1/report/eod' \
--header 'Device-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contentType": "string",
"content": "string",
"terminalId": "string",
"reportType": 1,
"posType": 1,
"paymentChannelId": 1,
"reportDateTime": "2019-08-24T14:15:22Z"
}'
Responses
{
"data": null,
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}
Modified at 2025-11-24 05:00:19