Credit Card Reconciliation and the Sign Convention That Trips Everyone Up
· 7 min read
Credit card reconciliation is the same matching problem as a bank reconciliation, statement lines compared to ledger lines, timing differences separated from real errors, with one extra wrinkle that trips up more people than anything else: the sign convention is usually flipped between the two sides.
Why credit cards are different from a bank account
A bank account statement shows money leaving as a negative (or debit) and money arriving as a positive (or credit), matching how your cash ledger records it. A credit card issuer's statement typically shows the opposite framing for spending: a purchase is listed as a positive charge, because it increases what you owe. A payment you make toward the balance is shown as a negative amount, because it reduces what you owe.
Meanwhile, many accounting systems export the credit card sub-ledger the way they export a bank account: a purchase reduces the account (shown as a negative amount, mirroring available credit or cash going down), and a payment increases it (shown as positive). That is the exact inverse of how the issuer's own statement presents the same transactions.
Worked example
A business credit card statement for May lists three lines: a $128.40 office supply charge on the 3rd, a $412.00 airline charge on the 10th, and a $1,200.00 payment on the 18th. The accounting system's credit card register shows the same three real-world transactions, but with signs flipped relative to the issuer's statement.
Compared amount for amount with no adjustment, none of these three lines match: $128.40 does not equal -$128.40. Toggle "invert amounts" on the statement import and every sign flips, turning the issuer's +$128.40, +$412.00 and -$1,200.00 into -$128.40, -$412.00 and +$1,200.00, which now match the ledger register exactly, both by amount and by date. Nothing about the underlying transactions changed; only the sign convention used to describe them did.
The rule of thumb
What still needs real investigation after inverting
Once signs are aligned, real reconciling items look the same as they do for a bank account:
- Pending charges. A purchase authorized near statement close might not post until the next statement period, a genuine timing difference, not an error.
- Disputed or reversed charges. A chargeback or merchant credit shows up as a separate line later, not as a correction to the original charge; both need to be tracked.
- Foreign transaction fees. Often listed as their own line rather than folded into the purchase amount, and easy to miss if you are only comparing round-number totals.
- Statement close date versus month end.A card's billing cycle rarely lines up exactly with the calendar month, so a few days of activity near the boundary need to be allocated to the correct accounting period even though they appear on one statement.
Practical import tips
Export the issuer statement as CSV rather than reading a PDF by eye; nearly every card issuer offers this under account activity or statements. If the first attempt at reconciling shows zero matches across an otherwise-correct file, invert one side and try again before assuming the data itself is wrong; sign mismatch is by far the most common cause of a completely unmatched result. The free reconciliation tool includes an invert-amounts toggle on import for exactly this reason, and a ready-made credit card reconciliation template is available with the correct columns already laid out.
For the general matching mechanics this builds on, see how to do a bank reconciliation, and for the full landscape of reconciliation types, see types of account reconciliation.