Skip to main content

Issuer

The issuer is the bank that gave the cardholder the card. It decides whether a payment is approved, and it lends the money in the credit case.

What it actually does

  • Approves or declines. Every authorization ends at the issuer. Fraud models, available balance, and card status all live here.
  • Holds funds. An approval places a hold against the cardholder's balance. The hold is not a payment.
  • Funds settlement. The issuer moves the money to the network, which moves it to the acquirer. See clearing and settlement.
  • Fields disputes. Cardholders complain to their issuer, never to the merchant's bank. The issuer starts the chargeback.

Decline codes are the issuer talking

Most decline codes are deliberately vague, because telling an attacker exactly why a card failed is a gift to them.

Code familyRough meaningRetry?
Insufficient fundsBalance too low right nowYes, later
Do not honourIssuer declined, reason withheldRarely useful
Invalid card / expiredCard data is wrong or staleNot without new details
Suspected fraudIssuer's risk model firedNo, escalate

Blind retrying against a hard decline creates network fines. Retry logic belongs to the authorization flow, not to the checkout page.

Terms introduced

  • Authorization hold — a reduction in available balance that is not yet a charge.
  • Interchange — the fee the acquirer pays the issuer on each transaction. It is the main reason issuing is profitable.
  • Stand-in processing — the network approving on the issuer's behalf when the issuer is unreachable.