All termsPaymentsIntermediateUpdated April 10, 2026

What Is Reconciliation?

Reconciliation is the process of matching and verifying transaction records across multiple systems—such as a merchant's books, payment processor reports, and bank statements—to ensure they are consistent and accurate.

Also known as: payment reconciliation, transaction reconciliation, financial reconciliation, accounts reconciliation

Key Takeaways

  • Reconciliation matches transaction records across the processor, bank, and internal ledger to catch errors and fraud early.
  • Daily reconciliation is best practice for any merchant processing meaningful payment volume.
  • Automation can handle 90–95% of matches; human review focuses on exceptions.
  • Discrepancies left unresolved compound over time, creating significant financial and compliance risk.
  • Reconciliation is distinct from settlement: settlement moves funds, reconciliation verifies they moved correctly.

How Reconciliation Works

Reconciliation follows a structured, repeatable cycle that compares data from at least two independent sources for every transaction. The process begins after settlement is complete and raw transaction data is available from the payment processor. Each step narrows the gap between raw data and verified, audit-ready records.

01

Collect Source Data

Gather transaction reports from every relevant source: your payment processor's settlement file, your acquiring bank's statement, and your internal order management or accounting system. Formats vary—CSV, ISO 20022 XML, or proprietary APIs—so normalisation is often needed before matching begins.

02

Normalise and Map Fields

Align field names, date formats, currency codes, and transaction identifiers across all sources. A processor may label a field "merchant_ref" while your ERP calls it "order_id". Without consistent mapping, automated matching produces false positives and misses real discrepancies.

03

Match Transactions

Apply matching rules—typically on transaction ID, amount, currency, and date—to pair records from each source. Most platforms handle this via batch-processing, running nightly jobs that process thousands of records in minutes.

04

Identify Exceptions

Flag any transactions that cannot be matched: unmatched items, amount mismatches, duplicate entries, or records present in one source but absent from another. These exceptions form the reconciliation exception report for human review.

05

Investigate and Resolve

Finance or operations staff review each exception. Common resolutions include posting a manual adjustment, disputing a fee with the processor, or contesting a chargeback. Each resolution is documented for audit purposes.

06

Close the Period

Once all exceptions are resolved or formally acknowledged, the reconciliation period is closed. Closing entries are posted to the general ledger, and a sign-off record is created for compliance and audit trails.

Why Reconciliation Matters

For merchants and payment operations teams, reconciliation is not an administrative formality—it is a direct control over revenue integrity and regulatory compliance. Errors left undetected compound quickly at scale, and the cost of finding them months later is far higher than catching them daily.

According to industry research by Datos Insights, manual reconciliation errors account for an estimated $118 billion in annual losses across global commerce, spanning duplicate payments, missed chargebacks, and undetected fraud. A separate study by KPMG found that companies running automated reconciliation processes close their books up to 50% faster than those relying on spreadsheets, with materially fewer audit findings. The Association of Certified Fraud Examiners (ACFE) reports that organisations without strong reconciliation controls suffer fraud losses nearly twice as large as those with robust matching processes, simply because anomalies go undetected for longer.

Why daily beats monthly

A discrepancy discovered the same day it occurs takes minutes to trace. The same discrepancy found 30 days later may require reconstructing dozens of related transactions, contacting the processor, and re-opening closed batch records—a task that can take hours or days.

Reconciliation vs. Clearing

Reconciliation and clearing are closely related but operate at different stages of the payment lifecycle and serve different purposes. Understanding the distinction prevents confusion when diagnosing where a discrepancy originates.

DimensionClearingReconciliation
What it doesExchanges transaction data between banks to calculate net obligationsVerifies that recorded transactions match actual money movement
Who performs itCard networks, ACH operators, central banksMerchants, PSPs, and their finance teams
When it happensBetween authorization and settlementAfter settlement, as a post-facto check
OutputNet settlement instructions for banksMatched ledger entries + exception report
Failure impactTransaction cannot settleDiscrepancy in books; potential financial loss
AutomationFully automated by network infrastructurePartially automated; exceptions need human review

Types of Reconciliation

Several distinct reconciliation types exist in a typical payments stack, and most merchants need more than one. Each targets a different layer of the financial data chain.

Bank Reconciliation compares the merchant's internal cash ledger against the bank statement. It is the most common form and the foundation of any accounting close process.

Processor Reconciliation matches the payment processor's transaction-level report (amounts, fees, refunds, chargebacks) against the merchant's order management system. This is where most payment-specific discrepancies surface.

Intercompany Reconciliation is relevant to multi-entity businesses, ensuring that transactions between subsidiaries net to zero at the group level. Common in large retailers with separate legal entities per region.

Multi-Currency Reconciliation adds FX conversion logic, reconciling original transaction currencies against the settlement currency. Rounding differences and mid-day rate fluctuations create routine small variances that must be within defined tolerance bands.

Chargeback Reconciliation specifically tracks disputed transactions from initial chargeback notice through final resolution, confirming that won disputes are credited and lost disputes are properly expensed.

Best Practices

Sound reconciliation practice differs somewhat depending on your role. Merchants need operational discipline; developers need system design that makes reconciliation tractable at scale.

For Merchants

  • Reconcile daily. Run the previous day's transactions against the processor settlement file every morning before the business day starts. Stale exceptions are expensive to resolve.
  • Define tolerance thresholds. Currency rounding and minor timing differences produce unavoidable small variances. Set a documented tolerance (e.g., ±$0.01 per transaction or ±0.05% per batch) so staff focus on genuine errors.
  • Keep a reconciliation log. Every exception and its resolution should be recorded with a timestamp, the staff member responsible, and the corrective action taken. This is your audit trail.
  • Separate duties. The person who posts payments should not be the person who reconciles them. Segregation of duties is a basic fraud-prevention control endorsed by every major audit framework.

For Developers

  • Preserve raw source files. Never overwrite the original processor export or bank statement. Store immutable copies so reconciliation can be re-run if a bug is found in matching logic.
  • Use idempotent transaction IDs. Every transaction must carry a unique, stable identifier that survives retries, refunds, and partial captures. Without it, automated matching is unreliable.
  • Build exception APIs. Reconciliation exceptions should be queryable via API so finance tools and dashboards can surface them without manual file exports. Design your schema with exception state (open, in-review, resolved) as a first-class field.
  • Log every state change. Capture timestamps and actor IDs for every status transition on a transaction—authorized, captured, settled, refunded—so matching logic can account for multi-day lifecycles correctly.

Common Mistakes

Even experienced teams make predictable errors that create reconciliation headaches downstream.

1. Treating settlement date as transaction date. Authorization and settlement can fall on different calendar days, especially around weekends and holidays. Using the wrong date causes transactions to appear missing in one period and duplicated in the next.

2. Ignoring processing fees in the match. Processors net their fees from settlement amounts. If your system expects the gross authorization amount to match the settlement amount, every transaction will appear to have a discrepancy. Always account for interchange, scheme fees, and processor margins.

3. Not reconciling refunds and chargebacks separately. Refunds and chargebacks reduce settled amounts but originate from different workflows. Lumping them together masks the true chargeback rate and makes dispute management harder.

4. Relying on spreadsheets at volume. Manual spreadsheet reconciliation works below roughly 500 transactions per month. Above that threshold, formula errors, copy-paste mistakes, and file version conflicts introduce more errors than they catch.

5. Skipping reconciliation during peak periods. Black Friday, end-of-quarter pushes, and product launches are exactly when transaction volume spikes and when discrepancies are most likely. These are the worst times to defer reconciliation—not the best.

Reconciliation and Tagada

Tagada is a payment orchestration platform that routes transactions across multiple processors, acquirers, and payment methods. This multi-rail architecture makes reconciliation significantly more complex: a single customer order may touch three different processors depending on routing rules, currency, and fallback logic.

Unified reconciliation across all rails

Tagada normalises transaction data from every connected processor into a single unified event stream. Each transaction carries a consistent internal reference ID regardless of which acquirer processed it, making cross-processor reconciliation as straightforward as single-processor reconciliation. Finance teams get one settlement report instead of one per processor, with fees, refunds, and chargebacks already attributed to the correct rail.

When a transaction is retried across processors due to a soft decline, Tagada ensures only the successful leg appears in settlement data, preventing the phantom duplicate entries that cause false reconciliation failures in naive multi-processor setups. Adjustment entries for routing fees and currency conversion are exposed via API so they can be ingested directly into your accounting system without manual data entry.

Frequently Asked Questions

What is payment reconciliation?

Payment reconciliation is the process of comparing transaction data from multiple sources—your payment processor, acquiring bank, and internal accounting system—to confirm every transaction is recorded correctly and that no funds are missing, duplicated, or unexplained. It is a core financial control that prevents losses and ensures reporting accuracy.

How often should reconciliation be performed?

High-volume merchants typically reconcile daily, matching the previous day's batch against settlement reports. Lower-volume businesses may reconcile weekly or monthly. Regulatory requirements, audit standards, and the risk of compounding discrepancies all favor higher frequency. Automated reconciliation tools make daily cycles practical even for small teams.

What causes reconciliation discrepancies?

Common causes include timing differences (a transaction captured one day but settled the next), duplicate postings, processing fees applied at varying rates, currency conversion rounding, chargebacks recorded in one system but not another, and data format mismatches between the payment processor's export and the accounting system's import schema.

What is the difference between reconciliation and settlement?

Settlement is the actual transfer of funds from the acquiring bank to the merchant's bank account, typically one to three business days after authorization. Reconciliation is the verification step that confirms the settled amount matches what was authorized and captured. Settlement moves money; reconciliation confirms the money moved correctly.

Can reconciliation be automated?

Yes. Modern payment orchestration platforms and accounting tools can automate the bulk of reconciliation by ingesting processor reports, bank statements, and internal ledger entries, then applying matching rules to flag exceptions automatically. Human review is still needed for unmatched items, but automation can resolve 90–95% of transactions without manual intervention.

What happens if reconciliation fails?

Unresolved discrepancies can result in understated revenue, overpaid processing fees, missed chargebacks that go uncontested, or regulatory fines for inaccurate financial reporting. Persistent failures erode trust with auditors and investors and may trigger manual audits that consume significant staff time and resources.

Tagada Platform

Reconciliation — built into Tagada

See how Tagada handles reconciliation as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.