Card Clearing Analyzer

Analyze card clearing and settlement data

1
info
Supported: Mastercard IPM (ISO 8583-based clearing), Visa TC33 (TCR0-TCR9 fixed-width records), generic ISO 8583.
Understanding Card Clearing and Settlement
TL;DR

Card clearing is the post-authorization process where transactions are reconciled between merchants, acquirers, card networks, and issuers to move actual funds.

What is Card Clearing?

Card clearing is the post-authorization process in which completed card transactions are reconciled and settled between all parties in the payment chain: the merchant, the acquiring bank (merchant’s bank), the card network (Visa, Mastercard, etc.), and the issuing bank (cardholder’s bank). While authorization happens in real time, clearing is a batch process that determines the actual movement of funds.

When you tap your card at a coffee shop, the authorization confirms you have sufficient funds and places a hold. But no money actually moves at that moment. The clearing process — running hours or even a day later — calculates the exact amounts owed by each party, applies interchange fees, and triggers the actual fund transfers through settlement.

Understanding the distinction between authorization and clearing is fundamental to payment processing. Authorization is a promise; clearing is the accounting that makes good on that promise.

How Card Clearing Works

Card Clearing and Settlement Timeline A horizontal timeline diagram showing four sequential phases of a card payment: Authorization (real-time), Clearing (T+0 end of day), Settlement (T+1), and Funding (T+1 to T+2), with the actors involved at each stage — merchant, acquirer, card network, and issuer. Authorization Real-time Card presented Terminal sends 0100 Issuer approves/declines Hold placed on funds Clearing T+0 (end of day) Merchant batches txns Acquirer sends to network Network calculates fees Clearing records created Settlement T+1 Net positions calculated Issuer debits cardholder Network transfers funds Interchange fees applied Funding T+1 to T+2 Acquirer receives net Merchant account credited Fees deducted Funds available Actors: Merchant Acquirer Card Network Issuer Fee flow: Merchant discount (~2.5%) Acquirer markup (~0.3%) Network assessment (~0.15%) Interchange fee (~1.8%)

The Four Phases

PhaseTimingKey ActionPrimary Actor
AuthorizationReal-time (1-3 seconds)Cardholder’s bank approves or declinesIssuer
ClearingT+0 (end of business day)Transaction details exchanged in batchCard Network
SettlementT+1 (next business day)Net fund positions calculated and transferredCard Network + Banks
FundingT+1 to T+2Merchant receives proceeds minus feesAcquirer

Authorization vs Clearing vs Settlement

These three stages serve fundamentally different purposes:

Authorization is a real-time check that happens when the card is presented. The issuer verifies the card is valid, not blocked, and has sufficient funds or credit. A successful authorization places a hold on the cardholder’s available balance but does not move money.

Clearing occurs when the merchant’s batch of completed transactions is submitted to the card network. The network matches each clearing record against its corresponding authorization, calculates interchange fees, network assessments, and acquirer markups, and creates net settlement positions for each participating bank.

Settlement is the actual movement of funds. The card network instructs its settlement bank to debit issuers and credit acquirers based on the net clearing positions. In many markets, this happens on a T+1 basis — one business day after the clearing file is processed.

Chargebacks and Disputes

A chargeback is a forced reversal of a settled transaction, initiated by the cardholder’s issuing bank. Chargebacks can occur for several reasons:

  • Fraud: The cardholder did not authorize the transaction
  • Merchandise not received: The goods or service were never delivered
  • Not as described: The product differs significantly from what was advertised
  • Processing error: Duplicate charge, incorrect amount, or wrong currency

The chargeback window extends up to 120 days from the transaction date for most dispute categories, and even longer for certain types (e.g., recurring billing disputes). Each chargeback carries a fee to the merchant (typically $15-$25) and impacts the merchant’s chargeback ratio, which can lead to higher processing fees or account termination if it exceeds network thresholds (typically 1% of transactions).

Common Use Cases

  • Merchant reconciliation: Matching clearing records against POS transactions to verify correct settlement amounts
  • Fee analysis: Calculating effective interchange rates by comparing authorized amounts to net settlement amounts
  • Dispute management: Tracking chargebacks from initial retrieval request through final resolution
  • Cash flow forecasting: Predicting merchant funding dates based on clearing and settlement cycles
  • Fraud detection: Identifying clearing records that do not match their original authorizations
  • Network compliance: Ensuring clearing files conform to Visa (TC05/TC07) or Mastercard (IPM) specifications

Try These Examples

Valid Clearing Record Valid

A clearing record with transaction code 05 (purchase), masked PAN, transaction date (March 15), settlement date (March 16), original amount ($25.00), net settlement amount ($24.75 after $0.25 interchange fee), authorization code, retrieval reference, merchant category code 5411 (grocery), and merchant details.

TC05 4761340000000014 20240315 20240316 USD 000000002500 000000002475 000000000025 AUTH123456 RRN000000000123 MCC5411 ACME GROCERY STORE NEW YORK NY
Invalid Clearing Record (Amount Mismatch) Invalid

The net settlement amount ($30.00) exceeds the original transaction amount ($25.00). The clearing amount cannot be greater than the authorized amount unless a partial reversal or adjustment has been applied incorrectly. This record would be flagged during reconciliation.

TC05 4761340000000014 20240315 20240316 USD 000000002500 000000003000 000000000025 AUTH123456 RRN000000000123 MCC5411 ACME GROCERY STORE NEW YORK NY