All termsPaymentsIntermediateUpdated April 10, 2026

What Is Soft Decline?

A soft decline is a temporary payment authorization failure where the card issuer signals the transaction may succeed if retried — often due to insufficient funds, issuer unavailability, or authentication requirements.

Also known as: temporary decline, retriable decline, conditional decline, reversible decline

Key Takeaways

  • A soft decline is temporary — the issuer leaves the door open for a successful retry under the right conditions.
  • Each decline code maps to a specific cause and demands a distinct retry strategy; treating all soft declines identically collapses recovery rates.
  • Card network retry rules cap retry attempts and intervals — exceeding them triggers per-transaction fines and risks merchant account review.
  • PSD2's SCA requirement introduced a dedicated soft decline code (1A) that requires a 3DS re-authentication step before resubmission.
  • Optimized smart-retry logic recovers 20–30% of soft-declined transactions, converting a common revenue leak into measurable uplift.

How Soft Decline Works

When a customer submits a payment, the merchant's payment gateway forwards an authorization request to the card network, which routes it to the issuing bank. The issuer reviews available funds, account status, fraud signals, and compliance flags before returning an approval or a decline code. A soft decline is a specific response category where the issuer signals a conditional failure — the account exists, the card is valid, but something temporary is blocking approval right now.

01

Authorization request sent

The merchant's payment system submits an authorization to the card network with transaction details: amount, currency, card number, and merchant category code (MCC). The network routes the request to the issuing bank in real time.

02

Issuer evaluates the request

The issuing bank checks the account: available balance, daily spend limits, fraud velocity rules, and — in EEA markets — whether Strong Customer Authentication has been completed. This evaluation happens in milliseconds.

03

Soft decline response returned

Instead of approving, the issuer returns a response code indicating a temporary obstacle: 51 for insufficient funds, 91 for issuer unavailable, 65 for velocity limit exceeded, or 1A for SCA required. The code signals "not now" rather than "never."

04

Merchant classifies the decline code

The payment gateway or processor reads the decline code and classifies it as soft or hard. Correct classification is non-negotiable — hard declines must never enter the retry queue, and soft declines should never be treated as final.

05

Retry strategy applied

The payment system selects a retry schedule based on the specific code. Code 51 (insufficient funds) warrants a 24–72 hour wait; code 91 (issuer unavailable) may succeed within minutes; code 1A demands completing a 3D Secure authentication flow before any resubmission.

06

Network retry rules enforced

Visa and Mastercard both publish retry compliance rules. Visa caps most card-not-present transactions at 15 retries within a 30-day window. Exceeding this threshold triggers per-transaction fines and triggers acquirer review of the merchant account.

Why Soft Decline Matters

Soft declines are one of the most significant and addressable sources of payment revenue loss in ecommerce. Unlike chargebacks or processing errors, they are frequently recoverable — but only if merchants have the tooling and logic to handle them systematically.

Industry data from card network analysis and payment optimization research indicates that soft declines represent between 40% and 60% of all declined card transactions in card-not-present environments. That means the majority of failed payments are not final: they represent fixable revenue that is sitting unclaimed. Merchants with no automated retry logic recover zero of these transactions, while those with optimized smart-retry workflows recover 20–30% of soft-declined payments. On a $2 million monthly GMV with a 4% decline rate, that gap is worth $16,000–$24,000 per month in recovered revenue — before accounting for the lifetime value of retained customers.

The introduction of PSD2's Strong Customer Authentication requirements in Europe added an entirely new class of soft declines. Post-PSD2 implementation data cited by the European Banking Authority showed that SCA-related soft declines affected 10–25% of cross-border card-not-present transactions in impacted markets during the initial enforcement period, demonstrating how regulatory change can rapidly shift a merchant's decline composition and demand new handling logic.

Retry window matters as much as retry decision

Timing drives recovery. Issuer-unavailable declines (code 91) often resolve within minutes, making a short retry window optimal. Insufficient-funds declines (code 51) are best retried after 24–72 hours, aligned with typical payroll cycles when balances are replenished.

Soft Decline vs. Hard Decline

Understanding the boundary between a soft and hard decline is the foundation of any recovery strategy. Retrying a hard decline wastes resources, burns interchange fees, and risks compliance penalties. Treating a soft decline as final destroys revenue.

AttributeSoft DeclineHard Decline
Permanent?No — temporary or conditionalYes — permanent rejection
Retry recommended?Yes, under correct conditionsNo — never retry
Example codes51, 65, 91, 05 (conditional), 1A04, 14, 41, 43
Common causesInsufficient funds, issuer outage, SCA required, velocity limitStolen card, closed account, invalid card number
Merchant actionApply retry logic or prompt cardholderRequest alternative payment method
Network penalty riskIf retry limits are exceededIf retried at all
Revenue recovery possible?Yes — 20–30% recovery rate with smart retryNo

The classification is not always obvious. Code 05 (do not honor) can behave as either soft or hard depending on the issuer and context. When triggered by temporary risk scoring, a single retry after a cooling-off period may succeed. When it reflects a deliberate issuer decision, it should be treated as hard. Processors and gateways that have deep issuer-level data can make this distinction more accurately than rule-based systems alone.

Types of Soft Decline

Soft declines are not monolithic. Different codes imply different root causes and demand different recovery approaches. Treating every soft decline with the same retry interval is one of the most common and costly mistakes in payment operations.

Insufficient funds (code 51): The cardholder's account lacks the required balance at the moment of authorization. Recovery strategy: wait 24–72 hours before retrying, ideally aligned with common payroll cycles (end of month, mid-month). Pair the retry with a proactive email to the cardholder where subscription terms allow.

Issuer or switch unavailable (code 91): A technical failure at the issuing bank or within card network routing infrastructure. Entirely outside the cardholder's control and typically short-lived. Recovery strategy: retry within minutes to a few hours — the condition usually resolves quickly.

Velocity or activity limit exceeded (code 65): The cardholder has hit a daily spending cap or transaction count limit set by their issuer. Recovery strategy: retry after 24 hours when the issuer's limit counter resets.

SCA required (code 1A): Specific to PSD2-regulated markets in the European Economic Area. The issuer has determined that Strong Customer Authentication is required before approval. Recovery strategy: re-initiate the transaction through a 3DS2 challenge flow; a bare retry without authentication will return the same decline.

Do not honor — conditional (code 05): Context-dependent. When triggered by temporary fraud velocity rules rather than a confirmed fraud event or explicit block, a single retry after a delay may succeed. Requires processor-level intelligence to distinguish from a hard do-not-honor.

Best Practices

Effective soft-decline management is a shared responsibility between business operations and engineering. The merchant side sets strategy and monitors outcomes; the development side implements the infrastructure that executes it reliably.

For Merchants

  • Map every decline code to a retry window. Maintain a decline code reference table and review it quarterly as network rules evolve. Each code category should have its own retry interval rather than a global one-size timer.
  • Send payment recovery communications. For subscription and recurring billing, trigger a cardholder notification immediately after a soft decline. A self-service link to update payment details before the retry fires reduces involuntary churn more than retries alone.
  • Monitor authorization rates by issuer and geography. Segment decline rates by card brand, issuer country, and product type. A sudden increase in soft declines from a specific issuer region often signals a compliance issue, a routing misconfiguration, or a fraud rule change worth investigating.
  • Follow a structured dunning sequence for subscriptions. A retry schedule of day 1, day 3, day 7, and day 14 typically outperforms ad-hoc retries. Keep total retry count within network compliance limits.

For Developers

  • Parse decline codes at the response level, not just success/fail. Capture the raw decline code from processor responses and route it through classification logic before deciding whether to queue a retry or escalate to cardholder action.
  • Implement idempotency keys on all retries. Without idempotency guards, a retry risks double-charging if the issuer approved an earlier attempt that was lost in network transit. This is especially important in high-latency scenarios.
  • Enforce Visa and Mastercard retry limits programmatically. Build retry caps directly into your queue system. Exceeding network-defined retry thresholds is how merchants accumulate compliance fines without realizing it until their acquirer flags the account.
  • Log every decline code and retry outcome. Outcome data is the training signal for improving logic over time. Without structured logging, you cannot identify which retry intervals perform, which codes are being misclassified, or where fines are accumulating.

Common Mistakes

Soft decline handling is an area where small operational gaps compound into large revenue and compliance exposure. Most errors come down to under-classification, over-retrying, or ignoring the regulatory dimension.

1. Retrying hard declines. The most expensive error. Codes 41 (lost card) and 43 (stolen card) must never be retried. Merchants relying on generic "decline equals retry" logic will retry these, burning interchange fees and risking Visa and Mastercard compliance action.

2. Applying the same retry interval to all soft decline codes. Retrying a code 51 within five minutes will almost always fail again — the account balance has not changed. Retrying a code 91 after 48 hours wastes a recovery opportunity that would have resolved in 15 minutes.

3. Ignoring SCA soft declines in EEA markets. Merchants operating in PSD2-regulated markets who retry a code 1A without triggering a 3DS2 flow are not just wasting a retry attempt — they are failing to meet regulatory requirements and will receive the same decline on every subsequent attempt until authentication is completed.

4. Exceeding network retry limits. Visa's excessive retry program issues per-transaction fees once a merchant exceeds defined thresholds. These fees accumulate silently until a processor flags the account. Hard-coding retry caps into payment infrastructure is non-negotiable.

5. No customer communication on subscription soft declines. Silent retries without notifying the cardholder increase involuntary churn and reduce the likelihood of payment method updates. A single transactional email at the moment of decline measurably improves recovery outcomes.

Soft Decline and Tagada

Tagada's payment orchestration layer gives merchants direct control over soft decline handling across multiple processors without requiring custom retry infrastructure on each integration. When a soft decline is received from any connected acquirer, Tagada's routing engine reads the decline code, applies configurable retry rules, and — where the decline code and historical data support it — cascades the transaction to an alternative processor with a higher approval rate for that card BIN or issuer region.

In Tagada, per-decline-code retry windows, maximum retry counts, and smart-routing fallback rules are all configurable from a single dashboard. A code 91 decline on Processor A can automatically cascade to Processor B within seconds — no custom integration work required on your side.

For subscription merchants, Tagada's dunning module pairs retry scheduling with automated cardholder notifications, reducing involuntary churn while staying within Visa and Mastercard retry compliance thresholds. The platform surfaces decline code analytics segmented by issuer, card brand, and transaction type — giving operations teams the visibility to identify systemic soft decline patterns before they compound into material revenue loss.

Frequently Asked Questions

What is a soft decline in payments?

A soft decline is a temporary authorization failure issued by the card issuer or network signaling that the transaction could potentially be approved under different conditions — for example, after the cardholder's account is replenished, after the issuer recovers from a technical outage, or once Strong Customer Authentication is completed. Unlike a hard decline, a soft decline does not permanently reject the card or account and leaves the door open for a successful retry.

Can soft declines be retried?

Yes — retrying is the defining characteristic of a soft decline. However, retries must be managed carefully. Both Visa and Mastercard publish retry rules that cap how many times and how frequently a declined transaction can be resubmitted before financial penalties apply. Smart retry logic that accounts for the specific decline code, time of day, and retry interval recovers a meaningful portion of initially declined transactions without triggering network fines or merchant account reviews.

What are the most common soft decline codes?

The most frequently seen soft decline codes are 51 (insufficient funds), 91 (issuer or switch unavailable), 65 (activity limit exceeded), 05 (do not honor — context-dependent), and the PSD2-specific code 1A (Strong Customer Authentication required). Each code points to a different root cause and demands a different recovery approach. Code 51 benefits from a 24–72 hour wait aligned with payroll cycles, while code 1A cannot be resolved by timing alone — it requires completing a 3DS2 authentication challenge before resubmission.

What is the difference between a soft decline and a hard decline?

A hard decline is a permanent rejection — the issuer instructs the merchant not to retry with that card, typically because the account is closed, the card is reported stolen, or the card number is invalid. A soft decline is conditional and temporary; the issuer is effectively saying 'not right now, but try again under different conditions.' Misclassifying a hard decline as soft and retrying anyway burns interchange fees, risks network penalties, and can flag the merchant as high-risk with their acquiring bank.

How do soft declines affect revenue?

Soft declines directly erode revenue when left unretried. Industry research consistently finds that 20–30% of soft-declined transactions can be recovered through optimized retry strategies. For a merchant processing $1 million per month with a 5% decline rate, that represents $10,000–$15,000 in potentially recoverable revenue each month. Without automated retry logic, every soft decline is a permanent loss. Over a year, unmanaged soft declines compound into a material, measurable revenue leak that dwarfs most other payment optimization opportunities.

Does PSD2/SCA create new types of soft declines?

Yes. Under PSD2 in the European Economic Area, issuers can return a soft decline — typically response code 1A — when a transaction is submitted without a 3DS authentication step-up but the issuer decides SCA is required for that transaction. The merchant or payment gateway must then re-initiate the transaction through a 3DS2 authentication flow before resubmitting for authorization. This compliance-driven soft decline cannot be resolved by simply resubmitting the same request; authentication must happen first.

Tagada Platform

Soft Decline — built into Tagada

See how Tagada handles soft decline as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.