Declined Payment

A declined payment is a card transaction the issuing bank or processor refuses, ending the authorization before any money moves.

A declined payment is a card transaction that the issuing bank or the processor refuses to approve. No money moves — the authorization is rejected — and the payment fails with a decline code explaining why.

Soft vs. hard declines

Declines fall into two buckets, and the difference decides whether retrying is worth it:

  • Soft declines are temporary. Codes like insufficient_funds or a generic do_not_honor can succeed on a later attempt, so they're good candidates for smart retries.
  • Hard declines are permanent for that card. Codes like lost_card, stolen_card, or invalid_number mean the customer must supply new card details — retrying the same card will keep failing.

Most issuers report a vague generic_decline, so the exact reason is often unclear and the customer may need to contact their bank.

Why declines matter

Insufficient funds alone account for a large share of declines, and failed subscription renewals are a leading cause of involuntary churn — revenue lost not because a customer wanted to leave, but because a card silently failed. A structured dunning process that combines retries with customer outreach recovers a meaningful slice of this.

Catching declines fast

The sooner you know a payment failed, the sooner the card can be fixed before the subscription lapses. ChargeBell posts failed payments to Slack in real time as a critical alert (⚠️) that bypasses quiet hours, so a broken renewal is something you act on the same day rather than discover at month-end.

Related terms

Updated July 6, 2026