Authorize and Capture
Also known as: Auth and Capture, Delayed Capture, Two-Step Payment
A two-step card payment flow where funds are first reserved (authorized) and later charged (captured), giving you control over when money actually moves.
Definition
Authorize and capture is a two-stage card transaction model. The authorization step verifies the card and places a hold on the funds for a set window, while the capture step is the separate action that actually pulls the money into your merchant account.
Operators use this pattern when there's a gap between when a customer commits to a purchase and when you can or should bill them — fulfillment, shipping, fraud review, or service delivery. Your billing system holds the authorization, then triggers capture at the right business moment, either manually or via an automated rule.
It differs from 'auth and sale' (or 'sale'), which authorizes and captures in a single call. It also differs from a pre-authorization, which is typically a longer-window hold (hotels, car rentals) often released and re-captured at a different final amount.
Why It Matters
Separating authorization from capture protects margin and reduces refund work. You only move money when you've confirmed inventory, shipped the order, or completed the service — which means fewer chargebacks, fewer 'I was charged but never got it' tickets, and cleaner revenue recognition for your finance team.
Skip this pattern and you end up capturing on orders you can't fulfill, then issuing refunds that still cost interchange fees and damage your processor reputation. Teams that auto-capture everything at checkout also struggle with fraud review windows — by the time risk flags a transaction, the money is already booked and the refund clock is ticking.
Examples in Practice
A direct-to-consumer brand authorizes the card at checkout but only captures when the warehouse scans the package onto the carrier truck. If inventory turns out to be short, the auth simply expires and no refund is needed.
A B2B SaaS company selling annual contracts authorizes the card when the buyer signs the order form, then captures only after their implementation team confirms the customer's environment is provisioned and the contract start date has arrived.
A managed services agency authorizes a deposit when a new client signs a statement of work, then captures it after the kickoff call is held. If the client cancels before kickoff, the authorization is voided and the client never sees a charge on their statement.