Skip to content

How a Transaction Begins

Before any money moves, a request has to be created, packaged, and sent somewhere. Here is what actually happens in those first few seconds, explained step by step for someone doing this for the first time.

What counts as the beginning of a transaction

A transaction begins the moment you tell a device or a piece of software what you want to happen: pay this amount, to this person or account, from this source of funds. That instruction might be a tap on a card reader, a button in a banking app, a scanned code, or a typed account number. None of that is the transaction itself yet — it is the request that starts one.

Until that request is packaged and sent somewhere, nothing has actually happened financially. Your phone or terminal is simply gathering the pieces it needs: who is paying, who is being paid, how much, and through which channel. Only once those pieces are assembled does the request leave the device and enter the wider system.

The information a request has to carry

Every transaction request needs a minimum set of details to be useful to anyone downstream. That usually includes an amount, a currency, a source of funds, a destination, and some form of reference or timestamp so the request can be tracked. Card payments also carry merchant and terminal details; bank transfers carry account and routing information; mobile wallet payments carry identifiers tied to the app rather than a physical card.

First-timers often assume the amount is the only thing that matters, but the routing details matter just as much. A request with the right amount and the wrong destination identifier will not simply get redirected — it will usually be rejected early, or in rarer cases, sent to the wrong place. This is why apps ask you to double-check details before confirming, rather than after.

Where the request goes first

Once you confirm, the request does not go straight to the recipient. It first travels to whichever party is closest to you in the chain — your bank, your card issuer, or your payment app's own servers. This first stop is mostly about packaging the request correctly and checking that it is even well-formed before passing it further along.

Think of it like handing a letter to a local post office rather than throwing it directly at someone's mailbox. The local office checks the address format, weighs the envelope, and decides which route it should take, before it moves any further. Digital transactions have an equivalent early stop, even if it takes a fraction of a second.

Why this stage is separate from authentication and validation

It helps to know that beginning a transaction is a distinct step from proving who you are and checking whether the transaction can go through. Those come next, and they are covered elsewhere on this site. At this initial stage, the system is not yet asking 'are you allowed to do this' — it is simply asking 'do I understand what you are asking for.'

This separation exists because different systems handle each stage differently. A contactless card payment initiates almost instantly and authenticates afterward; a bank transfer might ask you to confirm identity before the request is even built. Neither approach is wrong — they reflect different designs for different levels of risk and speed.

Common first-timer mistakes at this stage

The most frequent issue at the start of a transaction is simply mismatched information — an old account number saved from months ago, a currency selected by accident, or a recipient name that does not match the account behind it. These are not failures of the system; they are usually caught early precisely because this stage exists to catch them.

Another common misunderstanding is expecting a transaction to be reversible at this point. Once a request has left your device and entered the network, undoing it is rarely as simple as pressing a button, even if it has not been confirmed yet. This is why most interfaces build in a review screen before the final confirmation, giving you one last chance to check the details while they still belong entirely to you.

Comparing methods

How different ways of starting a transaction compare

MethodHow the request is initiatedWhat to keep in mind
Card tap or swipeTerminal reads card or device data and builds the request instantlyFast, but details like amount are fixed by the merchant, not you
Bank transfer via appYou manually enter amount, account, and reference detailsSlower to start, but you control and can verify every field
Mobile wallet paymentApp matches a stored token to a merchant request at checkoutConvenient, though it relies on the token being current and linked correctly
QR code paymentCode encodes recipient and sometimes amount, scanned by your deviceQuick, but always confirm the decoded details before approving
Common questions

Questions people ask when starting a transaction

Does a transaction start when I confirm, or before that?

The request is being assembled as soon as you enter details, but it typically only becomes a live transaction once you press confirm or approve. Before that point, you are usually still just filling in a form that can be edited or abandoned freely.

Can I stop a transaction right after starting it?

In the first fraction of a second, sometimes yes, if the interface allows a cancel action before the request leaves your device. Once it has been sent onward for authentication and validation, stopping it becomes much harder and depends entirely on the system involved.

Why do some payments ask for details twice?

Some systems separate entering information from confirming it, showing you a summary screen before the request is actually sent. This is a deliberate safeguard against typos and mismatched details, not a sign that something has gone wrong.

Is starting a transaction the same as it being approved?

No. Starting a transaction only creates and sends the request. Approval depends on later steps — confirming your identity and passing a set of checks — which happen after the request has begun its journey.

Why does the app ask me to double check the recipient?

Because destination details are one of the hardest things to correct once a transaction has moved past this first stage. Many systems cannot easily reverse a transfer sent to a valid but unintended account, so the review step is there to catch errors early.

Do all digital transactions start the same way?

No. Card payments, bank transfers, and wallet payments each package their initial request differently, using different fields and different first stops in the network. The broad idea of gathering details before sending them onward is shared, but the specifics vary by system.