Visa 11.2 - Declined Authorization
TL;DR
- The issuer declined and you charged the card anyway. That's the whole code
- Liability is yours. This is about as clear-cut as a chargeback gets
- Dispute window is 120 days from the transaction date
- You win only by proving the auth was actually approved. Bring the approval code and the full request and response log
- Never re-run a declined card manually. Ask for another payment method instead
Transaction was processed even though the authorization request was declined by the issuer.
Overview
A decline is the issuer telling you no. Charge the card anyway and you own the loss. There's no shared liability here.
When This Code Applies
- The auth response came back declined
- You captured and settled the sale anyway
- Someone at the counter overrode the decline
- Your system captured without waiting for a response
Conditions for Valid Dispute
Issuer Must Verify
- An authorization request went out on the sale
- The issuer answered with a decline, not an approval
- You captured and settled it regardless
- The cardholder says they didn't approve it
Response Codes That Decline
| Code | Meaning |
|---|---|
| 05 | Do not honor |
| 14 | Invalid card number |
| 51 | Insufficient funds |
| 54 | Expired card |
| 57 | Transaction not permitted |
| 62 | Restricted card |
| 63 | Security violation |
Time Frames
| Scenario | Dispute Window |
|---|---|
| Standard | 120 days from transaction date |
Representment Options
Your options are narrow and they all live in the auth logs. Either you have a real approval code for this sale or you don't.
1. Authorization Was Approved
Evidence required:
- Auth approval code
- Full auth request/response log
- Network transaction records
- Timestamp matching
2. Different Transaction
Evidence required:
- Transaction IDs don't match
- Declined and processed are separate transactions
- Approved auth for processed transaction
3. Technical Error
Evidence required:
- System logs showing error
- Processor confirmation of auth issue
- Proof of good faith processing
Why This Happens
Common Causes
- Staff override - somebody said "just run it through"
- System timeout - the gateway assumed approval and captured
- Multiple attempts - the capture matched the wrong auth
- Manual entry - the sale bypassed the auth system
- Offline processing - the terminal stored and forwarded it
Prevention Strategies
System Configuration
- No decline override - your POS shouldn't let anyone force a sale
- Auth matching - check for a real approval code before capture
- Timeout handling - a timeout isn't an approval, so retry
- Online-only mode - turn off offline processing everywhere
Staff Training
- Decline means no sale - no exceptions, not even for regulars
- Multiple attempts - every retry needs its own fresh auth
- Response codes - your team knows what the common ones mean
- Escalation path - everyone knows who to call on an edge case
Process Controls
- Auth-capture matching - no approval code, no capture
- Decline logging - keep every decline, not just approvals
- Override audit - flag every forced sale for review
- Daily reconciliation - catch mismatches while they're still fixable
Win Rate Expectations
| Defense Type | Expected Win Rate |
|---|---|
| Proof of approval (with code) | 85-95% |
| Processing error (good faith) | 30-50% |
| Override was performed | Under 5% |
Common Mistakes
- Re-running a declined card - each attempt is its own violation
- Voice auth with no approval code - the call proves nothing
- Treating a system error as approval - it isn't one
- Bypassing for a "good customer" - you're still liable
Related Codes
- 11.1 - Card Recovery Bulletin
- 11.3 - No Authorization
- 12.1 - Late Presentment
Next Steps
Got this chargeback?
- Check auth logs → Did you get a valid approval code?
- Verify no "force" or override was used → Staff bypassed decline?
- If you processed after decline → Accept the chargeback (no defense)
Prevent future 11.2 chargebacks:
- Never charge a card after a decline response
- Train staff to accept "no" from the authorization system
- Use proper retry logic for soft declines only
- Review auth optimization