The transaction lifecycle
In card processing, a single consumer purchase is not an atomic event. It is a sequence of discrete, asynchronous state transitions spanning multiple independent financial institutions. Each transition generates its own cryptographic message, follows its own settlement schedule, and exposes distinct operational failure modes.
Authorization
Authorization is the initial synchronous stage of a card payment. The merchant poses an electronic question to the cardholder's issuing bank: "If I present a claim for this amount later, will you guarantee payment?"
Capture
Capture represents the merchant's formal confirmation that purchased goods have been shipped, services have been rendered, or digital access has been granted. By submitting a capture request, the merchant converts an active authorization hold into an enforceable financial claim, queuing the transaction for interbank clearing.
Voids, reversals, and refunds
When an order is canceled, returned, or altered, a merchant must return or release funds. While the cardholder experiences a similar end result—the charge is removed from their available debt or credited back to their balance—the operational mechanics, financial costs, and network implications differ drastically depending on which mechanism is used.
Clearing and settlement
While authorization validates transaction credentials and reserves cardholder funds in real time, the actual financial settlement occurs asynchronously across clearinghouses. Clearing is the exchange of transactional data records between acquiring and issuing institutions to calculate fees and finalize billing positions. Settlement is the actual transfer of funds between commercial bank reserve accounts to satisfy those obligations.
Funding and disbursement
While interbank settlement transfers capital between issuing and acquiring banks, funding is the subsequent disbursement of settled balances from the payment processor or acquirer into the merchant's commercial bank account.
Disputes and chargebacks
A chargeback is the formal reversal of a settled transaction executed by the cardholder's issuing bank under card scheme rules. When an issuer files a chargeback, funds are debited immediately from the merchant's settlement account without prior merchant consent. The merchant is subsequently granted a limited window to contest the claim by submitting documentary evidence.
Timing, end to end
Payment timing operates across two distinct regimes: synchronous electronic messaging executing in milliseconds, and asynchronous interbank settlement operating across days.
Currencies and cross-border
When an international cardholder purchases from a merchant operating in another jurisdiction, currency conversion, international interchange categories, and cross-border scheme assessments activate. Navigating international commerce requires understanding how foreign exchange rates are established and how cross-border transactions route through card networks.
Stored cards and tokens
Recurring subscriptions, one-click checkout, automated billings, and on-demand mobility applications rely on charging card credentials without requiring the consumer to manually re-enter their card number. Maintaining payment credentials on file requires specialized encryption architectures, strict compliance certifications, and distinct transaction classification flags.
Authentication, fraud, and liability
When unauthorized transactions occur using compromised card credentials, card scheme regulations dictate which participant absorbs the financial loss. In digital commerce, that determination hinges on whether the transaction was cryptographically authenticated at the moment of authorization.