Reconciliation flow
Visualize the Periodic Reconciliation process with the diagram below, which illustrates the sequence from disabling the reader to batch-settling open transactions.
- Your system sends the
stopCardDetectcommand to the VPOS to prevent new transactions from starting during reconciliation. - Your system triggers a
querycommand to request a list of all transactions currently pending settlement. - For every open transaction returned by the VPOS, your system sends a
settlecommand. - The VPOS returns an OK for each successful settlement.
- Once reconciliation is complete, your system sends the
cardDetectcommand to re-enable the reader for new consumers.