Decline code · Hard decline
Decline code 82: Negative CAM, dCVV, iCVV, or CVV Results
Cryptographic or card-verification data failed validation at the issuer: the chip's cryptogram, the dynamic CVV, the stripe's iCVV, or the printed CVV did not check out. The distinguishing feature of this code is counterfeit detection; genuine cards produce valid verification data, so failures point to cloned or fabricated credentials.
Should you retry?
Do not build retry logic around this code. Verification data that fails cryptographic checks fails deterministically, and the plausible explanations skew heavily toward fraud. The only acceptable follow-up is a customer manually re-entering a mistyped CVV once in an online checkout.
Why code 82 happens
- The card is counterfeit: cloned stripe data or a tampered chip generating invalid cryptograms.
- Stripe data was copied onto another card, so the iCVV embedded for chip fallback does not match the presentation channel.
- In ecommerce, the CVV2 submitted was wrong, on processors that surface CVV mismatches under this code.
- A damaged chip or degraded stripe corrupted the verification values on an otherwise genuine card, the innocent minority of cases.
What to do about it
- In card-present contexts, do not complete the sale by fallback methods when this code appears, since falling back on a cryptogram failure is exactly what cloned-card fraud relies on.
- Online, allow a single careful CVV re-entry, then block the session on a repeat failure.
- Feed 82 responses into your fraud scoring at high weight; among decline codes, this one correlates strongly with counterfeit activity.
- Report clustered occurrences to your processor, because a burst can indicate your terminals or checkout are being probed with cloned card batches.
Frequently asked questions
- What does a negative CVV result decline mean?
- Verification data unique to the genuine card failed the issuer's checks, whether the chip cryptogram, dynamic CVV, or printed security code. Because genuine cards pass these checks, this decline is a strong counterfeit or wrong-CVV signal.
- Is code 82 always fraud?
- Not always; a mistyped CVV online or a damaged chip can produce it innocently. But it correlates with counterfeit card use far more than typical decline codes, so treat repeated occurrences as fraud until proven otherwise.
Related decline codes