Decline code · Soft decline
Decline code 85: No Reason to Decline
This is not a decline at all. Code 85 is the issuer's positive response to a verification request, saying the account is valid and there is no reason to refuse it. It appears on zero-dollar account verifications, AVS-only checks, and card validation calls where no money moves. Seeing it means the check passed.
Should you retry?
Nothing to retry; the request succeeded. If your system flags 85 as an error, that is a classification bug in the integration, and fixing it will recover any card-save or verification flows it has been wrongly failing.
Why code 85 happens
- You ran a zero-dollar verification to validate a card before vaulting it, and the issuer confirmed the account.
- An AVS or CVV verification request completed and the issuer reported no basis for refusal.
- Your gateway performs automatic card validation on save-card events, generating these responses invisibly.
- A subscription platform verified a card ahead of the first real billing.
What to do about it
- Treat 85 as success in any verification flow and proceed to vault the card or schedule the real charge.
- Check the accompanying AVS and CVV result fields separately, since the account can verify fine while the address or security code still mismatches.
- Make sure your integration does not misclassify 85 as a failure; miscoded gateways have silently rejected valid cards this way.
- Use zero-dollar verifications instead of one-dollar authorizations for card validation, as the networks prefer and some now mandate.
Frequently asked questions
- Why did I get code 85 instead of an approval code?
- Because the request was a verification, not a purchase. For account checks with no amount, issuers answer 85, meaning no reason to decline, rather than the 00 approval used for money-moving transactions. It is a pass.
- Does code 85 guarantee the card will approve a real charge later?
- No. It confirms the account is open and valid at verification time. The actual purchase still faces balance checks, fraud scoring, and limits, any of which can decline it. It removes doubt about validity, not about approval.
Related decline codes