Exception Handling

Note:

For Reconciliation V1, please check here.

We will continue to support Reconciliation V1 for all existing merchants. With the launch of V2, reconciliation is now a configurable experience — merchants will have the choice to continue with V1 or opt into V2 directly from the dashboard

All your existing configurations and setups will seamlessly carry over to V2 with no additional effort required on your end. We recommend beginning the transition to Reconciliation V2 to take advantage of the latest features.

Module: Reconciliation Exception Handling

1. Overview

The Exception Module is responsible for capturing, classifying, and managing anomalies detected during the reconciliation process. This module ensures that no transaction is lost and that financial data integrity is maintained between the internal data (Left Side) and the external partner/gateway (Right Side)

2. Exception Classifications

We categorize exceptions into two distinct types based on the presence of counterpart data and the result of the matching logic

Type A: "Mismatched" (Data Integrity)

  • Definition: Records exist on both sides, and the system has attempted reconciliation. However, the comparison logic failed because key attributes do not match.

  • Reconciliation Status: MISMATCHED

  • Business Context: This represents a data integrity error requiring investigation (e.g., amount discrepancies, status discrepancies , or metadata corruption)

Type B: "Expected" (Timing/Availability)

  • Definition: These are one-sided transactions. The system has a record on one side (e.g., Internal Ledger), but the corresponding record on the other side (e.g., Bank Statement) has not arrived yet

  • Reconciliation Status: EXPECTED

  • Business Context: This is often a temporary state caused by processing latency, batch cut-off times, or network delays

Last updated

Was this helpful?