All termsPaymentsIntermediateUpdated April 10, 2026

What Is Closed Loop?

A closed loop payment system restricts card or account usage to a single merchant, brand, or network. The issuer and acceptor are the same entity, eliminating third-party card networks like Visa or Mastercard.

Also known as: closed-loop payment, proprietary payment network, single-merchant card, closed payment ecosystem

Key Takeaways

  • Closed loop cards are accepted only at the issuing merchant or defined partner network — no Visa/Mastercard rails involved.
  • Merchants eliminate interchange fees on closed loop transactions, keeping 100% of unused float as breakage revenue.
  • Closed loop gives merchants full control over customer data, redemption rules, and the payment experience.
  • The main trade-off is consumer flexibility: cardholders cannot spend outside the defined merchant ecosystem.
  • Transit cards, retail gift cards, campus IDs, and loyalty wallets are all real-world closed loop implementations.

A closed loop payment system is one where a card, wallet, or stored-value account can only be used within a single merchant's ecosystem — or a tightly defined coalition of partners. There is no external card network processing the transaction. The merchant, transit authority, or program operator controls both the issuance of the payment instrument and its acceptance at the point of sale.

Understanding closed loop is essential for any merchant evaluating gift card programs, loyalty currencies, or prepaid products. It sits at the foundation of how major retailers, transit operators, and campus environments monetize payment infrastructure on their own terms.

How Closed Loop Works

Closed loop systems cut out the intermediary network entirely. Here is the typical transaction flow from load to redemption.

01

Card or Account Issuance

The merchant or program operator issues a card, mobile wallet, or account directly to the consumer. No Visa, Mastercard, or bank network is involved in provisioning. The stored value lives in the merchant's own ledger system.

02

Value Loading

The consumer funds the account — via cash at a register, a credit card payment, or an employer subsidy. The merchant's platform records the balance. If funded by credit card, that inbound transaction may carry interchange, but the subsequent spend does not.

03

Transaction Authorization

At checkout, the POS terminal or app queries the merchant's own authorization system — not a card network. The system checks available balance and either approves or declines in milliseconds. No external routing occurs.

04

Settlement

Because the same entity issued the card and accepted the payment, there is no interbank settlement. The merchant simply debits the stored-value ledger and credits their own revenue account. Settlement is instantaneous and costless compared to card network clearing.

05

Breakage and Float

Unredeemed balances — known as breakage — remain on the merchant's books as revenue after a jurisdiction-specific dormancy period. Meanwhile, loaded-but-unspent funds represent float that the merchant can invest or use operationally.

Why Closed Loop Matters

The economics and data advantages of closed loop systems are significant enough to drive adoption at scale across retail, transit, and enterprise use cases.

Closed loop gift cards are a multi-billion dollar market. According to the National Retail Federation, U.S. consumers spent over $28 billion on gift cards in a recent holiday season, with the majority issued by retailers as proprietary closed loop instruments. The gift card market continues to outpace broader retail growth precisely because merchants control the economics.

Interchange savings are the other major driver. Open-loop card acceptance typically costs merchants 1.5%–3.5% per transaction in combined interchange and network fees. Closed loop eliminates this entirely for redemption transactions, which is why a retailer doing $500M in annual gift card redemptions could save $10M–$17M per year versus accepting equivalent spend on open-loop cards.

Beyond cost, closed loop gives merchants transaction-level data that card networks do not share. Every redemption is tied to a known account, enabling precise attribution, personalization, and fraud detection without relying on third-party data sources.

Float Revenue

When a consumer loads $100 onto a closed loop gift card but only spends $80, the remaining $20 sits on the merchant's books. In the U.S., unclaimed property laws vary by state, but merchants typically earn breakage revenue on 10–19% of gift card value loaded, according to industry estimates.

Closed Loop vs. Open Loop

The choice between closed loop and open loop is rarely black and white — it depends on program goals, consumer expectations, and operational capacity.

DimensionClosed LoopOpen Loop
AcceptanceIssuing merchant onlyAnywhere network is accepted
Interchange feesNone on redemption1.5%–3.5% per transaction
Card network requiredNoYes (Visa, Mastercard, etc.)
Merchant data accessFull transaction detailAggregated, network-filtered
Consumer flexibilityLowHigh
Fraud liabilityMerchant bears itShared with network/issuer
Setup complexityHigher (own infrastructure)Lower (use network rails)
Float / breakageMerchant retainsShared or remitted
Typical use casesGift cards, loyalty, transitPrepaid debit, expense cards

For merchants prioritizing economics and data, closed loop wins. For programs where consumer flexibility is the primary value proposition — like a general-purpose prepaid cardopen loop is the better fit.

Types of Closed Loop

Not all closed loop systems are identical. There are distinct variants based on the operator type and scope of acceptance.

Single-merchant closed loop is the simplest form: one retailer, one acceptance network. A Target gift card only works at Target. The merchant controls everything from card design to redemption rules.

Coalition closed loop expands acceptance to a defined group of partners — common in shopping malls, airline alliances, and employer meal programs. Acceptance is still restricted to the coalition members, but the cardholder has more flexibility than with a single-merchant card.

Transit closed loop systems like London's Oyster card or Tokyo's Suica are purpose-built for fare payment. They often integrate with regional merchant acceptance as an extension, blurring into coalition territory, but the issuing transit authority retains control of the core system.

Campus and enterprise closed loop covers university IDs, hospital cafeteria accounts, and corporate meal vouchers restricted to approved vendor categories. These often layer spending controls — an employee meal card might only work at food merchants — adding a rules layer on top of the closed acceptance network.

Best Practices

For Merchants

Design expiration and dormancy policies carefully. Many jurisdictions regulate how quickly a stored-value card can expire or have fees applied. Map your program rules to local law before launch.

Invest in real-time balance visibility. Consumers expect to check their balance instantly via app or web. Poor balance UX is the top driver of closed loop card abandonment.

Model breakage conservatively. It is tempting to price breakage into program economics aggressively, but regulatory scrutiny of unclaimed property is increasing. Build your business case on conservative 10–12% breakage rates.

Integrate closed loop data with your CRM. The competitive advantage of closed loop is first-party transaction data. If gift card redemptions are not feeding your loyalty and personalization stack, you are leaving value on the table.

For Developers

Build idempotent authorization endpoints. Duplicate authorization requests on closed loop systems — caused by POS retries or connectivity drops — can double-debit accounts. Idempotency keys are non-negotiable.

Implement partial authorization support. When a card balance is less than the transaction total, POS systems need to split-tender. If your authorization API does not return the approved partial amount, merchants cannot complete split payments correctly.

Plan for concurrent load scenarios. Gift card programs spike on launch day and around holidays. Authorization systems must handle 10–50x normal load without degradation. Pre-test with realistic concurrency profiles.

Log every state transition. Disputes on closed loop cards are resolved internally — there is no card network chargeback process. Immutable audit logs of every load, authorization, capture, and reversal are your only dispute resolution tool.

Common Mistakes

Treating closed loop as "just" a gift card. Merchants often underestimate the operational infrastructure required — ledger management, fraud monitoring, regulatory compliance, and customer service all need to be built or sourced. A gift card program is a mini payments business.

Ignoring fraud risk. Because there is no card network fraud protection layer, merchants bear full fraud liability. Common vectors include account enumeration attacks (brute-forcing card numbers), card cloning at POS, and social engineering customer service for balance transfers. Invest in velocity rules and anomaly detection from day one.

Launching without a dormancy and escheatment plan. In the U.S., unclaimed property (escheatment) laws require merchants to remit abandoned gift card balances to state governments after a dormancy period — typically 3–5 years. Failing to comply results in audits and penalties. This is not optional legal housekeeping.

Building a bespoke stack when platforms exist. Many merchants attempt to build closed loop infrastructure from scratch, underestimating the engineering cost. Purpose-built stored value platforms handle ledgering, compliance reporting, and API integrations that can take internal teams 12–18 months to replicate.

Failing to communicate acceptance restrictions clearly. Consumers who receive a closed loop card as a gift and discover they cannot use it where they shop generate significant support costs and brand damage. Clear packaging and digital communications about acceptance rules are essential.

Closed Loop and Tagada

Tagada's payment orchestration layer is well-suited to merchants running or evaluating closed loop programs alongside open-loop card acceptance. When a consumer split-tenders — paying partly with a closed loop gift card and partly with a credit card — orchestration logic needs to sequence authorizations correctly, handle partial failures gracefully, and consolidate settlement reporting across both rails.

Split-Tender Orchestration

Tagada can route the closed loop authorization to your stored-value platform first, then process the remaining balance on a standard card acquirer — automatically. If the closed loop authorization fails, the full amount falls back to the card, preventing failed checkouts without merchant intervention.

Merchants expanding internationally with closed loop programs also benefit from Tagada's routing intelligence: inbound card loads (the consumer funding their gift card balance via credit card) can be routed to the lowest-cost acquirer per market, reducing the cost basis of the entire closed loop program even when redemptions themselves carry no interchange.

Frequently Asked Questions

What is a closed loop payment system?

A closed loop payment system is one where the card or stored-value account can only be used at a specific merchant, brand, or defined group of retailers. Unlike open-loop cards that run on Visa or Mastercard rails, closed loop systems are owned and operated entirely by the merchant or issuer. This means no interchange fees flow to a card network, and the merchant retains full control over the payment experience, redemption rules, and customer data.

What is the difference between closed loop and open loop?

Open loop cards — like a Visa prepaid debit card — are accepted anywhere the network is supported, because they ride on global card rails. Closed loop cards are restricted to one merchant or a defined coalition of merchants. Closed loop removes network interchange fees and gives merchants richer transaction data, but limits cardholder flexibility. Open loop gives flexibility at the cost of merchant control and higher processing fees.

Are gift cards closed loop?

Most retail gift cards are closed loop. A Starbucks gift card, for example, can only be redeemed at Starbucks locations and the Starbucks app. Some gift cards are issued on open-loop networks (e.g., a Visa gift card), which can be used anywhere Visa is accepted. The key distinction is whether a card network like Visa or Mastercard processes the transaction or whether the merchant handles it internally.

Do closed loop payments have interchange fees?

No. Because closed loop transactions never touch an external card network, there are no interchange fees paid to Visa, Mastercard, or an issuing bank. The merchant essentially acts as the issuer and acquirer simultaneously. This makes closed loop economically attractive for high-volume gift card or loyalty programs, since the merchant keeps 100% of the float and avoids per-transaction network costs.

What are examples of closed loop payment systems?

Common examples include retailer gift cards (Amazon, Target, Starbucks), transit fare cards (London's Oyster card, Tokyo's Suica), university campus cards, and hotel key-card payment systems. Closed loop systems also power many corporate meal voucher programs and employee benefit cards restricted to specific merchant categories. Any environment where the operator controls both issuance and acceptance qualifies as closed loop.

Can a closed loop system scale internationally?

Yes, but it requires the merchant or operator to maintain acceptance infrastructure in each market. Large retailers like IKEA and McDonald's run globally accepted closed loop gift programs because they operate their own POS systems and issuing platforms worldwide. For smaller merchants, international scale is the primary limitation compared to leveraging an existing open-loop network.

Tagada Platform

Closed Loop — built into Tagada

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