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.
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.
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.
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.
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.
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.
| Dimension | Closed Loop | Open Loop |
|---|---|---|
| Acceptance | Issuing merchant only | Anywhere network is accepted |
| Interchange fees | None on redemption | 1.5%–3.5% per transaction |
| Card network required | No | Yes (Visa, Mastercard, etc.) |
| Merchant data access | Full transaction detail | Aggregated, network-filtered |
| Consumer flexibility | Low | High |
| Fraud liability | Merchant bears it | Shared with network/issuer |
| Setup complexity | Higher (own infrastructure) | Lower (use network rails) |
| Float / breakage | Merchant retains | Shared or remitted |
| Typical use cases | Gift cards, loyalty, transit | Prepaid 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 card — open 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.