How Card Authorisation Works
A card authorisation is a request your payment gateway sends to the cardholder's issuing bank — the bank that issued the card — asking whether it will approve the transaction. The issuing bank responds with an authorisation code (approved) or a decline code (refused). The entire exchange completes in under two seconds.
The response contains a two-digit numeric code. If the code is "00," the transaction is approved. Any other code is a decline — and the specific code tells you, your acquirer, and your PSP exactly why the issuer refused.
Soft Declines vs Hard Declines
Every decline code is either a soft decline or a hard decline. The distinction determines whether a retry has any chance of succeeding.
- Soft declines are temporary. The issuer is declining this specific transaction in this moment — not the card permanently. Soft declines include insufficient funds (51), issuer temporarily unavailable (91), and the generic Do Not Honour (05). These can often be resolved by the customer using a different payment method, waiting, or topping up their balance.
- Hard declines are permanent. The card is blocked, expired, lost, stolen, or the card number is invalid. Retrying a hard-declined card will not succeed — and generates scheme penalty fees under Visa and Mastercard retry rules. When a hard decline is returned, ask the customer for a different payment method immediately.
The Most Common Decline Codes
The codes below account for the vast majority of declines most merchants encounter. Your PSP dashboard will typically translate these into readable labels, but knowing the underlying codes helps when escalating issues with your acquirer.
| Code | Meaning | Type | Action |
|---|---|---|---|
| 05 | Do Not Honour | Soft | Generic issuer refusal — the most common decline code. Retry once; repeated 05s on the same card suggest a permanent block for this merchant. |
| 14 | Invalid Card Number | Hard | Card number does not correspond to any account. Likely a data-entry error. Do not retry. |
| 41 | Lost Card | Hard | Card reported lost by the cardholder. The issuer will not approve regardless of retry. Do not retry. |
| 43 | Stolen Card | Hard | Card reported stolen. May trigger a hold. Do not retry. |
| 51 | Insufficient Funds | Soft | Not enough balance. Ask the customer to use a different payment method or add funds. |
| 54 | Expired Card | Hard | Card is past its expiry date. Prompt the customer to update their card. Do not retry. |
| 57 | Transaction Not Permitted | Hard | Card is not enabled for this transaction type (e.g. online payments blocked by the issuer). Do not retry. |
| 61 | Exceeds Withdrawal Limit | Soft | Customer has hit their daily spending limit. Retry after 24 hours or ask for a different payment method. |
| 65 | Exceeds Frequency Limit | Soft | Too many transactions in the rolling window. Retry after the limit resets. |
| 91 | Issuer Unavailable | Soft | Issuer's systems are temporarily offline. Retry after a few minutes — usually resolves itself. |
| 96 | System Error | Soft | Technical error on the network. Retry immediately — typically transient. |
The 05 problem
Do Not Honour (code 05) is the most common decline code for most merchants — and also the least informative. Issuers use it as a catch-all when they decline for reasons they won't disclose. A merchant seeing a sustained spike in 05 declines should segment by issuing country and card type. A single large issuer changing their fraud scoring can affect thousands of transactions without showing any other signal.
Retry Rules: What You Can and Cannot Do
Visa and Mastercard publish explicit retry rules governing when a declined transaction may be resubmitted. Violating these rules generates per-transaction penalty fees charged to your acquirer — which are passed through to you.
- Hard declines: never retry. Codes 41, 43, 54, and 57 indicate permanent refusals. Attempting to retry these generates a "decline reason 7" penalty under Visa's scheme rules. Do not retry under any circumstances.
- Soft declines: up to 15 retries in 30 days. Visa allows a maximum of 15 retry attempts per transaction in a 30-day period. Mastercard has equivalent limits. After 15 attempts you must stop until the following calendar month.
- Wait between retries. Rapid-fire retries on the same card are flagged as potential abuse. For subscription billing, a retry cadence of 1, 3, and 7 days after initial failure is the standard smart-retry pattern.
For subscription merchants, your payment platform should manage retry logic automatically. Platforms like Stripe, Chargebee, and Recurly implement scheme-compliant smart retry schedules — confirm with your provider that retry logic is enabled and correctly configured.
How to Improve Your Authorisation Rate
For most merchants, there is recoverable authorisation rate buried in their decline data. The highest-impact changes:
- Improve 3DS2 data quality. The more context your gateway sends during authentication — device fingerprint, shipping address, browser data — the more likely the issuer's fraud model approves frictionlessly. Missing fields increase the likelihood of a Do Not Honour response.
- Verify your MCC. Your Merchant Category Code tells the issuer what type of business you are. An incorrect MCC can trip fraud filters for certain card types. Confirm with your acquirer that your MCC accurately reflects your primary business activity.
- Fix your billing descriptor. Unfamiliar billing descriptors generate "I don't recognise this charge" disputes, which eventually degrade your issuer trust score. Your descriptor should match your trading name, ideally with a URL or phone number appended.
- Segment declines by issuing country and card type. Non-EEA cards (US, Australian, Canadian) have different risk profiles and may decline more frequently with UK acquirers who lack strong relationships with those issuing banks. A second acquirer or a global PSP may perform better for those card corridors.
- Consider multi-acquirer routing. For high-volume merchants, routing specific card types to acquirers with stronger relationships in those networks can lift authorisation rates by 1–3 percentage points — a material improvement at scale.
Benchmarking your rate
UK e-commerce merchants with primarily UK consumer card volume should target above 95% authorisation rate. Rates below 90% consistently indicate a solvable problem. Ask your PSP for a decline breakdown by response code and issuing country — this breakdown will tell you immediately whether the issue is specific to a card type, geography, or your own integration.