← Back to Payment and Fintech

Visa Card Payment Flow

Visa card payments through authorisation, clearing, and settlement between banks.

Payment and FintechPayment ProcessingVisa

When a customer swipes, inserts, or taps a Visa card at a merchant, two related flows begin. The first is authorisation, which decides whether the transaction should be approved. The second is clearing and settlement, which moves money between the institutions after the purchase. Separating those flows is what lets checkout feel immediate even though final fund movement usually happens later.

Authorisation at the till

The payment terminal reads card data from the magnetic stripe, chip, or contactless interface and packages a transaction request. That request includes the merchant identifier, amount, currency, timestamp, and risk relevant metadata. The merchant's payment processor sends it to the acquiring bank, which forwards it through the Visa network to the issuing bank.

The issuer checks several things quickly: is the card valid, is the account in good standing, is there enough credit or balance, and does the transaction look suspicious? The issuer then returns an approval or decline code. Visa acts as the network carrying the message between the acquirer and issuer according to common standards and routing rules.

If approved, the merchant receives an authorisation response within seconds and can complete the sale. At this point, money has not necessarily reached the merchant. The issuer has usually reserved the amount against the cardholder's available credit, but the merchant still needs to submit the transaction for capture.

Capture, clearing, and settlement

Later, often in a batch, the merchant submits approved transactions for capture. The acquirer sends those transactions into the network for clearing, where the records are standardised, fees are applied, and issuer and acquirer positions are calculated. Settlement is the actual movement of funds between institutions, typically on a scheduled cycle rather than per transaction.

This batch model is operationally efficient. Processing every card transaction as a fully settled bank transfer in real time would be far more expensive and harder to coordinate across thousands of issuers and acquirers.

Where fees fit

Several fees sit inside the flow. Interchange usually goes from the acquirer side to the issuer side. Assessment or network fees compensate the card network. The merchant discount rate wraps these and other processor costs into what the merchant effectively pays to accept cards.

Understanding those layers matters because people often treat "Visa fee" as a catch all term, even though the economics are split among multiple parties.

Failure modes and edge cases

Card payments can fail at many points. The issuer may decline for fraud or insufficient credit. The network path may time out. A merchant may receive an unclear response and need a reversal or retry path. Offline terminals can complicate risk decisions further because some checks are deferred.

Chargebacks are another important part of the design. A cardholder can dispute a transaction, which triggers an evidence and liability process among the issuer, acquirer, and merchant. The authorisation step alone does not eliminate that downstream operational burden.

So, when a card is swiped, Visa is not "moving money instantly" in the simplest sense. It is coordinating a fast approval decision first and a slower interbank settlement process afterwards. That separation is what makes card payments both convenient at checkout and operationally manageable at network scale.