All termsPaymentsIntermediateUpdated April 10, 2026

What Is Authorization Hold?

An authorization hold is a temporary reservation of funds on a cardholder's account, placed by the issuing bank at a merchant's request. Funds remain unavailable to the cardholder until the merchant submits a capture or the hold expires.

Also known as: pending charge, card hold, temporary hold, funds hold

Key Takeaways

  • An authorization hold reserves funds without transferring them — the capture step completes the transaction.
  • Hold durations vary by card network: Visa allows up to 7 days for most card-not-present transactions; Mastercard allows up to 30 days.
  • Holds that expire before capture result in a forced decline at settlement, creating invisible revenue leakage.
  • Hotels, car rentals, and fuel merchants routinely place estimated holds larger than the final transaction amount.
  • Merchants should release holds promptly on cancelled orders to prevent disputes and preserve cardholder goodwill.

How Authorization Hold Works

An authorization hold is the first step in the two-stage authorization and capture payment flow used by major card networks worldwide. When a customer pays by card, the merchant's acquiring bank sends a request to the issuing bank, which validates the card details, checks available funds, and temporarily reserves the requested amount. No money moves at this point — the hold freezes a portion of the cardholder's available balance while the merchant processes and fulfills the order.

01

Customer Initiates Payment

The cardholder presents a credit or debit card at checkout, online or in person. The payment terminal or gateway tokenizes card data and forwards it to the merchant's acquiring bank for processing.

02

Authorization Request Routed

The acquirer routes the authorization request through the relevant card network — Visa, Mastercard, Amex, or Discover — to the cardholder's issuing bank. The request includes the merchant ID, transaction amount, and card credentials.

03

Issuing Bank Places the Hold

The issuing bank verifies the card is active and in good standing, confirms sufficient funds or available credit, and reserves the requested amount. An authorization code is returned to the merchant as proof the hold is active.

04

Merchant Fulfills the Order

The merchant ships goods, checks in a hotel guest, or completes a service. The hold remains active throughout this period, keeping the reserved funds unavailable to the cardholder.

05

Capture Submitted

The merchant submits a capture request — at shipment, service completion, or checkout close — for the final transaction amount. The captured amount must be equal to or less than the authorized amount unless an incremental authorization has been obtained.

06

Settlement and Fund Transfer

The card network routes the captured transaction through the settlement cycle. Funds transfer from the cardholder's issuing bank to the merchant's acquiring bank, typically posting within one to three business days.

Why Authorization Hold Matters

Authorization holds are a core risk management mechanism for merchants, card networks, and issuers — but they are also a persistent source of friction, revenue loss, and cardholder disputes when not managed carefully. Getting hold lifecycle management right has a direct and measurable impact on authorization rates, customer experience, and captured revenue.

Hold expiry creates silent revenue leakage. Visa's authorization hold window for card-not-present transactions is 7 days; Mastercard's is up to 30 days; American Express typically allows 7 days. A 2022 analysis by payment advisory firm CMSPI found that merchants with extended fulfillment windows — such as made-to-order retailers or pre-order businesses — lose an estimated 0.5–1.5% of annual revenue to captures against expired holds that result in settlement declines, a failure mode that rarely surfaces clearly in standard reporting.

Expired holds contribute significantly to false declines. Javelin Strategy & Research data indicates that false declines cost U.S. merchants over $443 billion in lost sales annually, with authorization expirations contributing meaningfully to that figure. A hold that expires before capture forces the merchant to re-authorize — and if the cardholder's balance has changed since the original hold, the second attempt may fail entirely, permanently losing the sale.

Cardholders notice and complain about holds. A 2023 J.D. Power payments survey found that 1 in 4 cardholders who saw an unexplained pending hold on their account contacted their bank to dispute it, generating unnecessary chargeback risk for merchants even when no error had occurred and no funds were ultimately transferred.

Hold ≠ Charge

Cardholders often mistake an authorization hold for a completed charge. The hold appears as "pending" on their bank statement; the actual debit or posting occurs only after capture and settlement complete. Clear post-purchase communication — confirming when a card will actually be charged — reduces confusion and dispute rates.

Authorization Hold vs. Capture

Authorization hold and capture are two halves of the same transaction lifecycle, but they are distinct actions with different implications for fund movement, error handling, and dispute risk. Conflating them in integrations or operations leads to overcapture violations, settlement declines, and avoidable chargebacks.

AttributeAuthorization HoldCapture
TimingOccurs at checkout or point of saleOccurs at shipment, service delivery, or close
Fund movementNo transfer; funds reserved onlyFunds move from cardholder to merchant
Reversal methodVoid or automatic expiryRefund required after capture
Amount flexibilitySets the ceiling for captureCan be ≤ authorized amount (partial capture)
Cardholder impactReduces available balance; shows as pendingPosts as a completed transaction
Expiry riskYes — network rules govern expiry windowNo expiry once successfully captured
Error consequenceExpired hold → capture decline at settlementOvercapture without incremental auth → overcapture dispute

Types of Authorization Hold

Not all authorization holds work the same way. Card networks recognize several distinct hold variants designed for specific merchant categories and transaction flows, each governed by its own rules around permitted amounts, duration, and modification rights.

Standard hold — The most common type, used by retail, e-commerce, and subscription businesses. The merchant requests authorization for the exact purchase amount, and the captured amount is expected to match. Any reduction (partial capture) is generally permitted; any increase requires incremental authorization.

Estimated hold — Used by hotels, car rental companies, and fuel merchants where the final transaction amount is unknown at the time of authorization. The merchant places a hold for a projected amount — the room rate plus estimated incidentals, for example. This is closely related to pre-authorization, and Visa and Mastercard publish specific merchant category code (MCC) rules governing how large estimated holds can be relative to the expected final charge.

Incremental authorization — When the expected final charge grows beyond the original hold (a hotel guest extends their stay, a restaurant customer adds a large tip), the merchant submits an incremental authorization to increase the reserved amount on top of the existing hold. Visa formalized incremental authorization rules in 2019 as part of its Hospitality and Lodging compliance program.

Security deposit hold — Car rental companies and some service businesses place a separate hold for a damage or security deposit, independent of the base service charge. This hold may remain active for days or weeks after the primary transaction settles, depending on damage assessment timelines.

Recurring billing hold — For subscription merchants, a verification hold may be placed one to three days before the billing date to confirm the card is still valid and has sufficient funds, reducing soft declines on the actual charge.

Best Practices

Authorization hold management spans both merchant operations and developer integrations, and failure modes look different at each layer. Addressing both is required to minimize revenue loss and customer friction.

For Merchants

  • Capture within the network window. Align capture timing with each card network's hold expiry. For standard e-commerce with same-day or next-day shipping, capture at shipment. For made-to-order goods with fulfillment times beyond 7 days, re-authorize closer to shipment or switch to a delayed capture model with transparent customer communication.
  • Void holds on cancellations the same day. When an order is cancelled or a guest checks out early, submit a void request immediately. Delayed releases generate cardholder complaints, drive bank dispute calls, and increase chargeback risk — even when no funds have been collected.
  • Use incremental authorization for variable-amount categories. If you operate in hospitality, car rental, or food service, build incremental authorization workflows into your operations rather than relying on the original hold amount to cover the final charge.
  • Monitor hold-to-capture ratios in reporting. Track the gap between authorized amounts and final captured amounts by transaction cohort. Systematic gaps signal process breakdowns or integration misconfigurations that erode margin over time.

For Developers

  • Store authorization codes with expiry metadata. When you receive an authorization response, calculate and persist the expiry timestamp alongside the authorization code based on network rules and, where available, issuer response fields. Trigger a re-authorization workflow automatically for orders approaching the expiry window.
  • Handle partial captures explicitly. Your payment integration should support capturing less than the authorized amount — for example, when an item goes out of stock after authorization. Confirm that your processor supports partial capture without voiding the full hold, and build that path deliberately.
  • Implement idempotent void requests. Network timeouts on void or cancellation requests can cause duplicate attempts. Use idempotency keys on all void calls to prevent accidental double-voids that could interfere with subsequent capture submissions.
  • Test expiry scenarios in staging. Most payment sandboxes allow simulation of expired authorization codes. Build and test the full re-authorization path before going live — it is rarely exercised in normal flows but critical when fulfillment timelines are tight.

Common Mistakes

Authorization hold errors are among the most operationally expensive mistakes in card payment processing because they typically generate no immediate error alert — the failure surfaces later, at settlement or in a chargeback report, often weeks after the original transaction.

1. Capturing against an expired authorization code. The most prevalent error for merchants with multi-day fulfillment. Expired holds generate settlement declines that rarely appear clearly labeled in transaction reports, creating revenue leakage that compounds over time without obvious attribution.

2. Capturing more than the authorized amount without incremental authorization. Attempting to capture an amount that exceeds the hold — without first submitting an incremental authorization — typically results in a hard decline at settlement or triggers an overcapture dispute. Card networks treat the overage as a rules violation, and issuers can charge it back to the merchant.

3. Failing to void holds on cancelled transactions. When an order is cancelled but the hold is not voided, the cardholder sees a pending charge for a purchase that will never complete. This drives inbound support volume, bank dispute calls, and chargebacks — costs the merchant bears without receiving any revenue in return.

4. Applying incorrect estimated hold amounts. Underestimating in hospitality or car rental can leave a merchant unable to cover final charges if the cardholder's available balance drops between check-in and checkout. Overestimating aggressively risks customer complaints, card network scrutiny, and potential fines for excessive holds.

5. Treating all card networks as identical. Visa, Mastercard, Amex, and Discover have different hold durations and incremental authorization requirements. Using Mastercard's 30-day window as a blanket assumption will produce failures on Visa and Amex transactions, and different MCC categories carry their own overlapping rules that compound the complexity.

Authorization Hold and Tagada

Managing authorization holds across multiple acquirers, processors, and card networks introduces integration complexity that scales poorly when handled at the application layer. Tagada's payment orchestration platform centralizes hold lifecycle management across your entire acquiring stack, removing the need to build and maintain network-specific expiry logic inside your own codebase.

Orchestrate holds across multiple acquirers with Tagada

With Tagada, you can configure capture timing rules per acquirer and per merchant category, trigger automatic re-authorization workflows for orders approaching network expiry windows, and route incremental authorization requests to the correct downstream processor — all without changes to your checkout integration. This is particularly valuable for merchants with variable fulfillment timelines or multi-market operations where hold rules, currencies, and acquirer behaviors differ by geography.

Frequently Asked Questions

How long does an authorization hold last?

Hold duration depends on the card network and transaction type. For card-not-present transactions, Visa permits holds up to 7 days, Mastercard up to 30 days, and American Express up to 7 days. Card-present transactions typically have shorter windows — often 3 days. If a hold expires before the merchant submits a capture, the issuing bank releases the reserved funds and any subsequent capture attempt will be declined at settlement.

Can a merchant release an authorization hold early?

Yes. Merchants can send a void or cancellation request to their acquirer, which instructs the issuing bank to release the reserved funds before the hold window naturally expires. This is important when orders are cancelled, out-of-stock items are removed, or a customer requests cancellation before capture. Releasing holds promptly reduces the risk of customer disputes, minimizes inbound support volume, and protects the merchant's chargeback ratio.

What happens if an authorization hold expires before capture?

When a hold expires, the issuing bank releases the reserved funds back to the cardholder's available balance. If the merchant then attempts to capture against the expired authorization code, the transaction will typically be declined at settlement. The merchant must obtain a new authorization before capturing, which may fail if the cardholder's available balance has changed, the card has been replaced, or the account has been flagged since the original authorization.

Why do hotels place larger authorization holds than the room rate?

Hotels, car rentals, and similar businesses place estimated holds that exceed the expected final charge. The overage covers incidental expenses such as room service, parking, phone calls, or potential damages. This practice is governed by card network merchant category code rules and is distinct from a standard hold. Merchants operating in these categories must ensure the final captured amount does not exceed the authorized amount without first obtaining an incremental authorization, or they risk a hard decline or dispute.

Does an authorization hold reduce a cardholder's available credit?

Yes. An authorization hold reduces the cardholder's available credit or debit balance by the held amount for the duration of the hold. The funds are not spent — they are reserved — but the cardholder cannot use them until the hold is released or converted to a final charge. This is why a $300 hotel pre-authorization can make $300 unavailable on a debit card during an entire stay, even before checkout.

What is the difference between an authorization hold and a final charge?

An authorization hold is a temporary reservation confirmed by the issuing bank but not yet settled. A final charge — triggered by the capture step — initiates the actual transfer of funds from the cardholder's account through the card network and acquirer to the merchant. The hold confirms the cardholder has sufficient funds; the capture is the instruction that moves the money. Cardholders typically see holds as 'pending' on their bank statement and captures as 'posted' transactions.

Tagada Platform

Authorization Hold — built into Tagada

See how Tagada handles authorization hold as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.