Initiation: the request is written down
Nothing moves until someone creates a request. In practice that is you typing an amount into a banking app, tapping a card on a terminal, or approving a saved biller. Whatever the surface, the same thing happens underneath: a small structured message is assembled. It carries an amount, a currency, the account or card being drawn on, a destination identifier, a timestamp, and a reference number that will follow the request for the rest of its life.
For a first-timer, the useful habit is to treat this message as a form you are signing. Details entered here are rarely editable later. In Canada, an Interac e-Transfer needs a correct email address or mobile number; a bank wire needs the institution, transit and account numbers; a bill payment needs the account number printed on your statement, not your customer number. A typo here does not usually trigger an error at once. It surfaces days later as a returned payment.
Authentication and validation: two separate questions
People often merge these, but systems keep them apart. Authentication asks who is making this request. Validation asks whether this particular request can be carried out. You can pass one and fail the other, which explains why a transfer can be declined immediately after you correctly entered a one-time code.
Authentication may use a password, a device you already hold, a fingerprint or face scan, or a code sent by text. Validation is arithmetic and rules: is the balance sufficient once pending items are counted, is the amount inside the daily limit, is the account open, is the format of the destination correct, does the pattern look unusual for this customer. Many declines a beginner reads as a technical fault are really validation doing exactly what it was designed to do, quietly and without explaining itself.
Processing: the message travels through several hands
Between your screen and the recipient's balance sit participants most people never see. A card payment typically passes from the merchant's terminal to a payment processor, then to a card network, then to the bank that issued your card, and the approval travels back along the same chain. A bank transfer moves through a clearing arrangement rather than a card network. A digital wallet may settle inside its own ledger entirely and only touch a bank when money enters or leaves.
This matters because each participant adds its own checks, its own opening hours and its own queues. A transfer initiated at 21:00 on a Friday may be authorised instantly and still sit in a batch until the next business day. The speed you experience is the speed of the slowest link, not the fastest.
Confirmation, settlement and the written record
A confirmation screen means a decision was made: the request passed its checks and the funds were reserved. Settlement is the later, less visible step where the participating institutions actually exchange value and each one updates its own ledger. The gap between the two is why a card purchase shows as pending for a day or two, and why a refund can vanish from a merchant's system while your statement still shows nothing.
Records are what remain afterwards. Every participant keeps its own entry, and consistency between those entries is checked through reconciliation rather than assumed. When you dispute something, you are asking institutions to compare their records against each other. Keeping your confirmation number, the exact amount and the date turns a vague complaint into a traceable one, which is the single most practical thing a beginner can do.