Method Name: DAYCLOSE
If supported by the device, performs the End-Of-Day procedure on the EFT
Request
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|---|---|---|
|
1 |
DayClose |
|
|
|
2 |
StoreCode |
<string> |
Store Code |
|
2 |
TillCode |
<string> |
Till Code |
|
2 |
PrintLocation |
ECR
|
Specify where the receipt will be printed:
|
|
2 |
Reference |
<string> |
An optional string that can be passed to the provider and/or printed on the payment receipt |
Example
<DayClose>
<StoreCode>S01</StoreCode>
<TillCode>001</TillCode>
<PrintLocation>ECR</PrintLocation>
<Reference>EFT EOD Closing</Reference>
</Payment>
Response
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|---|---|---|
|
1 |
DeviceID |
<string> |
Device ID |
|
1 |
ClosureDateTime |
<datetime> |
Date/Time of the Closure |
|
1 |
ClosureNumber |
<string> |
Closure Number |
|
1 |
TotalAmount |
<currency> |
Total Amount of the Payment Transactions |
|
1 |
Currency |
<string> |
Currency |
|
1 |
ReceiptText |
<string> |
Text of the EOD Receipt |
Example
<ReceiptPrinterManagerResponse>
<DeviceId>05041966</DeviceId>
<ClosureDateTime>2021-07-14T22:06:05.910Z</ClosureDateTime>
<ClosureNumber>565</ClosureNumber>
<TotalAmount>1427.30</TotalAmount>
<Currency>EUR</Currency>
<ReceiptText>.....</ReceiptText>
<Error>False</Error> <ErrorText/>
<LogFileName/>
</ReceiptPrinterManagerResponse>