To check and confirm that cash register/shop has the same number of transactions
as Glase service, merchants can integrate towards the reconciliation feature of
Glase service.
Reconciliation is provided with the following calls:
markTransactionPeriod - Marks the end of one and the beginning of a new
transaction period; used in reporting.
executeReport - Generates a report for the transaction period.
Procedure to reconcile transactions and create report
The following are steps to perform reconciliation against Glase from points of sale:
At the end of a working shift or shop hour, a cashier presses a button ‘Close & Reconcile’ on a point of sale.
The cash register sends markTransactionPeriod request to Glase to mark end of transactions list for this period. Glase returns with a unique reference number, ersReference.
The point of sale waits for a couple of seconds (around 3 seconds) in order to make sure that all transactions are ready to process for reconciliation report.
The point of sale calls executeReport using ersReference from step 1 to fetch reconciliation report representing transaction summary since the previous reconciliation until the end of transaction list for this period. The report to be specified, using executeReport, depends on whether it is per shop or per terminal reconciliation, see below.
In case the reconciliation report is not ready, Glase will return with result code 2
(REPORT_NOT_READY). The cashier should wait for couple seconds (around 3 seconds) more and repeat
step 3 again.
Reports per shop reconciliation
Only one master cash register perform reconciliation process. The reconciliation
report will show transactions summary for every point of sale in the shop.
Report ID
Report Name
Description
Reconciliation/Shop.xml
Merchant Transactions
Transaction summary for a shop representing number of transactions and summary amount done for the period.
Reconciliation/STD_RECON_003.xml
Merchant Transactions Details
Transaction details for a shop
showing ersReference, cashier, point of sale and amount for the period.
Reports per terminal reconciliation
Every point of sale in a shop performs reconciliation process. The reconciliation
report will show transactions summary only for the specific point of sale. In this case, terminalId should be provided when calling markTransactionPeriod.
Report ID
Report Name
Description
Reconciliation/STD_RECON_006.xml
Terminal Transactions Summary
Contains the number
of transactions and summary amount purchased/refunded for the
period.
Reconciliation/STD_RECON_007.xml
Terminal Transactions Details
Transaction details for a terminal showing reference id and amounts for each transaction in the period.
Example shop reports
Shop report STD_RECON_001 - executeReport SOAP request example
Shop report STD_RECON_001 - executeReport SOAP response example
Shop report STD_RECON_003 - executeReport SOAP request example
Shop report STD_RECON_003 - executeReport SOAP response example
Example terminal reports
Terminal report STD_RECON_006 - executeReport SOAP request example
Terminal report STD_RECON_006 - executeReport SOAP response example
Terminal report STD_RECON_007 - executeReport SOAP request example
Terminal report STD_RECON_007 - executeReport SOAP response example