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.
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.
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.
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.
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.
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.
| Dimension | Open Loop | Closed Loop |
|---|---|---|
| Acceptance | Any merchant on the network (global) | Single merchant or merchant group only |
| Network involvement | Visa, Mastercard, Amex, UnionPay | None — merchant settles directly |
| Interchange fee | Yes — paid by acquirer to issuer | No — merchant keeps full margin |
| Fraud liability rules | Network chargeback rules apply | Merchant defines own dispute process |
| Regulation | Subject to network operating rules + local card regs | Fewer regulatory requirements in most jurisdictions |
| Use cases | Credit, debit, prepaid, corporate cards | Store gift cards, loyalty cards, transit cards |
| Issuance complexity | Requires network membership or BIN sponsorship | No network membership needed |
| Cardholder data | PCI DSS scope applies | Simpler 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.