All termsPaymentsIntermediateUpdated April 10, 2026

What Is Open Loop?

An open loop payment card operates on a major card network (Visa, Mastercard, Amex, or UnionPay) and is accepted wherever that network is supported — at any merchant, ATM, or online checkout worldwide.

Also known as: open-loop card, network-branded card, four-party card

Key Takeaways

  • Open-loop cards run on global networks (Visa, Mastercard, Amex, UnionPay) and are accepted at any participating merchant worldwide.
  • Every open-loop transaction involves four parties: the cardholder, issuer, acquirer, and card network — each earning a slice of the interchange.
  • Open-loop prepaid and virtual cards extend network acceptance to payroll, disbursements, and corporate expense use cases.
  • Interchange and scheme fees are the primary cost difference between open-loop and closed-loop payment instruments.
  • For high-volume issuers, open-loop programs require direct or sponsored network membership and compliance with network operating rules.

An open-loop payment card is accepted wherever its card network — Visa, Mastercard, American Express, or UnionPay — is supported. Unlike proprietary instruments, open-loop cards route through shared, global infrastructure that connects hundreds of thousands of issuers to tens of millions of merchants. This universality makes open-loop the default format for credit cards, debit cards, and an expanding range of prepaid and virtual card products.

Understanding open loop is fundamental to designing any card program, disbursement product, or payment acceptance strategy. The term defines who controls the rails and who captures the economics — two questions that determine build-or-buy decisions across the payments stack.

How Open Loop Works

The open-loop authorization flow involves four distinct parties, each playing a defined role in moving a transaction from tap to settlement.

01

Cardholder initiates the transaction

The cardholder presents an open-loop card — physical, virtual, or tokenized — at a merchant point of sale or online checkout. The card credential (PAN or token) is captured by the merchant's payment terminal or gateway.

02

Acquirer routes to the network

The merchant's acquirer (their bank or payment processor) sends an authorization request to the card network — Visa, Mastercard, Amex, or UnionPay — using the network's ISO 8583 message format or modern API equivalent.

03

Network switches the message to the issuer

The card network identifies the issuing bank from the card's BIN (Bank Identification Number) and forwards the authorization request. This switching function is the network's core value: it knows every BIN and every issuer endpoint connected to its rails.

04

Issuer approves or declines

The issuer checks the cardholder's available balance or credit limit, applies fraud rules, and returns an approval or decline code within milliseconds. Typical authorization response times on Visa and Mastercard networks are under 300ms end-to-end.

05

Clearing and settlement

At end of day, the transaction enters the clearing cycle. The network calculates net positions: the acquirer owes the issuer the transaction amount minus interchange. Funds settle — usually T+1 or T+2 — through the network's settlement system or via central bank rails.

BIN is the entry point

The first 6–8 digits of any card number are the Bank Identification Number. The card network uses the BIN to route authorization requests to the correct issuer. BIN sponsorship is how fintech issuers access open-loop networks without a direct network membership.

Why Open Loop Matters

Open-loop acceptance is effectively table stakes for any consumer or business payment product. Closed alternatives sacrifice reach for control; open-loop trades some control for near-universal acceptance.

Globally, card networks processed over $40 trillion in payment volume in 2023, with Visa and Mastercard alone accounting for roughly 90% of global card transaction volume outside China. Merchants who accept open-loop cards gain access to this entire base by integrating once with their acquirer — no bilateral agreements required.

For issuers and fintechs, the economics are significant. Interchange revenue on open-loop cards averages 1.5%–2.5% of transaction value in the US, compared to zero interchange on closed-loop instruments (where the merchant captures all margin). This revenue model funds rewards programs, fraud losses, and cardholder acquisition — explaining why virtually every consumer-facing financial product defaults to open-loop issuance.

The prepaid segment illustrates growth dynamics well. The global open-loop prepaid card market was valued at approximately $2.7 trillion in payment volume in 2023 and is expanding rapidly as governments, employers, and platforms use Visa- and Mastercard-branded cards for disbursements, payroll, and benefits delivery.

Open Loop vs. Closed Loop

Open-loop and closed-loop cards solve fundamentally different problems. Choosing between them depends on use case, required acceptance geography, and desired control over economics and data.

DimensionOpen LoopClosed Loop
AcceptanceAny merchant on the network (global)Single merchant or merchant group only
Network involvementVisa, Mastercard, Amex, UnionPayNone — merchant settles directly
Interchange feeYes — paid by acquirer to issuerNo — merchant keeps full margin
Fraud liability rulesNetwork chargeback rules applyMerchant defines own dispute process
RegulationSubject to network operating rules + local card regsFewer regulatory requirements in most jurisdictions
Use casesCredit, debit, prepaid, corporate cardsStore gift cards, loyalty cards, transit cards
Issuance complexityRequires network membership or BIN sponsorshipNo network membership needed
Cardholder dataPCI DSS scope appliesSimpler data handling (no network tokenization required)

Most large retailers operate both: a closed-loop gift card program (higher margin, controlled ecosystem) alongside acceptance of open-loop cards (broader customer base).

Types of Open Loop

Open loop is not monolithic — several product variants share the same network rails while serving distinct use cases.

Open-Loop Credit Cards — The classic form. Issued by banks and fintechs, funded by a revolving credit line. Subject to the most complex interchange rate tables, segmented by card tier (standard, rewards, premium) and merchant category.

Open-Loop Debit Cards — Linked to a demand deposit account. In the US, regulated by the Durbin Amendment (capping interchange at $0.21 + 0.05% for large issuers). In Europe, capped at 0.2% by the Interchange Fee Regulation.

Open-Loop Prepaid Cards — Pre-funded cards with no linked bank account. Used for payroll (especially unbanked workers), government benefits (EBT alternatives), travel money, and consumer gifting. May be reloadable or single-use.

Open-Loop Virtual Cards — Digital-only credentials issued instantly via API. Widely used for B2B accounts payable, employee expenses, and online advertising spend. Can be single-use, merchant-locked, or amount-restricted, adding closed-loop-like controls on top of open-loop acceptance.

Commercial and Corporate Cards — Open-loop cards issued to businesses, often with enhanced data (Level 2/3 interchange) and integrated expense management. Typically carry higher interchange rates but offer richer remittance data.

Best Practices

For Merchants

Negotiate acquirer pricing by card type. Your effective interchange cost varies significantly between consumer debit (often under 0.5% in regulated markets) and premium rewards credit (potentially 2.5%+). Request interchange-plus pricing so you see actual network costs, not blended rates that obscure card-mix exposure.

Implement 3DS2 on card-not-present transactions. Open-loop networks mandate Strong Customer Authentication (SCA) in Europe and incentivize it globally through liability shift. Authenticated transactions shift chargeback liability to the issuer — reducing your fraud exposure materially.

Track MCC assignment carefully. Your Merchant Category Code affects interchange rates you pay. An incorrect MCC can mean overpaying by 50+ basis points on every transaction. Audit your MCC with your acquirer annually.

Enable network tokenization. Visa Token Service and Mastercard Digital Enablement Service replace raw PANs with tokens, improving authorization rates and reducing card-not-present fraud losses.

For Developers

Use BIN lookup at point of card entry. Knowing the card's network, product type (debit/credit/prepaid), and issuer country at entry time lets you apply correct validation rules, display appropriate surcharge disclosures, and route to the optimal acquirer before authorization.

Handle partial authorization responses. Open-loop prepaid cards often return a partial approval (approved for less than the requested amount) when the available balance is insufficient. Ensure your checkout flow handles PARTIAL_APPROVAL response codes and prompts for a secondary payment method for the remainder.

Build retry logic with network guidance. Declined authorizations return specific response codes (e.g., 51 insufficient funds, 05 do not honor, 54 expired card). Implement intelligent retry — some codes warrant immediate retry on a different network; others should not be retried at all, or only after a delay.

Implement idempotency keys on authorization requests. Network timeouts can leave transaction state ambiguous. Always send a unique idempotency key per authorization attempt and reconcile against your acquirer's clearing file to detect duplicates before settlement.

Common Mistakes

Conflating open-loop prepaid with debit. Open-loop prepaid cards route on card networks but are not linked to bank accounts. They are governed by different regulations (in the US, Reg E applies but Durbin interchange caps often do not for small issuers), carry different chargeback rights, and behave differently in certain fraud scenarios. Treating them as debit creates compliance and operational blind spots.

Ignoring scheme fee creep. Merchants and issuers focus on interchange, but network scheme fees — assessments, cross-border fees, digital enablement fees — have grown steadily and can add 0.10–0.25% to effective processing costs. These are itemized in acquirer statements and require separate negotiation or optimization strategies.

Failing to update BIN tables. Acquirers and processors cache BIN data locally for routing decisions. BIN ranges change when issuers port programs, and stale tables cause misroutes, incorrect surcharge calculations, and failed 3DS lookups. Commit to a BIN table refresh cadence — at minimum quarterly.

Underestimating chargeback complexity. Open-loop networks define detailed dispute reason codes (Visa's Dispute Resolution Process, Mastercard's Chargeback Guide). Each reason code has specific evidence requirements and strict response windows (often 30 days). Teams without a documented dispute workflow routinely lose winnable chargebacks by submitting insufficient evidence or missing deadlines.

Skipping Level 2/3 data on B2B transactions. Commercial card transactions are eligible for reduced interchange rates when merchants submit enhanced line-item data (Level 2: tax amount, customer code; Level 3: line-item detail). Many merchants skip this and overpay interchange on every B2B card transaction — a significant cost for high-ticket or high-volume B2B merchants.

Open Loop and Tagada

Open-loop card acceptance is central to any modern payment orchestration strategy. Tagada connects merchants to multiple acquirers and card networks, enabling dynamic routing decisions that reduce cost and improve authorization rates on open-loop transactions.

Optimize open-loop routing with Tagada

Tagada's orchestration layer can route open-loop card transactions to the acquirer with the best approval rate for a given BIN, card type, and geography — automatically. This is particularly valuable for cross-border open-loop transactions where approval rates vary significantly by acquirer-issuer pairing. Connect your card stack to Tagada to gain real-time visibility into interchange costs, scheme fees, and authorization performance across all your open-loop card flows.

Frequently Asked Questions

What makes a card 'open loop'?

A card is open loop when it carries a major card-network logo — Visa, Mastercard, American Express, or UnionPay — and is processed through that network's global rails. This means the card can be used at any merchant or ATM that accepts the network, regardless of who issued the card or which bank acquires the transaction. The network acts as the universal interchange layer between issuer and acquirer.

What is the difference between open loop and closed loop?

An open-loop card works across all merchants on a global network, while a closed-loop card is restricted to a single merchant or merchant group — like a Starbucks gift card or a retail store card. Closed-loop cards settle directly between the merchant and the cardholder without routing through an external card network. Open-loop cards involve at least four parties: the cardholder, the issuer, the acquirer, and the card network.

Are prepaid cards open loop or closed loop?

Prepaid cards can be either. A Visa prepaid card loaded with funds and usable anywhere Visa is accepted is open loop. A supermarket gift card redeemable only at that chain's stores is closed loop. The distinction is whether the card routes through a major card network for authorization. Open-loop prepaid cards are subject to the same interchange and network rules as debit or credit cards.

What fees apply to open-loop transactions?

Open-loop transactions incur interchange fees (paid by the acquirer to the issuer), scheme fees (paid to the network), and often an acquirer markup. Interchange rates vary by card type, region, and merchant category code (MCC). In the EU, interchange on consumer cards is capped at 0.2% for debit and 0.3% for credit under the Interchange Fee Regulation. US rates are typically higher and set by individual networks.

Can open-loop cards be used internationally?

Yes — universal acceptance is the primary value proposition of open-loop cards. A Mastercard issued in Brazil is accepted at a point of sale in Japan because both the Brazilian issuer and the Japanese acquirer are connected to the same Mastercard network. Cross-border transactions incur additional scheme fees and sometimes a dynamic currency conversion fee if the merchant offers DCC.

How do open-loop virtual cards differ from physical ones?

Open-loop virtual cards carry the same network credentials (PAN, expiry, CVV) as physical cards but exist only as digital tokens. They are increasingly used for B2B payments, expense management, and online purchases. Many platforms issue single-use or merchant-locked virtual cards on open networks, combining the universal acceptance of open loop with spend controls typically associated with closed-loop solutions.

Tagada Platform

Open Loop — built into Tagada

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

Related Terms

Payments

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.

Payments

Card Network

A card network is the payment infrastructure connecting issuing banks, acquiring banks, and merchants to authorize and settle card transactions. Networks like Visa, Mastercard, and UnionPay set the technical standards, rules, and fee structures that govern every swipe, tap, or click.

Payments

Prepaid Card

A prepaid card is a payment card pre-loaded with a fixed amount of funds, allowing holders to spend only the deposited balance. It requires no bank account or credit check, making it accessible to unbanked consumers and useful for controlled spending.

Payments

Gift Card

A gift card is a prepaid payment instrument loaded with a fixed monetary value, redeemable for purchases at one or more merchants. Issued in physical or digital form, gift cards are either closed-loop (single merchant) or open-loop (network-branded).

Payments

Interchange Fee

An interchange fee is a per-transaction fee paid by a merchant's bank (acquirer) to the cardholder's bank (issuer) every time a card payment is processed. It is the largest component of card acceptance costs, typically ranging from 0.2% to 2%+ of transaction value.

Payments

Issuer

An issuer is a financial institution—typically a bank or credit union—that provides payment cards to consumers and is responsible for approving or declining transactions on their behalf.