{
"paymentChannelId": 1,
"terminalId": "string",
"options": {
"epassiOptions": {
"accessKey": "string"
},
"resursOptions": {
"storeId": "string",
"paymentMethodId": "string"
},
"softPayOptions": {
"employeeReference": "string",
"merchantReference": "string",
"tipping": {
"enableTipping": true,
"percentageOptions": [
0
]
}
},
"retain24Options": {
"accountId": "string"
},
"nexiOptions": {
"customerPresentForRefund": true,
"cashBackAmount": 0
},
"worldLineOptions": {
"cashierIdentification": "string"
},
"netsBaxiOptions": {
"operatorId": "string"
}
}
}curl --location --request POST 'https://sandbox.api.confirmapay.com//v1/payment/eod' \
--header 'Device-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentChannelId": 1,
"terminalId": "string",
"options": {
"epassiOptions": {
"accessKey": "string"
},
"resursOptions": {
"storeId": "string",
"paymentMethodId": "string"
},
"softPayOptions": {
"employeeReference": "string",
"merchantReference": "string",
"tipping": {
"enableTipping": true,
"percentageOptions": [
0
]
}
},
"retain24Options": {
"accountId": "string"
},
"nexiOptions": {
"customerPresentForRefund": true,
"cashBackAmount": 0
},
"worldLineOptions": {
"cashierIdentification": "string"
},
"netsBaxiOptions": {
"operatorId": "string"
}
}
}'{
"data": true,
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}