Skip to main content

GR4VY

How to migrate from PSP tokens to network tokens: a complete merchant guide for 2026

Most enterprise merchants start their tokenization journey with PSP tokens, because that is the default option every payment service provider offers out of the box. The integration is fast, the vault is managed by the provider, and the immediate security and PCI scope benefits are real. The trade-off is vendor lock-in. Once millions of stored credentials sit inside one PSP’s vault, switching providers, adding a second one, or capturing the 2-7% authorization rate lift from network tokens becomes operationally complex and easy to defer.

This guide is for merchants who have decided to migrate. It covers what to audit before starting, the five stages of a typical PSP-to-network-token migration, how to handle the operationally sensitive credential migration step, common pitfalls, expected timelines and resource requirements, and how to measure ROI as the migration proceeds.

For a foundational understanding of how PSP tokens and network tokens differ before reading this guide, our overview of PSP tokens vs network tokens covers the basics.

Why merchants migrate: the six business triggers

Token migration is significant engineering work. Merchants typically commit to it when one or more of the following business pressures becomes acute:

1. Adding a second PSP. The single most common trigger. The moment a merchant decides to operate with more than one PSP (for redundancy, regional coverage, cost optimization, or specific payment method support), PSP-locked tokens become a structural problem. Cards stored with the existing PSP cannot be charged through the new one without either re-collecting from customers or migrating the underlying credentials.

2. Subscription decline rates climbing. PSP tokens do not auto-update when underlying cards are reissued. Subscription businesses typically see 5-8% involuntary churn from expired or reissued cards, with most of that loss preventable through network tokenization. Network tokens automatically refresh at the network level, removing this source of churn entirely.

3. Cross-border expansion. Merchants expanding into new geographies often discover their current PSP’s coverage is weakest in exactly the markets they need most. Local acquirers typically deliver 10-16% higher authorization rates than foreign processors for in-market cards, but unlocking those acquirers requires moving stored credentials out of the PSP-locked vault.

4. Acquisition or merger integration. Post-acquisition integration almost always surfaces incompatible PSP token stores. The acquiring company runs Stripe, the acquired company runs Adyen, and unifying the customer book requires either dual-running both stacks indefinitely or migrating one set of tokens to a common provider-agnostic layer.

5. Pricing renegotiation power. Merchants with PSP-locked tokens negotiate from a position of weakness. The PSP knows the cost of switching is high, and pricing conversations reflect this. Merchants with portable tokens negotiate from parity, which typically translates to meaningfully better pricing terms within the first negotiation cycle.

6. PCI DSS 4.0.1 audit pressure. The current PCI DSS standard tightens requirements around stored cardholder data. Some merchants find that consolidating onto network tokens through a single PCI Level 1 vault simplifies their audit posture substantially compared to maintaining cardholder data across multiple PSP integrations.

If any two of these apply to your business, the migration math typically works in the first year. If three or more apply, deferring the migration becomes the more expensive option.

The pre-migration audit: ten questions to answer first

Before any technical work begins, the migration project needs answers to ten questions. The answers determine timeline, complexity, and which providers need to be involved.

  1. How many stored credentials does the migration cover? Total count, plus the split between active customers (last transaction within 12 months) and dormant ones.
  2. Which PSPs hold those credentials today? Single-PSP migrations are simpler than multi-PSP consolidations.
  3. What proportion is card-on-file or subscription versus one-time? Card-on-file volume is where the migration ROI concentrates.
  4. What is the current authorization rate, segmented by card type and geography? This becomes the baseline against which the post-migration lift is measured.
  5. What is the current involuntary churn rate on subscription customers? Card-reissue declines are the largest single category, and network tokens address them directly.
  6. What is the contractual relationship with the current PSP? Specifically, the data export provisions and any contractual limits on credential portability.
  7. Where will the migrated tokens live? Merchant-controlled vault, third-party PCI Level 1 vault, or orchestration platform.
  8. Which network tokens will be provisioned? Visa Token Service (VTS), Mastercard Digital Enablement Service (MDES), American Express Token Service, Discover’s tokenization service, or a combination.
  9. What is the rollback plan if something goes wrong? Dual-write architectures during transition are the standard answer.
  10. Who owns the migration internally? Payments engineering, infrastructure, security, and finance all need to be aligned before stage 1 begins.

The audit typically takes 1-2 weeks for a mid-market merchant and 3-4 weeks for an enterprise with multiple PSPs. It is time well spent, because every downstream stage assumes these answers.

The five-stage migration framework

A typical PSP-to-network-token migration runs through five stages. The stages are sequential, but several can be partially overlapped to compress the timeline.

Stage 1: Stand up the vault layer

The first technical step is implementing the destination vault. This is the PCI DSS Level 1 certified environment that will hold the underlying PAN data after migration. There are three common approaches:

Approach A: Use a third-party vault provider. Provider-agnostic vaults from Basis Theory, VGS, or Gr4vy’s Cloud Vault handle the certification, infrastructure, and ongoing PCI scope. Most enterprise merchants choose this path because the build-versus-buy math rarely favors building.

Approach B: Use an orchestration platform with vaulting built in. This is the option that simplifies the entire architecture, because the vault and the routing layer share a single integration. The orchestration platform handles vault storage, network token provisioning, and PSP routing through one API.

Approach C: Build an in-house vault. Some very large merchants with specialized requirements run their own PCI Level 1 vault. This is significant engineering work (typically 9-18 months and multi-million-dollar investment) and ongoing compliance burden, but provides maximum control.

Whichever path is chosen, the vault must be operational, certified, and integrated with the merchant’s checkout before stage 2 begins.

Stage 2: Dual-write architecture for new transactions

Once the vault is live, the merchant’s checkout starts writing every new card to both the existing PSP vault (for backward compatibility) and the new vault (for forward compatibility). The PSP token continues to be used for transactions during this stage; the new vault is populated in parallel but not yet active.

This dual-write phase is the single most important risk-mitigation step in the entire migration. It allows the merchant to validate that the new vault is capturing data correctly, that the integration is stable, and that the operations team is comfortable with the new system before any production transactions depend on it.

Dual-write typically runs for 2-4 weeks. During this period, the merchant’s payments analytics should be checking that every new card written to the PSP also gets a corresponding entry in the new vault, with no data loss or mismatch.

Stage 3: Migrate stored credentials

This is the operationally sensitive step. The stored cards that live inside the current PSP’s vault need to be moved into the new vault. There are three primary methods, each with different trade-offs:

Method 1: PSP-supported export. Most major PSPs support credential export procedures for departing merchants. Stripe’s Data Migration program, Adyen’s tokenization export, and similar processes at Braintree and Worldpay all exist, though the specific terms vary by contract. The export typically takes 4-12 weeks of coordinated work between the merchant, the current PSP, and the destination vault.

Method 2: Network token re-provisioning. Visa, Mastercard, and American Express can provision network tokens directly against the underlying PAN without requiring the PAN to leave the PSP’s vault, in some implementation patterns. This approach works particularly well when both the current PSP and the destination vault are integrated with the same network tokenization services. The migration becomes a metadata operation rather than a full credential transfer.

Method 3: Card-on-file re-authorization. For active customers, a hybrid approach involves issuing a $0 or $1 authorization request to refresh the credential, capturing the response, and storing it in the new vault. This works for active customers but does nothing for dormant accounts.

The right method depends on the PSP, the merchant’s contract, and the network tokenization partners involved. Most enterprise migrations use a combination: PSP-supported export for the bulk of the credentials, network re-provisioning where it is faster, and re-authorization for any remaining edge cases.

This stage is also where data loss or corruption risk is highest. The most defensible approach is to migrate in batches (typically 10% of the credential book per week), with reconciliation checks after each batch confirming that every credential migrated successfully and the resulting tokens authorize correctly.

Stage 4: Provision network tokens

Once cards live in the merchant-controlled vault, network tokens can be provisioned against them. The provisioning typically happens through the vault provider or orchestration platform, not directly by the merchant. The technical work involves:

  • Connecting the vault to Visa Token Service, Mastercard MDES, American Express Token Service, and Discover’s tokenization service (or whichever subset is in scope)
  • Submitting the underlying PANs for token provisioning
  • Storing the returned network tokens alongside the existing PAN reference
  • Configuring cryptogram generation for each authorization request

For most enterprise vaults, this provisioning runs as a back-end batch process and takes 1-3 weeks depending on the volume of credentials. The credentials being provisioned can already be in active use through merchant tokens during this stage; network tokens are provisioned underneath without disrupting transactions.

A useful detail: not every card is eligible for network tokenization. Issuer participation varies, and certain card types (some commercial cards, certain co-branded cards) may not be tokenized at the network level. Plan for roughly 80-90% of the credential book to be eligible for network tokenization, with the remainder continuing as merchant tokens.

Stage 5: Route through orchestration

The final stage activates the new infrastructure. The orchestration layer (or routing logic, if no orchestration platform is being used) is configured to:

  • Use network tokens for eligible card-on-file and CNP transactions
  • Fall back to merchant tokens for cards not yet network-tokenized
  • Route each transaction to the PSP and acquirer most likely to approve it for that specific token, card, and geography
  • Handle cryptogram management and lifecycle updates automatically

Once routing is active, the merchant can begin running A/B comparisons between transactions routed through network tokens and the legacy PSP-token-only flow. The authorization rate lift typically becomes visible within the first month, and the full revenue impact compounds across subsequent billing cycles for subscription businesses.

The credential migration step in detail

The migration of stored credentials (stage 3) is where most migration projects encounter unexpected issues. A closer look at what actually happens at this stage helps anticipate them.

What “migrating credentials” really means

The merchant’s current PSP holds the underlying PAN for every stored customer. The merchant typically does not have direct access to those PANs (they live inside the PSP’s PCI environment). To migrate, the PAN data needs to move from the source PSP’s vault to the destination vault, in a way that is PCI compliant at every step.

In practice, this means the source PSP exports the PANs into an encrypted file that is transmitted directly to the destination vault provider through a secure channel. Both parties verify the file integrity, the destination vault ingests the data and generates new tokens, and the merchant updates their customer records to reference the new tokens.

The merchant never sees the raw PAN data during this process. Both PSPs are responsible for maintaining PCI compliance at their respective ends.

What can go wrong

Three failure modes account for most migration incidents:

Data integrity issues. Encrypted file transfers can drop, corrupt, or duplicate records. Reconciliation procedures need to verify that every credential in the source set appears exactly once in the destination set, with the correct customer mapping. Batching the migration helps catch issues early.

Customer record mismatches. If the merchant’s database uses different customer IDs than the PSP’s vault, or if there are duplicate customer accounts in the source system, the migration can produce orphan tokens (no customer to associate them with) or duplicate associations (one customer linked to two tokens). Pre-migration data cleanup prevents this.

Authentication failures during the transition. During the dual-write phase and the credential migration window, some customers may transact, update their card, or churn. The migration plan needs to handle these mid-flight changes without losing data or double-charging.

Reconciliation: the step nobody talks about

After every batch of credentials moves, reconciliation has to confirm three things:

  1. Every credential in the source batch produced a corresponding token in the destination vault
  2. The new tokens, when used in a $0 authorization, return success responses from the issuer
  3. The customer records in the merchant’s database point correctly to the new tokens

Reconciliation typically runs the day after each batch. Any discrepancies are investigated and corrected before the next batch begins. Skipping reconciliation is how migrations produce silent data loss that only becomes visible months later when subscription renewals start failing.

Common pitfalls and how to avoid them

A handful of patterns separate successful migrations from troubled ones:

Migrating active and dormant credentials with the same plan. Active customers (last transaction within 12 months) have valid cards that can be reauthorized as part of the migration. Dormant customers may have expired or replaced cards that will only become visible as failures. Plan separately for the two populations. For dormant customers, accept that some credentials will not migrate cleanly and that the next transaction (whenever it happens) may decline.

Underestimating the PSP cooperation requirement. The current PSP has to participate in the migration. They are not always eager to help a departing customer. Build the migration contract terms before any technical work begins, and make sure the PSP’s data export commitments are written into the agreement.

Skipping the dual-write phase. Some teams want to move fast and migrate directly from PSP tokens to network tokens without a dual-write period. The savings in calendar time are real, but the risk of an undetected failure mode taking down live transactions is also real. The conservative approach (dual-write for 2-4 weeks) catches issues before they reach production.

Failing to plan for cards that cannot be network-tokenized. Roughly 10-20% of cards in a typical book will not be eligible for network tokenization on day one. The migration plan needs to handle these gracefully, either by keeping them as merchant tokens in the new vault or by gradually re-attempting network tokenization as issuer participation expands.

Not measuring the right metrics. The migration’s success is measured in authorization rate lift, decline reduction on card-on-file transactions, and reduction in involuntary churn. Some teams measure migration success in operational metrics (credentials migrated, percent complete) and miss whether the migration is actually delivering the business outcomes. Both sets of metrics matter.

Treating it as a one-time event rather than a capability. Once the vault and orchestration layer are in place, adding new PSPs, switching primary processors, or running A/B tests across providers becomes routine. The migration is the hard part. The flexibility it unlocks is the lasting benefit.

Migration ROI: a worked example

For an enterprise merchant processing $100M in annual card volume, with 70% card-not-present and 30% card-on-file or subscription billing, the typical migration delivers:

Authorization rate lift on CNP volume. A 4.6% lift on $70M in CNP volume translates to roughly $3.22M in additional approved transactions per year that would have declined without network tokens.

Subscription churn reduction. On $30M in card-on-file volume with a baseline 5-8% involuntary churn rate, a 20% reduction in card-reissue declines recovers $300K-$480K per year.

Fraud reduction. A 30% reduction in fraud on a baseline 0.5% chargeback rate saves approximately $150K in chargebacks and associated fees.

Visa interchange incentive. The 0.10% incentive on eligible tokenized CNP transactions delivers an additional $50K-$70K per year.

Total annual recovery: $3.5M to $4M of recovered revenue.

Against this, the migration costs typically include vault provider fees, orchestration platform fees if applicable, internal engineering time (typically 2-4 engineering quarters), and any PSP transition fees. For most enterprise merchants, the migration recovers its costs within the first 6-9 months and compounds in every subsequent year.

The ROI math becomes more favorable as merchant volume increases, because the per-transaction costs are largely fixed while the per-transaction lift scales linearly with volume.

Timeline expectations and resource requirements

A typical PSP-to-network-token migration for an enterprise merchant runs 12-20 weeks from kickoff to live network token routing:

PhaseDurationKey deliverable
Pre-migration audit2-4 weeksInventory, contracts reviewed, plan approved
Stage 1 (vault setup)3-6 weeksVault live, certified, integrated with checkout
Stage 2 (dual-write)2-4 weeksNew cards writing to both vaults reliably
Stage 3 (credential migration)4-12 weeksExisting credentials transferred and reconciled
Stage 4 (network token provisioning)1-3 weeksEligible cards have active network tokens
Stage 5 (routing activation)1-2 weeksLive transactions routing through new infrastructure

The phases can be partially parallelized. Stage 2 and the early parts of Stage 3 typically overlap, as do Stage 4 and Stage 5. The bottleneck for most projects is Stage 3, where PSP cooperation and reconciliation requirements set the pace.

Resource requirements for a mid-market enterprise:

  • Payments engineering: 2-3 engineers for the duration, plus architectural review at key checkpoints
  • Security and compliance: review and approval at each stage gate
  • Finance and procurement: contract review with the current PSP, vault provider, and orchestration platform
  • Operations: monitoring, alerting, and on-call coverage during cutover windows
  • Customer support: trained for any customer-facing edge cases during migration

For larger enterprises with multiple PSP relationships and tens of millions of credentials, double the timeline and resource estimates as a starting point.

How orchestration simplifies the migration

A payment orchestration platform with built-in vaulting and network token support compresses several of the stages significantly. Instead of integrating separately with a vault provider, a network tokenization service, and a routing layer, the merchant integrates once with the orchestration platform and the underlying components are configured rather than built.

The practical impact:

  • Stage 1 (vault setup) collapses from 3-6 weeks to days of configuration, because the orchestration platform’s vault is already PCI Level 1 certified and integrated
  • Stage 4 (network token provisioning) becomes a configuration toggle rather than an integration project, because the orchestration platform already maintains relationships with Visa Token Service, Mastercard MDES, and other network tokenization services
  • Stage 5 (routing activation) is built-in, because routing is the orchestration platform’s core capability

Stages 2 and 3 (dual-write and credential migration) still require operational coordination with the current PSP, but the technical work happens through the orchestration platform’s existing connectors.

For a deeper view of how this works end-to-end, our overview of what a payment orchestration platform is covers the architecture, and Gr4vy’s collaboration with Mastercard details how Mastercard Merchant Cloud (network tokenization, Click to Pay, gateway services) is available directly through the orchestration platform.

Frequently asked questions

How long does a PSP-to-network-token migration take?

For an enterprise merchant with a single existing PSP and a moderate credential book, a typical migration runs 12-20 weeks end-to-end. Merchants with multiple PSPs, tens of millions of stored credentials, or complex compliance requirements should plan for 6-9 months. Merchants using an orchestration platform that has the vault and network tokenization built in can typically compress the timeline by 30-40%.

Will my customers notice the migration?

If the migration is executed properly, customers should notice nothing at all. Their stored cards continue to work, their subscriptions continue to renew, and their checkout experience is unchanged. The only customer-visible impact should be the gradual improvement in transaction success rates as network tokens reduce expired-card declines and improve authorization rates.

Can I migrate without my current PSP’s cooperation?

Partially, but not completely. For the underlying PAN data to leave the PSP’s vault, the PSP has to participate in the export process. Most major PSPs have established procedures for this, though the specific terms vary by contract. Where PSP cooperation is limited, alternative approaches (network token re-provisioning where the network can identify the underlying card, or $0 reauthorization of active customers) can recover a meaningful portion of the credential book without full PSP support.

What happens to credentials that cannot be migrated?

For dormant customers with expired or invalid cards, those credentials will fail to migrate cleanly. The standard practice is to remove them from active billing flows and treat the next customer engagement as a fresh card collection. For active customers whose cards cannot be migrated for any reason, the merchant typically prompts a card update during the next customer interaction.

Do I need to switch PSPs to migrate?

No. The migration is from PSP-locked tokens to provider-agnostic tokens, not from one PSP to another. After migration, the merchant can continue using the same PSP, add additional PSPs without re-collecting card data, or switch primary processors based on performance. The point of the migration is to gain the option, not to force a specific PSP change.

How much does a migration typically cost?

Migration costs vary significantly by merchant size and complexity. For a typical enterprise migration, the major cost components are vault and orchestration platform fees (typically priced as a percentage of transaction volume or a tiered subscription), internal engineering time (2-4 quarters of engineering capacity), and any PSP transition fees. For most enterprise merchants processing $50M+ in annual card volume, the migration recovers its costs within 6-9 months from authorization rate lift alone.

What is the rollback plan if something goes wrong?

The dual-write architecture is the rollback plan. During and immediately after the migration, the current PSP’s vault and the new vault both hold copies of the customer credentials. If a critical issue is detected, transactions can be routed back to the PSP tokens while the issue is resolved. Once the migration has been live and stable for 30-60 days, the dual-write can be wound down and the PSP-side vault becomes a true backup.

Do I need to migrate all credentials at once?

No, and most merchants do not. Batch migration (typically 10% of the credential book per week, with reconciliation between batches) is the standard pattern. This allows issues to be caught and corrected early without affecting the entire credential book. The full migration typically completes in 6-12 weeks of active credential movement.

What happens to my PCI DSS scope during migration?

PCI scope is typically reduced once the migration completes, sometimes significantly. The merchant’s environment no longer needs to be configured to handle cardholder data flowing to multiple PSP integrations; instead, cardholder data is centralized in a single PCI Level 1 vault, and the merchant interacts with tokens. During the migration itself, both the source and destination environments need to maintain PCI compliance, which is why working with a Level 1 certified destination vault is essential.

Will the migration affect my existing card-on-file authorization rates during the transition?

The migration itself should not change authorization rates during the transition, because transactions continue to flow through the existing PSP tokens until routing is activated in Stage 5. Once network tokens are live, authorization rates on tokenized CNP transactions typically lift by 2-7%, with the full benefit visible within the first 30-60 days.

Can I migrate from one PSP’s tokens to another PSP’s tokens without using network tokens?

Yes, but the migration unlocks less value. Moving from one PSP’s vault to another’s is technically possible if both PSPs cooperate, but the result is still a PSP-locked credential book, just in a different PSP. The strategic value of migration comes from moving to a provider-agnostic vault with network tokens layered on top, which is what unlocks the flexibility, authorization rate lift, and lifecycle resilience.

What if my business is too small for this migration to be worth it?

The migration ROI scales with volume. For merchants processing under $10M annually with no card-on-file or subscription billing, the return may not justify the engineering investment. The break-even point typically sits around $20-30M in annual card volume for merchants with meaningful CoF or subscription mix, and the math gets steadily more favorable above that threshold.

What to do next

The merchants who have completed PSP-to-network-token migrations consistently report that the engineering work, while substantial, was the easy part. The harder part is committing to the project in the first place, because the costs are visible upfront and the benefits compound over time.

For merchants beginning to plan this work, the practical first step is the pre-migration audit. Answer the ten questions in the section above. The answers will tell you whether the migration is worth pursuing now, what your specific timeline looks like, and where your risks concentrate.

Gr4vy’s cloud-native payment orchestration platform was designed to compress the technical phases of this migration. Through a single integration, merchants get a PCI Level 1 vault, automatic network token provisioning across Visa, Mastercard, American Express, and Discover, and routing across more than 400 PSPs and payment methods. The migration becomes a configuration project rather than a multi-vendor integration project.

If you’re evaluating whether and when to migrate, or want a walkthrough of what your specific migration would look like, contact our team for a stack audit and migration plan tailored to your current setup.

Visa vs Mastercard vs American Express vs Discover: a merchant’s guide to the four credit card networks

The four major credit card networks process more than $27.7 trillion in consumer transactions worldwide every year. For merchants, they are not interchangeable. Each network operates a distinct business model, charges different fees, achieves different authorization rates, and carries different acceptance footprints across the geographies a business sells into.

Most existing content on this topic is written for cardholders deciding which card to carry. This guide is written for the other side of the transaction. It covers what each network actually is, how they differ in ways that matter for cost and acceptance, what the 2025-2026 shifts (including Capital One’s acquisition of Discover) mean for merchants, and how a modern payment stack should route across all four.

The four networks at a glance

Before the deeper analysis, the short version:

  • Visa is the largest network by purchase volume and the most widely accepted card brand globally. It operates an open-loop model and does not issue cards directly.
  • Mastercard is the second-largest network, also open-loop, with the broadest international reach by country count and growing share in tokenization and digital identity.
  • American Express is a closed-loop network that issues most of its own cards, charges higher merchant fees, and concentrates on premium and corporate segments.
  • Discover is a closed-loop network historically focused on the US market, now part of Capital One following the February 2025 acquisition. Its international acceptance comes through alliances with Diners Club, UnionPay, JCB, and others.

The structural difference between open-loop (Visa, Mastercard) and closed-loop (Amex, Discover) is the single most important distinction merchants need to internalize. It shapes fees, dispute handling, acceptance dynamics, and routing options across the entire payment stack.

How card networks fit into the payment flow

A credit card transaction involves more parties than most merchants realize. The card network sits at the center of the flow, but it is one of several distinct roles. To understand how the four networks differ, it helps to map them against the broader payment orchestration vs gateway vs processor model first.

The participants in a card transaction are:

  1. Cardholder: the buyer making the purchase
  2. Issuing bank: the bank that issued the card to the cardholder and holds the line of credit
  3. Card network: Visa, Mastercard, Amex, Discover (or others like UnionPay, JCB, Cartes Bancaires)
  4. Acquiring bank: the bank that holds the merchant’s account and is licensed by the networks
  5. Payment processor: the technology that moves the authorization request through the network
  6. Payment gateway: the front-end interface that captures payment data at checkout
  7. Merchant: the business accepting the payment

The card network’s job is to authorize the transaction, route the authorization between the issuing bank and the acquiring bank, set the scheme rules, and define the interchange and assessment fees that flow between participants.

In open-loop networks (Visa, Mastercard), all seven roles are filled by different parties. In closed-loop networks (Amex, Discover), the network combines the issuing bank, card network, and acquiring functions into a single entity, which is why Amex and Discover can charge merchants directly without an external acquirer.

Open-loop vs closed-loop: the structural difference

This is the framing every merchant should understand because it determines how fees, disputes, and acceptance work for each network.

Open-loop networks (Visa, Mastercard)

Visa and Mastercard do not issue cards. They do not lend money. They operate the network that connects thousands of issuing banks on one side with thousands of acquiring banks on the other, and they earn revenue from scheme fees on every transaction that flows across that network.

The advantage of open-loop is scale. Because any bank can issue Visa or Mastercard cards and any acquirer can process them, both networks have achieved global ubiquity. The trade-off is that interchange (the largest single fee on most card transactions) flows to the issuing bank, not the network itself. The network earns smaller scheme fees, but on enormous volume.

Closed-loop networks (American Express, Discover)

American Express and Discover both issue their own cards, hold the credit relationship with the cardholder, and process the merchant side of the transaction themselves. This single-entity model means the closed-loop network captures all the economics from a transaction rather than splitting them across an issuer-network-acquirer chain.

The advantage of closed-loop is margin. Amex and Discover can charge merchants higher fees because there is no separate issuer to compensate, and they retain control of the entire customer relationship on both sides. The trade-off is acceptance. Because closed-loop networks have to recruit merchants directly rather than relying on the open-loop network effect, they have historically achieved lower acceptance, particularly outside their home markets.

Understanding which network is which determines what merchants can expect when they accept a card. Visa and Mastercard transactions flow through the merchant’s chosen acquirer. Amex and Discover transactions flow through the closed-loop network directly, often with a separate merchant agreement.

Visa: the global volume leader

Visa is the largest card network in the world by every measurable metric.

Scale and reach. Visa processed roughly 257.5 billion transactions globally in 2024, a 10% year-over-year increase. The network holds approximately 52.2% of the global credit card market and around 60% of the US card network market by purchase volume. There are more than 4.48 billion Visa cards active worldwide.

Business model. Pure open-loop. Visa does not issue cards, does not extend credit, and does not hold consumer or merchant accounts. The company’s revenue comes from data processing fees, service fees, and international transaction fees charged to the issuing and acquiring banks on its network.

Merchant economics. Visa’s interchange typically ranges from 1.43% to 2.4% depending on card type, transaction channel, merchant category, and geography. Premium and rewards cards carry higher interchange than standard consumer cards. Card-present transactions incur lower interchange than card-not-present transactions due to the lower risk profile. Cross-border transactions add interchange adjustments and currency conversion costs on top of base rates.

Where merchants see Visa most. Effectively everywhere. Visa is the default network for retail, hospitality, ecommerce, and most other categories in most geographies. For a merchant operating internationally, Visa volume is almost always the largest share of card transactions.

Recent developments. Visa has invested heavily in Click to Pay, network tokenization, and Visa Direct (its real-time payments platform). These investments are repositioning the network from a card-only authorization layer to a broader payments infrastructure provider.

Mastercard: the international challenger

Mastercard is the second-largest network and the one closing the gap on Visa fastest in several dimensions.

Scale and reach. Mastercard processed around 160 billion transactions in 2024 with approximately $2.997 trillion in card volume reaching 500 million consumers worldwide. The network has 3.158 billion active cards. Mastercard is accepted in more countries and territories than any other network globally (210+).

Business model. Open-loop, identical to Visa in structure. Banks issue Mastercard-branded cards; Mastercard operates the network connecting them.

Merchant economics. Mastercard interchange typically ranges from 1.55% to 2.6%. Slightly higher on average than Visa but the ranges overlap substantially. Mastercard’s scheme fee structure is broadly comparable to Visa’s, with similar adjustments for card type, channel, and geography.

Where merchants see Mastercard most. Strong global coverage with particular strength in Europe and emerging markets. In the US, Mastercard is roughly half Visa’s volume but accepted nearly universally wherever Visa is.

Strategic positioning. Mastercard has been more aggressive than Visa in commercial cards, fintech partnerships, and tokenization infrastructure. The Mastercard Merchant Cloud product launched in 2024 bundles network tokenization, Click to Pay, and gateway services as a single offering. Gr4vy’s October 2025 partnership with Mastercard integrates Mastercard Merchant Cloud directly into the orchestration platform, allowing merchants to enable network tokenization and Click to Pay through a single integration without additional development work.

American Express: the premium closed-loop network

American Express occupies a distinctive position as the largest closed-loop network and the network with the highest average transaction value.

Scale and reach. Amex has approximately 127.6 million basic cards in force worldwide, with around 67 million active cardholders in the US in 2025. The average Amex transaction value sits at $155, the highest of any major network and a direct reflection of its premium and corporate card concentration.

Business model. Primarily closed-loop, but with hybrid arrangements. Most Amex cards are issued by American Express itself. A smaller segment is issued by partner banks under Amex’s network rules. Either way, transactions flow through Amex’s own processing infrastructure rather than through external acquirers.

Merchant economics. Amex charges merchants the highest discount rates of the four major networks, typically 2.5% to 3.5% per transaction, sometimes higher for small merchants without volume-based negotiations. This is the primary reason Amex acceptance is narrower than Visa or Mastercard: the higher fee creates a real cost question for low-margin merchants.

Where merchants see Amex most. Travel, hospitality, restaurants, B2B procurement, and premium retail. Amex’s customer base skews higher-income and higher-AOV, which is why merchants in those categories generally accept it despite the higher fees. In the US, roughly 99% of retailers that accept credit cards now accept Amex, but international acceptance remains 30-40% behind Visa and Mastercard.

Dispute handling. Amex’s closed-loop model means disputes are handled internally rather than through the merchant-acquirer-network-issuer chain that governs Visa and Mastercard chargebacks. This can simplify some processes but also gives Amex more unilateral authority in dispute outcomes than open-loop networks typically have.

Discover: the closed-loop network reshaping in 2025

Discover is the smallest of the four major US networks but the one undergoing the most structural change. Capital One’s acquisition of Discover closed in February 2025, fundamentally altering the network’s strategic position.

Scale and reach. Discover holds approximately 5.9% of US credit card purchase volume, with around 71.5 million Discover credit cards in circulation. The Discover Global Network processed approximately $500 billion in worldwide transaction value in 2025, a 7% increase year over year. International acceptance flows through alliance partnerships with Diners Club, UnionPay, JCB, RuPay, BC Card, and Elo, which together cover 185 countries and territories.

Business model. Closed-loop. Discover issues its own cards, processes its own transactions, and historically focused on the US domestic market. The network’s growth strategy has leaned on alliance partnerships for international acceptance rather than direct expansion.

Merchant economics. Discover’s discount rate typically ranges from 1.56% to 2.3%, broadly comparable to Visa and Mastercard rather than to Amex despite its closed-loop structure. This pricing strategy reflects Discover’s effort to maintain merchant acceptance in the US market.

The Capital One acquisition and what it means. Capital One’s $35.3 billion acquisition of Discover, completed in February 2025, gives Capital One control of a major card network for the first time. The strategic implication is that Capital One can potentially route its own card transactions through Discover’s network rather than Visa or Mastercard, capturing more of the transaction economics internally. For merchants, this means the Discover-branded transactions they accept may grow as Capital One migrates its issuer portfolio onto the network, and the competitive pressure on Visa and Mastercard interchange may increase over the medium term.

Where merchants see Discover most. Predominantly US-based transactions. Cashback rewards programs, particularly among middle-market consumer segments. Through alliance partners, Discover-branded transactions also appear in cross-border flows from China (UnionPay), Japan (JCB), and several other markets.

The other networks merchants encounter

For merchants operating internationally, the four major networks above are not the only ones that matter. Four secondary networks come up frequently:

UnionPay. China’s domestic and increasingly international network. UnionPay handles more transactions globally than any other network by volume, though most are within China. Merchants targeting Chinese cross-border ecommerce or inbound travel from China benefit significantly from UnionPay acceptance, which is now widely available through Discover Global Network and direct integrations.

JCB. Japan’s primary domestic network, with extensive Asia-Pacific reach and partnership-based US acceptance through Discover.

Cartes Bancaires. France’s domestic network, which co-brands with Visa and Mastercard. Routing transactions through CB rather than the international networks can reduce costs and improve authorization rates for merchants with French customer bases.

Elo. Brazil’s domestic credit card network, important for merchants selling in Latin America’s largest ecommerce market.

For merchants with cross-border operations, supporting these secondary networks through local acquiring relationships is often the difference between strong and weak authorization rates in those markets. Our analysis of how to increase payment approval rates in 2026 covers the routing logic in more detail.

The definitive comparison

The four major networks across every dimension that matters for a merchant evaluation:

DimensionVisaMastercardAmerican ExpressDiscover
Network modelOpen-loopOpen-loopClosed-loopClosed-loop
Issues cards directly?NoNoYesYes
Global market share~52.2%~24%~10%~6%
Active cards worldwide4.48B3.16B127.6M71.5M
Annual transactions (2024)257.5B160B~9B~2.5B
Acceptance (countries)200+210+100+185 (via alliances)
Typical merchant fee1.43% – 2.4%1.55% – 2.6%2.5% – 3.5%1.56% – 2.3%
Average transaction value$93~$95$155~$80
BIN prefix (primary)451-55, 2221-272034, 376011, 622126-622925, 644-649, 65
Card number length13, 16, or 19 digits16 digits15 digits16 digits
Strongest inAll geographies, all channelsEurope, emerging markets, B2BPremium, travel, US corporateUS domestic, cashback
Recent developmentClick to Pay rollout, Visa DirectMastercard Merchant Cloud launchPremium repositioningCapital One acquisition (Feb 2025)

How fees actually differ across the four networks

The “Visa is cheaper than Amex” framing common in consumer-finance content oversimplifies what merchants actually experience. The real picture has more dimensions:

Interchange varies more by card type than by network. A premium rewards card on any network costs more than a standard consumer card on any network. The interchange tables maintained by Visa and Mastercard are extensive, with hundreds of categories. A Visa Signature card may cost more than a basic Mastercard, even though Mastercard’s typical range is slightly higher.

Closed-loop networks have flatter pricing. Amex and Discover do not split interchange and scheme fees between issuer and network because they are both. Their merchant pricing is typically a single discount rate, which is simpler to model but can be higher in absolute terms.

Geographic mix matters more than network mix. A merchant processing 60% of volume in Europe through CB or domestic networks will have a different effective rate than one processing through Visa internationally, regardless of which network logos appear on the cards.

Card-not-present always costs more. Ecommerce interchange is consistently higher than card-present across all four networks, sometimes by 30-50 basis points. The risk premium is built into the rate.

Volume matters. Enterprise merchants negotiate. The published ranges above reflect typical small and mid-market pricing. High-volume merchants achieve materially lower effective rates across all four networks through volume-tier negotiations with their acquirers and direct deals with Amex.

For more detail on the fee structure across networks, see Gr4vy’s guide to credit card processing fees.

Authorization rates: where networks really differ

Beyond fees, the metric that has the biggest revenue impact for merchants is the percentage of attempted transactions that get approved. Authorization rates differ meaningfully across networks for reasons that merchants should understand:

Network-level differences are smaller than acquirer-level differences. A Visa transaction routed through a strong local acquirer can outperform a Visa transaction routed through a weak foreign acquirer by 10-15 percentage points. The network is the same; the routing makes the difference.

Closed-loop networks have unified visibility. Because Amex and Discover handle both the issuer and acquirer sides, they can sometimes achieve more consistent authorization decisions than open-loop networks where issuers and acquirers operate independently.

Tokenization affects networks differently. Network tokenization (Visa Token Service, Mastercard Digital Enablement Service, and their equivalents) typically improves authorization rates by 2-7 percentage points compared to raw PAN transactions. The lift is meaningful and reasonably consistent across networks, but the implementation maturity varies.

Cross-border patterns differ. International transactions face additional decline pressure regardless of network, but the specific reasons differ. Visa transactions decline more often for AVS mismatches; Mastercard transactions decline more often for issuer-level velocity rules; Amex transactions decline more often for closed-loop fraud screening; Discover transactions face higher decline rates simply because issuers see them less frequently and may flag them as anomalous.

For merchants accepting all four networks, routing each transaction to the acquirer best positioned for that specific network in that specific geography typically improves overall authorization rates by 2-10 percentage points, with cross-border gains often higher. Intelligent payment routing is the mechanism that delivers this lift in practice.

What network mix tells you about your customer base

The distribution of which networks your customers use is genuinely informative about who they are and how they shop.

Heavy Visa and Mastercard with low Amex/Discover share typically signals a broad mass-market customer base, often international, often price-sensitive. Most ecommerce merchants outside the premium category see this pattern.

Elevated Amex share correlates with premium positioning, B2B customers, travel-related categories, and US corporate buyers. If Amex is 15%+ of your volume, you are likely serving a higher-income segment regardless of how your brand positions itself.

Elevated Discover share typically indicates a US domestic customer base in middle-market consumer categories. Discover users skew toward cashback-conscious shoppers in retail, restaurants, and services.

Significant cross-border network presence (CB, JCB, UnionPay) indicates real international reach. Most merchants underestimate how much of their cross-border revenue depends on supporting these networks at the local acquirer level.

The strategic implication is that the network mix should inform routing strategy. A merchant with 20% Amex volume needs an acquirer relationship that performs well on Amex. A merchant with significant UnionPay volume needs a routing path that handles UnionPay efficiently. A single-acquirer setup that performs well on Visa but poorly on Amex is leaving real revenue on the table.

How payment orchestration handles routing across networks

For merchants operating across all four networks, the architectural question becomes how to ensure each network’s transactions reach the acquirer most likely to approve them. This is the problem payment orchestration was designed to solve.

A modern orchestration setup routes transactions based on multiple variables in real time:

  • Network and BIN range determine which acquirers support the card and which have historically performed well for that issuer
  • Geography and currency determine whether local acquiring will achieve higher acceptance than international routing
  • Card type (consumer, premium, commercial) determines which acquirers have favorable interchange agreements for that specific category
  • Historical authorization performance determines which paths have worked recently for similar transactions
  • Cost optimization routes lower-margin transactions to lower-cost acquirers when authorization probability is comparable

The merchant maintains relationships with multiple acquirers and the orchestration layer chooses the best path for each transaction. This is materially different from the single-PSP model in which every Visa transaction, every Mastercard transaction, every Amex transaction goes through the same processor regardless of fit.

For merchants with annual payment volume above $50M and multi-network mix, the typical authorization rate improvement from this kind of routing is in the 2-10% range. Combined with network tokenization, which protects card-on-file payments from expired-card declines, the cumulative revenue impact is often the largest single optimization a payments team can deliver.

Regulatory pressure: the Credit Card Competition Act

For US merchants specifically, a regulatory development worth tracking is the Credit Card Competition Act (CCCA). If enacted, the legislation would require large banks to offer merchants alternative payment networks beyond Visa and Mastercard for credit card transactions, broadly mirroring the routing competition that already exists for debit cards under the Durbin Amendment.

The CCCA was not included in the GENIUS Act that passed in 2025, but the underlying interchange-reform pressure has not gone away. If enacted, the legislation could meaningfully reduce interchange revenue and create new routing options for merchants. The merchants best positioned to benefit are those whose payment stacks can already route flexibly across multiple acquirers and networks, which is exactly the architecture that orchestration enables.

Frequently asked questions

What is the difference between Visa, Mastercard, American Express, and Discover?

Visa and Mastercard are open-loop networks that do not issue their own cards; they operate the network connecting issuing banks and acquirers. American Express and Discover are closed-loop networks that issue their own cards and process their own transactions, capturing more of the transaction economics. The structural difference shapes merchant fees, dispute handling, and acceptance dynamics.

Which credit card network is the largest?

Visa is the largest by every measurable metric. It processes around 257.5 billion transactions per year, holds approximately 52.2% of the global credit card market, and has more than 4.48 billion active cards worldwide.

Which credit card network charges merchants the most?

American Express typically charges the highest merchant discount rates, ranging from 2.5% to 3.5% per transaction. The other three networks (Visa, Mastercard, Discover) all sit in the 1.43% to 2.6% range for typical transactions, with overlap between them.

Why does American Express charge merchants more?

Because Amex operates a closed-loop model, it captures all the transaction economics directly rather than splitting them between an issuer and a separate acquirer. Its premium card portfolio also justifies higher merchant fees in exchange for higher average transaction values (Amex’s average transaction is $155, well above the other networks).

What does open-loop vs closed-loop mean?

In an open-loop network (Visa, Mastercard), the issuing bank, the network, and the acquiring bank are three separate entities. In a closed-loop network (American Express, Discover), all three functions are performed by the same company. Open-loop networks achieve broader acceptance through their network effects; closed-loop networks capture higher per-transaction economics.

How do BIN ranges identify each network?

The first digit of a card number identifies the network: Visa starts with 4, Mastercard starts with 51-55 or 2221-2720, American Express starts with 34 or 37, and Discover starts with 6011, 622126-622925, 644-649, or 65. Visa card numbers are 13, 16, or 19 digits; Mastercard and Discover are 16; American Express is 15.

Does Capital One’s acquisition of Discover affect merchants?

Yes, in the medium term. Capital One closed its $35.3 billion acquisition of Discover in February 2025. Capital One can now route its own card transactions through the Discover network, capturing more transaction economics internally. For merchants, this is likely to increase the share of Discover-branded transactions over time and may apply competitive pressure on Visa and Mastercard interchange rates.

Should my business accept all four networks?

For most merchants in most categories, yes. Restricting accepted networks to avoid fees usually loses more revenue from declined customers than it saves in interchange. The exception is small merchants serving demographics with very low Amex or Discover usage, where the cost-benefit analysis can favor selective acceptance. Enterprise merchants almost always accept all four because their customer mix is broad enough that any restriction creates measurable revenue loss.

How do authorization rates differ across networks?

The differences are real but smaller than most merchants assume. Network-level authorization rate variation is typically within a few percentage points, but how a transaction is routed (to a local acquirer vs a foreign one, with or without network tokenization, through a strong or weak processor for that specific BIN range) makes much more difference than the network itself. Intelligent routing across multiple acquirers per network typically improves authorization rates by 2-10%.

What is network tokenization and how does it relate to the networks?

Each major network operates its own tokenization service: Visa Token Service, Mastercard Digital Enablement Service, Amex Token Service, and Discover’s tokenization through ProtectBuy. Network tokens replace stored card numbers with network-issued tokens that automatically update when underlying cards are reissued or expire. The result is fewer declined transactions on stored credentials and improved security. Network tokenization typically delivers a 2-7 percentage point authorization rate improvement on card-on-file transactions across all networks.

Are there other credit card networks merchants should know about?

Yes. UnionPay (China) handles more transactions globally than any other network by volume. JCB (Japan) has strong Asia-Pacific presence. Cartes Bancaires (France) co-brands with Visa and Mastercard and routing through CB can reduce costs in the French market. Elo (Brazil) is essential for Brazilian ecommerce. For merchants with international customer bases, supporting these networks through local acquiring relationships is often the difference between strong and weak authorization rates in those geographies.

How does payment orchestration help with network routing?

A payment orchestration platform connects to multiple acquirers and processors at once, then routes each individual transaction to the path most likely to approve it based on the card’s network, BIN range, geography, currency, and historical performance. For merchants accepting all four major networks plus regional ones, this delivers 2-10% authorization rate improvements and meaningful cost optimization without requiring the merchant to switch any of their existing providers.

The four credit card networks are not interchangeable, and the differences matter for merchant economics, acceptance, and authorization rates. Visa and Mastercard offer the broadest acceptance and the most predictable economics. American Express commands premium fees in exchange for premium transaction values. Discover is reshaping under Capital One’s ownership in ways that may benefit merchants over time.

The architectural implication for enterprise merchants is that the network mix in your transaction volume should inform your acquiring strategy. Single-acquirer setups that perform well on one network often underperform on others. The merchants who extract the most value from their card acceptance are the ones who route each transaction to the acquirer best positioned for its specific network, geography, and card type.

If you’re evaluating how your current setup performs across the four networks, or want to understand where intelligent routing could improve your authorization rates and acceptance costs, contact our team for a walkthrough of how Gr4vy’s orchestration platform routes across acquirers, networks, and geographies through a single integration.

What is agentic commerce? A complete guide for 2026

Agentic commerce is a form of online commerce in which autonomous AI agents discover products, compare options, and complete purchases on behalf of human buyers, with the buyer providing only the initial intent and a final authorization. The buyer never sees most product pages, never enters card details, and never navigates a checkout flow.

This is not a chatbot recommending products that a human then buys. Agentic commerce is the AI agent acting as the purchaser, the one constructing the cart, the one passing payment credentials, and the one closing the transaction. The human still authorizes the spend, but the path from intent to checkout runs through software rather than fingertips on a screen.

McKinsey estimates the global agentic commerce opportunity could reach $3 to $5 trillion by 2030. A 2026 IBM study found that 45% of consumers already use AI for at least part of the buying journey. Agent-driven traffic across the open web has grown more than 1,300% in the past nine months. The question for most businesses is no longer whether agentic commerce is coming, but whether their checkout will be discoverable inside it.

This guide explains exactly what agentic commerce is, how it works in practice, the protocols and infrastructure that make it possible, and what merchants need to do to participate.

A clear definition: agentic commerce in one sentence

Agentic commerce is the category of online transactions in which an autonomous AI agent, rather than a human navigating a user interface, performs the discovery, evaluation, and execution of a purchase on behalf of a human buyer.

Three elements are central to that definition:

  • Autonomy: the agent is not a recommendation engine waiting for a click. It plans, decides, and acts within the parameters the buyer set.
  • Delegation: the human buyer remains the principal. They set the goal (“find me a flight”), define the constraints (“under $400, nonstop, arriving by 6pm”), and authorize the spend. The agent acts as their proxy.
  • End-to-end execution: agentic commerce covers the full transaction. An assistant that recommends a sweater but sends you to the merchant’s site to buy it is not agentic commerce. An assistant that finds the sweater, fills the cart, completes the payment, and tracks the shipment is.

Agentic commerce vs traditional ecommerce vs conversational commerce

The category is new enough that the terms get blurred. Three labels worth distinguishing:

ModeWho drives the purchaseWhere it happensExample
Traditional ecommerceHuman shopper clicking through a UIMerchant website or appCustomer browses Amazon, adds to cart, checks out
Conversational commerceHuman shopper chatting; agent assistsChat interface, with merchant UI for checkoutCustomer asks Klarna’s bot for a deal; bot links to merchant site
Agentic commerceAutonomous AI agent acting for the humanAgent’s environment (ChatGPT, Gemini, etc.)Customer tells ChatGPT to buy a gift; ChatGPT discovers, selects, and pays

The dividing line is who completes the transaction. In traditional ecommerce the human does. In conversational commerce the human still does, with help. In agentic commerce, software completes the transaction inside an environment the merchant does not control.

How does agentic commerce actually work?

Every agentic transaction moves through five stages. Understanding the sequence is the first step to understanding what infrastructure has to change to support it.

1. Intent capture

The buyer expresses what they want to an AI agent. The expression can be sparse (“find me a birthday gift for my mother”) or specific (“a waterproof hiking boot in size 8, under $150, delivered by Friday”). The agent translates this into a structured query.

2. Discovery and evaluation

The agent queries product data from merchants that have made their catalogs accessible through standardized protocols. The agent does not browse storefronts. It does not parse JavaScript-rendered pages. It calls APIs, ingests structured feeds, and reasons across the results. Merchants whose catalogs are not exposed in machine-readable form are invisible at this stage.

3. Selection and cart construction

The agent narrows the options, sometimes presenting a shortlist to the buyer for approval, sometimes proceeding directly when the buyer has pre-authorized. Once a product is chosen, the agent constructs a cart by calling the merchant’s agentic checkout API.

4. Payment delegation and authorization

This is the step that distinguishes agentic commerce from every previous form of automated buying. The agent does not see or transmit raw card details. The buyer authorizes the spend inside the agent’s environment, the agent receives a scoped payment token (limited to one merchant, one currency, a maximum amount, and a short expiration window), and that token is passed to the merchant. The merchant references the token inside a standard authorization request, which is processed through their PSP and acquirer.

5. Settlement, fulfillment, and tracking

From the merchant’s perspective, settlement looks like any other card transaction. The funds flow through the existing acquiring relationships. The agent retains the transaction metadata, tracks fulfillment, and surfaces updates back to the buyer. The merchant captures agent-specific tags so the transaction can be measured separately from human-initiated traffic.

The critical insight is that only steps 1 through 4 are genuinely new. Step 5 runs on the merchant’s existing payment infrastructure, provided that infrastructure can accept tokens from multiple PSPs, route intelligently, and identify agent traffic separately.

The protocols that make agentic commerce work

Agentic commerce did not become viable through better AI alone. It became viable when two open protocols standardized the interface between AI platforms and merchant systems in late 2025.

Agentic Commerce Protocol (ACP)

ACP is the open standard co-developed by OpenAI, Stripe, and Meta, released under the Apache 2.0 license in September 2025. It powers ChatGPT Instant Checkout and defines four composable building blocks: agentic checkout (creating, updating, and completing sessions), cart and feed (browsing catalogs), delegate payment (passing secure tokens between buyer, agent, and merchant), and delegate authentication (OAuth 2.0 for agents acting on a buyer’s behalf).

Under ACP, the merchant remains the merchant of record. Settlement, compliance, and disputes stay with the merchant and their PSP. The agent is the messenger.

Universal Commerce Protocol (UCP)

UCP is the open standard co-developed by Google and Shopify, also released in October 2025. It powers commerce inside Google AI Mode and Gemini, and covers the full shopping journey from discovery through fulfillment. UCP has been endorsed by Walmart, Target, Visa, Mastercard, Stripe, and more than 20 other retailers and platforms.

Where ACP optimizes for the conversational ChatGPT experience, UCP optimizes for the broader Google ecosystem. The two protocols are complementary, and most enterprise merchants implement both rather than choosing one.

Model Context Protocol (MCP)

A third protocol, MCP, sits beneath both ACP and UCP. MCP is the framework that enables AI agents to query structured, machine-readable information from external systems including inventory, pricing, and checkout logic. Where ACP and UCP define how an agent transacts, MCP defines how the agent gathers the information it needs to decide what to transact for.

Together, these three protocols form the technical foundation of agentic commerce. For a deeper look at how to implement them, our guide on how to make your checkout AI-agent-ready walks through the specific endpoints, conformance tests, and integration patterns.

What agentic commerce is not

The term has been used loosely enough that it is worth saying clearly what falls outside the category.

Agentic commerce is not a recommendation engine. A model that surfaces products on a merchant website is enhancing traditional ecommerce, not replacing it. The human still completes the purchase.

Agentic commerce is not a chatbot with a “buy” button. A conversational interface that hands the buyer off to a merchant checkout page is conversational commerce. The agent did not transact; it routed.

Agentic commerce is not screen-scraping or browser automation. Some early demos of “AI shopping” rely on language models clicking through human-facing pages. This works in controlled environments but breaks at scale, fails fraud screening, and is being deliberately phased out by merchant security systems. The protocol-based approach is what makes agentic commerce a real category rather than a demo trick.

Agentic commerce is not full autonomy without human oversight. Every credible implementation keeps the buyer in the authorization loop. Agents propose, humans dispose. The buyer’s role shifts from clicker to delegator, not from delegator to absent.

Why agentic commerce is happening now

Three forces converged in 2024 and 2025 to make agentic commerce viable.

Capable foundation models. Large language models reached the point where they can reason about purchase decisions, handle multi-step planning, and reliably parse structured product data. The reasoning capability is what enables the agent to take a sparse human intent and translate it into a specific transaction.

Standardized protocols. ACP, UCP, and MCP gave merchants a clear specification to build against. Before these protocols existed, every “agentic commerce” project was bespoke and brittle. Now there is a clear interface, and merchants can implement once and serve any compatible agent.

Consumer adoption of AI assistants. ChatGPT alone reached 800 million weekly active users by late 2025, processing roughly 50 million shopping queries every day. Google’s Gemini, Microsoft’s Copilot, Anthropic’s Claude, and a growing ecosystem of specialized agents have made AI assistants a default surface for an entire generation of consumers.

The combination produced the conditions for a category that had been predicted for a decade to finally take off. Cyber Week 2025 was the inflection point: retailers with AI agent integration saw approximately 7× better sales growth than those without, according to Salesforce data. The merchants who waited watched the market move past them in a single quarter.

Real-world examples of agentic commerce

The category is still young, but several distinct patterns are already in market.

Conversational shopping inside ChatGPT and Gemini. A consumer asks the assistant for a product recommendation. The assistant queries merchant catalogs through ACP or UCP, presents options, accepts a selection, and completes the purchase using a delegated payment token. The buyer never leaves the chat.

Personal shopping agents. Specialized agents that learn a buyer’s preferences and proactively complete recurring purchases. Reordering household goods, restocking pet food, replacing print cartridges, all without prompting from the human.

Travel and ticketing agents. Agents that compare flights, hotels, and tickets across multiple providers, then book the optimal combination on behalf of the buyer. This category is among the earliest to mature because the underlying APIs already existed.

B2B procurement agents. Enterprise software that monitors inventory or supply levels, identifies the optimal supplier, negotiates the purchase, and processes the order through corporate procurement rails. The B2B applications often run with looser human-in-the-loop constraints because corporate spending limits act as the safety mechanism.

Comparison and price-watching agents. Agents that monitor pricing across merchants and execute a purchase the moment a target price is met, often while the buyer is asleep or in a meeting.

The common thread across all five is the same: a human delegated a purchasing decision to software, and software executed the transaction without human navigation of a merchant UI.

What agentic commerce means for merchants

For ecommerce businesses, agentic commerce is both an opportunity and an existential question. The opportunity is a new revenue channel growing at unprecedented rates. The existential question is whether your store is even visible inside it.

Discoverability becomes a protocol problem. Search engine optimization made content legible to search engines. Agentic commerce optimization makes commerce legible to agents. The work shifts from keyword strategy and content marketing to structured catalogs, machine-readable APIs, and protocol compliance. Heavy JavaScript frameworks that block agent crawlers, missing product attributes, ambiguous shipping policies, all of these turn into revenue leaks the moment agent traffic becomes meaningful.

Checkout becomes the hardest problem. Most analyst coverage agrees on this point. Discovery is hard but solvable through structured data. Checkout is the layer where agentic commerce breaks most existing infrastructure. Merchants need to accept delegated payment tokens, route agent-initiated transactions intelligently, handle authentication for non-present buyers, and tag agent traffic separately from human traffic. None of this is impossible, but most existing payment stacks do not handle it out of the box.

The risk of vendor lock-in increases. The fastest path to ACP support today is a single-line update inside one specific PSP integration. The fastest path to UCP is being on one specific commerce platform. Both options ship quickly because they bundle protocol compliance with a particular vendor’s product. The trade-off is exactly the kind of single-vendor concentration that enterprise merchants have spent the last decade trying to eliminate.

Analytics need a separate lens. Without specific tagging, agent-driven transactions look identical to human checkouts in merchant analytics. This is how merchants quietly lose money for quarters. Authorization rates that drop on agent traffic but stay flat overall are invisible without instrumentation. Conversion gaps that emerge from agent-specific friction points are invisible without instrumentation. Tagging from day one is the cheapest insurance policy in this stack.

For merchants thinking about how to participate, our companion guide on making your checkout AI-agent-ready covers the four capabilities your stack actually needs and a week-by-week implementation roadmap.

What agentic commerce means for consumers

The consumer experience changes more quietly than the merchant experience, but it changes substantively.

The job of shopping shrinks. Consumers no longer evaluate dozens of options across tabs. They describe what they want and let the agent do the comparison work. The cognitive load of choice falls dramatically.

Brand loyalty becomes more fragile. When the agent is doing the picking, the brands that win are the ones that are easiest to transact with, not necessarily the ones with the strongest brand affinity. Discoverability, clear policies, and frictionless agent-side checkout matter more than logo recognition.

Trust shifts from merchant to agent. The consumer is trusting the agent to act in their interest. This raises new questions about how agents are paid (do they take a commission? are they sponsored?), how they prioritize options, and how disputes are resolved when an agent buys the wrong thing.

Privacy and authorization patterns change. The agent needs to know enough about the buyer to act on their behalf, which means more data flows between humans, agents, and merchants. The protocols build in scoped tokens and short-lived authorizations to constrain this, but the consumer surface area is genuinely larger than in traditional e-commerce.

Common myths and misconceptions

A handful of confusions show up consistently in early coverage of the category.

Myth: Agentic commerce will replace human shopping. It will not. Agentic commerce is best suited to repeat purchases, well-defined queries, and tasks with measurable success criteria. Discretionary shopping, browse-for-fun experiences, and emotionally driven purchases remain human-driven. The two modes coexist.

Myth: You need to be on a specific platform or PSP to participate. ACP, UCP, and MCP are all open standards. Any merchant can implement them against any commerce backend and any payment provider. The bundled paths from Stripe or Shopify ship fastest, but they are not the only paths. Merchants using payment orchestration can implement the protocols once and route agent-initiated transactions across multiple PSPs.

Myth: Agentic commerce is just a fancy word for chatbots. Chatbots respond to prompts inside a conversational interface. Agents plan, act, and transact across systems. The distinction is the difference between assistance and autonomy.

Myth: Agentic commerce is insecure. The protocols are designed with security in mind from the start. Payment tokens are scoped to a single merchant, a single currency, a maximum amount, and minutes-long expirations. Raw card data never reaches the agent. The compliance burden sits with the merchant and PSP, which is the same place it sat in traditional ecommerce. A well-implemented agentic flow is at least as secure as a standard card-not-present transaction.

Myth: There is plenty of time to prepare. Agent-driven traffic has grown 1,300% in nine months. The retailers who treated this as a 2027 problem in 2024 are already losing market share to competitors who treated it as a 2025 one. The lead time for protocol implementation, merchant program approvals, and conformance testing is measured in months, not weeks. Starting in 2026 is not early.

How to participate in agentic commerce

For merchants beginning to plan their approach, the work falls into four capability areas:

  1. Discoverability: a machine-readable product catalog with current pricing, real-time stock, and clear policies, exposed through ACP and UCP-compliant endpoints
  2. Agentic checkout: API endpoints that accept agent-initiated sessions and complete transactions per protocol specifications
  3. Delegated payment: infrastructure that accepts scoped payment tokens, processes them through existing PSPs, and runs inside a PCI DSS Level 1 compliant environment
  4. Visibility and routing: tagging that identifies agent traffic, intelligent routing across multiple PSPs, and analytics that measure agent-specific performance independently

The order matters. Discoverability without checkout is a half-built solution. Checkout without visibility is a black box. Visibility without routing is a measurement system with nothing to optimize.

The most defensible architecture is one in which protocol compliance lives in a layer separate from payment processing. The merchant implements ACP and UCP endpoints once, those endpoints sit inside an orchestration platform that connects to multiple PSPs, and each agent-initiated transaction is routed in real time to whichever PSP is most likely to approve it. This preserves flexibility as the protocols and provider options continue to evolve through 2026 and 2027.

This is exactly the problem Gr4vy’s Agentic Development Kit (ADK) was designed to solve. The ADK gives merchants the infrastructure and step-by-step guidance to enable their storefront inside AI environments like ChatGPT, orchestrate the resulting transactions across more than 400 PSPs and payment methods, and maintain control over routing, security, and performance, all without replatforming and without locking themselves into a single PSP.

Frequently asked questions

What is agentic commerce in simple terms?

Agentic commerce is online shopping where an AI agent does the buying instead of a human clicking through a website. The human tells the agent what they want, authorizes the spend, and the agent handles discovery, selection, payment, and tracking. It is different from a chatbot recommending products: the agent is the purchaser, not the recommender.

What is the difference between agentic commerce and conversational commerce?

Conversational commerce uses chat as an interface to help a human shopper complete a purchase, but the human still completes the purchase. Agentic commerce uses an autonomous agent to actually complete the purchase on the human’s behalf. The dividing line is who closes the transaction.

Who are the main players in agentic commerce?

The category involves three main types of participants. AI platforms (OpenAI, Google, Anthropic, Microsoft, Meta) provide the agents and the consumer-facing environments. Protocol bodies (the ACP and UCP working groups) define the standards. Payment infrastructure providers (PSPs, acquirers, orchestration platforms) handle the financial transactions. Merchants sit at the center as the parties whose catalogs are being purchased from.

Is agentic commerce safe?

Yes, when implemented correctly. The protocols use scoped payment tokens that are limited to one merchant, one currency, one amount, and a minutes-long expiration window. Raw card data never reaches the agent. The merchant’s PSP handles authorization and fraud screening with the same protections used for any card-not-present transaction. The compliance bar is PCI DSS Level 1, the same standard that applies to traditional ecommerce.

How big is the agentic commerce market?

McKinsey estimates the global opportunity at $3 to $5 trillion by 2030. Other analysts project the addressable market will grow from approximately $135 billion in 2025 to $1.7 trillion by 2030. Most forecasts converge on 15 to 25% of ecommerce transactions being agent-driven by the end of the decade.

What are ACP, UCP, and MCP?

ACP (Agentic Commerce Protocol) is the open standard co-developed by OpenAI, Stripe, and Meta that powers ChatGPT Instant Checkout. UCP (Universal Commerce Protocol) is the open standard co-developed by Google and Shopify that powers commerce inside Google AI Mode and Gemini. MCP (Model Context Protocol) is the underlying framework that enables AI agents to query structured information from external systems. Together, these three protocols form the technical foundation of agentic commerce.

Do I need to be on Shopify or Stripe to support agentic commerce?

No. ACP and UCP are open standards released under permissive licenses. Any merchant can implement them against any commerce backend and any PSP. Shopify and Stripe offer the fastest paths to specific implementations, but the protocols themselves are infrastructure-agnostic.

Will agentic commerce replace traditional ecommerce?

No. Agentic commerce is an additional channel that grows alongside traditional ecommerce rather than replacing it. Discretionary shopping, browsing, and emotionally driven purchases remain human-driven. Repeat purchases, well-defined queries, and tasks with clear success criteria shift toward agents. Most merchants will operate both channels in parallel.

How does payment work in agentic commerce?

The buyer authorizes the spend inside the agent’s environment. The agent receives a scoped payment token (rather than a raw card number) and passes it to the merchant. The merchant references the token inside a standard authorization request, which is processed through their PSP and acquirer. From the merchant’s payment infrastructure perspective, the transaction looks similar to any card-not-present payment, but the credential is a delegated token instead of a stored card.

What is an example of agentic commerce in action?

A consumer tells ChatGPT they need a birthday gift for their mother under $75, delivered by Friday. ChatGPT queries merchant catalogs through ACP, identifies several candidates, presents three options, accepts the buyer’s selection, receives a delegated payment token after the buyer authorizes the spend, and completes the purchase with the merchant. The buyer never visited the merchant’s website. The merchant received a fully authorized card transaction with metadata identifying it as agent-initiated.

What infrastructure do merchants need for agentic commerce?

Four capabilities: a machine-readable product catalog, agentic checkout API endpoints that implement ACP and UCP, delegated payment token support inside a PCI DSS Level 1 environment, and analytics that tag and measure agent traffic separately. Most enterprise merchants find that the fastest path to all four is a payment orchestration layer that sits above their existing PSPs and handles the protocol implementation centrally.

Bringing it together

Agentic commerce is the next architectural shift in ecommerce, comparable in scale to the move from desktop to mobile a decade ago. The protocols that make it work are open, the consumer adoption is already meaningful, and the early data from Cyber Week 2025 shows that participating merchants outperform non-participating ones by a wide margin.

The merchants who emerge from this shift in the strongest position will share three characteristics. Their catalogs will be machine-readable and current. Their checkout will support both ACP and UCP without being locked to a single PSP. Their payment infrastructure will route agent-driven transactions intelligently and surface separate analytics for them.

For most enterprise stacks, getting there does not require starting over. It requires a clear inventory of where the four capabilities above already exist, where the gaps are, and the sequence of work that closes them in weeks rather than quarters.

If you’re ready to audit your stack against the four capabilities or map out a practical implementation path, contact our team or explore the Agentic Development Kit for a step-by-step framework.

Agentic commerce for merchants: how to make your checkout AI-agent-ready

Agent-driven traffic across the web has grown more than 1,300% in the past nine months. ChatGPT now processes roughly 50 million shopping queries every day across 800 million weekly active users. During Cyber Week 2025, retailers with AI agent integration saw approximately 7× better sales growth than those without. Agentic commerce has moved from concept to revenue channel inside a single calendar year.

For most enterprise merchants, however, the checkout flow that handles these transactions was built for a customer scrolling on a phone. AI agents do not scroll. They call APIs, parse structured data, and complete purchases through protocols that did not exist eighteen months ago. The merchants who treat this as a 2027 problem are already losing market share to competitors who treated it as a 2025 one.

This guide explains exactly what “AI-agent-ready” means in practice, the protocols and infrastructure your stack needs, and the concrete steps to get there without rebuilding everything you already have.

What does it mean for a checkout to be AI-agent-ready?

An AI-agent-ready checkout is one that can accept and process a purchase initiated by an autonomous AI agent, on behalf of a human buyer, through a standardized protocol, without requiring the agent to navigate a human-facing user interface, solve a CAPTCHA, or call merchant-specific custom code.

Concretely, this means four things:

  1. A machine-readable product catalog that AI agents can ingest, query, and recommend from
  2. An agentic checkout endpoint that implements one or both of the open protocols (ACP and UCP) so any compatible agent can transact with you
  3. A delegated payment flow that accepts scoped, short-lived payment tokens passed from the agent rather than raw card credentials
  4. Visibility and routing infrastructure that lets you measure agent-driven transactions separately, route them through the best-performing PSP, and improve outcomes over time

Each of these has its own technical requirements, and most enterprise stacks are missing at least two of the four today. The good news is that they map cleanly onto capabilities most merchants already have for traditional ecommerce. The work is in extending them, not rebuilding them.

The two protocols you need to know

Agentic commerce is governed by two open protocols that emerged in late 2025. Understanding what they are and how they differ tells you where to focus your implementation effort.

Agentic Commerce Protocol (ACP)

ACP is the open standard co-developed by Stripe, OpenAI, and Meta, released under the Apache 2.0 license in September 2025. It powers ChatGPT Instant Checkout and is the protocol behind the fastest-growing AI shopping channel in the world. ACP defines four composable building blocks: agentic checkout (creating, updating, and completing checkout sessions), cart and feed (browsing catalogs), delegate payment (passing secure tokens between buyer, agent, and merchant), and delegate authentication (OAuth 2.0 for agents acting on a buyer’s behalf).

The merchant remains the merchant of record. The agent is the messenger. Settlement, compliance, and disputes stay with the merchant and their PSP. ACP integration requires a product feed endpoint (daily updates to an OpenAI-provided endpoint), a Checkout API implementing five REST endpoints, and a payment integration using delegated payment tokens. Stripe was the first compatible PSP; PayPal joined as the second in October 2025.

Universal Commerce Protocol (UCP)

UCP is the open standard co-developed by Google and Shopify, covering the full shopping journey from discovery through checkout and fulfillment. It powers commerce inside Google AI Mode and Gemini. UCP requires an active Google Merchant Center account with healthy product feeds, a capability profile published at /.well-known/ucp declaring your supported capabilities, and either a Native Checkout or Embedded Checkout implementation.

UCP is more modular than ACP and has been endorsed by more than 20 retailers and platforms including Walmart, Target, Visa, Mastercard, and Stripe. Where ACP optimizes for the conversational ChatGPT experience, UCP optimizes for the broader Google ecosystem including AI Mode in search.

How they compare

ACPUCP
Backed byOpenAI, Stripe, MetaGoogle, Shopify
PowersChatGPT Instant CheckoutGoogle AI Mode, Gemini
LicenseApache 2.0 (open source)Open standard
ReleasedSeptember 2025October 2025
Merchant requirementsProduct feed endpoint, Checkout API (5 REST endpoints), delegated paymentGoogle Merchant Center account, /.well-known/ucp profile, Native or Embedded Checkout
Payment integrationShared Payment Tokens (Stripe), Delegated Payment Spec (other PSPs)UCP-defined checkout primitives
Merchant of recordMerchantMerchant
ScopeCheckout-focusedFull journey (discovery to fulfillment)

For most enterprise merchants, the right answer is to support both. Agent traffic does not come from one source, and supporting one protocol cuts you out of roughly half of the addressable market by the time the dust settles.

How an agent-initiated transaction actually works

Before walking through implementation, it helps to understand the transaction flow itself. Every agent-initiated purchase moves through five steps:

  1. Discovery. The buyer asks an AI agent for a product recommendation. The agent queries product feeds from merchants that have published their catalog according to ACP or UCP specifications.
  2. Selection and cart construction. The agent presents options to the buyer, the buyer chooses, and the agent constructs a cart by calling the merchant’s agentic checkout API.
  3. Payment delegation. The buyer authorizes the spend. The agent does not pass raw card details. Instead, the agent passes a scoped payment token (a Shared Payment Token under ACP, or the UCP equivalent) that is restricted to one merchant, one currency, one maximum amount, and a short expiration window measured in minutes.
  4. Authorization and routing. The merchant receives the token, references it inside a standard payment authorization request, and routes that request through their PSP and acquirer. From here, the flow looks like any other card transaction.
  5. Settlement and tracking. Settlement runs through the merchant’s existing acquiring relationships. The merchant captures the agent identifier and transaction metadata for separate analytics on agent-driven flows.

The critical observation is that only steps 1, 2, and 3 are new. Steps 4 and 5 are the same payment infrastructure the merchant already operates, provided that infrastructure can accept tokens from multiple PSPs, route intelligently, and tag agent traffic separately.

The four capabilities your stack needs

Mapping the protocol requirements onto a merchant’s stack produces four concrete capability areas. Audit yours against each.

1. Discoverability through a machine-readable catalog

AI agents do not browse storefronts. They consume product data through structured endpoints. To be discovered, your catalog needs to be exposed in a format that ACP and UCP specifications can consume, with current pricing, real-time availability, accurate product attributes, and clear policies on shipping, returns, and fulfillment.

For most merchants, this means three pieces of work: cleaning and enriching product data so it parses unambiguously (an LLM cannot guess that “M” means medium if the size attribute is missing), publishing structured data using schema.org markup, and either implementing the ACP product feed endpoint and UCP capability profile yourself or using a platform that does it on your behalf.

A common pitfall worth flagging: heavy JavaScript frameworks can prevent agents from parsing product information at all. If your product details, prices, or stock levels are only available after client-side rendering, agents reading your feed will see empty values. Running a non-JavaScript crawl of your storefront and identifying what is missing is the fastest way to find this class of bug.

2. Agentic checkout endpoints

Once an agent has identified your product as the right answer for a buyer’s query, it needs a way to actually transact with you. This is where the agentic checkout API comes in.

Under ACP, this means implementing five REST endpoints covering session creation, retrieval, updates, completion, and cancellation. Under UCP, it means supporting either Native Checkout (where the agent handles the entire payment flow) or Embedded Checkout (where the buyer is redirected to a merchant-controlled surface for the final step). Both protocols require strict adherence to their specifications, and OpenAI runs conformance tests covering feed validation, checkout flow, and payment processing before approving a merchant for production.

The single most important architectural decision at this step is who controls those endpoints. If they sit inside a single PSP’s infrastructure, you have just locked yourself into that PSP for every agent-driven transaction going forward. If they sit inside an orchestration layer that can route to multiple PSPs, you preserve the flexibility you need as the protocols and the providers behind them continue to evolve.

3. Delegated payment and tokenization

Agent-initiated transactions never see raw card credentials. The buyer authorizes a payment in their AI agent’s environment, the agent receives a scoped token from the buyer’s chosen wallet or payment method, and the agent passes that token to the merchant. The merchant charges the token through their existing PSP relationship.

This pattern depends on three things: the merchant’s payment infrastructure must be able to accept delegated payment tokens, those tokens need to remain valid as they move across the agent-to-merchant boundary, and the merchant needs a vault that does not lock the tokenized data to a single processor. For merchants who already use provider-agnostic tokenization and network tokens, this layer is largely solved. For merchants whose tokens live inside one PSP’s system, this is the layer that creates the most exposure.

The security implications matter. Each token is scoped to one merchant, one currency, one maximum amount, and one expiration timestamp typically measured in minutes. A leaked token is close to useless because of these constraints, but the merchant’s vault and authentication infrastructure still has to be PCI DSS Level 1 compliant to handle the data flow safely.

4. Visibility, routing, and optimization

The fourth capability is the one that determines whether your agentic commerce work pays back in the first quarter or becomes a quiet drain. Agent-driven transactions look identical to regular checkouts in most merchant analytics. Without specific tagging, you cannot measure their authorization rates, identify conversion gaps, or optimize routing for them.

The capabilities to look for in this layer are:

  • Agent-specific tagging. Every transaction that originated from an agent should carry a metadata field identifying it as agent-driven, ideally with the specific agent platform (ChatGPT, Gemini, Copilot, etc.) as a secondary tag.
  • Independent analytics. Authorization rates, conversion, average order value, and decline reasons all need to be filterable by agent-driven versus customer-initiated traffic.
  • Intelligent routing. Agent-driven transactions often have different decline profiles than customer-initiated ones (different geographies, different card types, different fraud signals). They benefit from being routed to the PSP and acquirer most likely to approve that specific transaction profile, which is exactly what intelligent payment routing does.
  • Real-time rule adjustment. As protocols evolve and new agent platforms come online, the merchant needs to be able to update routing logic, fraud rules, and accepted payment methods without engineering work.

The lock-in trap to avoid

The fastest path to ACP support today is a single-line update inside a Stripe integration. The fastest path to ChatGPT Instant Checkout (while it existed) was being on Shopify. Both options ship quickly because they bundle protocol compliance with a specific PSP or platform.

The trade-off is exactly the kind of vendor lock-in that orchestration was designed to prevent in the first place. If every agent-initiated transaction has to route through one PSP, that PSP becomes a single point of failure for an increasingly large share of your revenue. If your tokenization is locked to one provider’s vault, switching providers means re-collecting agent payment credentials from a customer who is not present at checkout, which is functionally impossible.

The better pattern is to treat protocol compliance as a layer separate from payment processing. The merchant implements ACP and UCP endpoints once, those endpoints sit inside an orchestration layer that connects to multiple PSPs, and each agent-initiated transaction is routed in real time to whichever PSP is most likely to approve it. This is the architecture that preserves the flexibility you need as protocols and providers continue to shift through 2026 and 2027.

This is exactly the problem Gr4vy’s Agentic Development Kit (ADK) was designed to solve. The ADK gives merchants the infrastructure and step-by-step guidance to enable their storefront inside AI environments like ChatGPT, orchestrate the resulting transactions across more than 400 PSPs and payment methods, and maintain control over routing, security, and performance, all without replatforming and without locking themselves into a single PSP.

A practical implementation roadmap

For merchants beginning this work today, the sequence below captures the order most likely to deliver results in weeks rather than quarters.

Week 1: Audit and inventory. Run a non-JavaScript crawl of your storefront, identify any product data that is missing or only available client-side, and document the schema.org markup currently in place. Pull your current authorization rates, decline reasons, and PSP coverage by geography. This becomes the baseline you will measure agent traffic against.

Week 2: Decide your protocol coverage. Decide whether you are supporting ACP, UCP, or both. For most enterprise merchants the answer is both, but the order depends on your customer mix. B2C merchants with high ChatGPT-aligned demographics typically start with ACP. B2C merchants with strong Google Shopping presence typically start with UCP. B2B merchants often have time to evaluate both before committing.

Week 3: Stand up the orchestration layer. If you do not already have one, this is the prerequisite for everything that follows. The orchestration platform becomes the home of your agentic checkout endpoints, your provider-agnostic vault, and your routing rules. Trying to layer agentic commerce on top of a single-PSP integration is the architectural decision most likely to require rework within twelve months.

Week 4 through 6: Implement protocol endpoints. Build (or configure, if your orchestration platform provides it) the ACP Checkout API endpoints and product feed, the UCP capability profile, or both. Run the conformance tests provided by OpenAI and Google. Apply for the merchant programs that gate live agent traffic.

Week 7 onward: Tag, measure, optimize. Enable agent-specific transaction tagging from day one of live traffic. Track authorization rates and conversion separately. Adjust routing rules as you learn which PSPs and acquirers perform best for agent-initiated transactions in each of your markets.

Common mistakes merchants are making

A few patterns are already separating the merchants who pay back this investment in one quarter from those who are stuck rebuilding in twelve months.

Treating agentic commerce as a marketing channel. Agentic commerce is not a campaign; it is a checkout architecture decision. Treating it as something the growth team can solve with feeds and tags misses the orchestration, security, and visibility work that determines whether the channel performs.

Implementing only ACP because it is what their PSP supports first. Single-protocol implementation made sense in late 2025 when only ChatGPT was live. By the time you read this, traffic from Google AI Mode, Gemini, Microsoft Copilot, and a long tail of agent frameworks is already meaningful. Implementing only one protocol creates a known gap.

Skipping the visibility layer. Many early implementations route agent traffic through the same instrumentation as human traffic. The result is that the merchant cannot see what is happening, cannot optimize, and cannot prove the value of the work to finance. Tagging from day one is the cheapest insurance policy in this stack.

Underestimating data quality requirements. AI agents are unforgiving readers. Inconsistent product attributes, missing inventory data, or ambiguous shipping policies are not minor catalog issues for agent flows; they are the difference between being recommended and being skipped entirely. The merchants treating data cleanup as a first-week priority are the ones converting agent traffic at meaningful rates.

Locking into a single PSP because the integration was easier. This is the most expensive mistake on the list, because the cost is invisible until the merchant tries to switch or add a second provider and discovers their entire agent-driven revenue stream is hostage to one vendor’s roadmap.

Frequently asked questions

What is agentic commerce?

Agentic commerce is a category of transactions where an autonomous AI agent, such as ChatGPT, Gemini, or Microsoft Copilot, discovers products, compares options, and completes purchases on behalf of a human buyer. The buyer still authorizes the spend, but the path from intent to checkout runs through the agent rather than the buyer’s own clicks on a merchant website.

What does it mean for a checkout to be AI-agent-ready?

A checkout is AI-agent-ready when it can accept a purchase initiated by an autonomous AI agent through a standardized protocol (ACP, UCP, or both) without requiring the agent to navigate a human user interface. This requires a machine-readable product catalog, agentic checkout API endpoints, delegated payment token support, and visibility infrastructure to measure and optimize agent-driven traffic separately.

What is the difference between ACP and UCP?

ACP (Agentic Commerce Protocol) is co-developed by Stripe, OpenAI, and Meta. It powers ChatGPT Instant Checkout and focuses on the checkout flow. UCP (Universal Commerce Protocol) is co-developed by Google and Shopify. It powers commerce inside Google AI Mode and Gemini and covers the full journey from discovery through fulfillment. Most enterprise merchants implement both, since agent traffic comes from multiple platforms.

Do I need to be on Shopify or Stripe to support agentic commerce?

No. ACP and UCP are open standards, both released under permissive licenses. Any merchant can implement them against any commerce backend and any PSP. Shopify and Stripe offer the fastest paths to specific implementations of these protocols, but the protocols themselves are infrastructure-agnostic. Merchants using payment orchestration can implement ACP and UCP once and route the resulting transactions across multiple PSPs and acquirers.

Will agent-initiated transactions affect my authorization rates?

Yes, in both directions. Agent-driven transactions often have different fraud profiles, different geographic distributions, and different card-on-file patterns than customer-initiated ones, which can produce different decline rates. Merchants who route agent traffic through intelligent routing typically see meaningful authorization rate lift on these flows specifically. Merchants who do not tag agent traffic separately often cannot tell whether their authorization rates are improving or degrading.

How do delegated payment tokens work?

When an AI agent initiates a purchase, the buyer authorizes payment inside the agent’s environment. The agent receives a scoped payment token from the buyer’s chosen payment method, and that token is passed to the merchant. The token is restricted to one merchant, one currency, a maximum amount, and a short expiration (typically minutes). The merchant references the token inside a standard authorization request, and the PSP handles the underlying credential securely. Raw card data never reaches the agent.

Is agentic commerce safe from a fraud and compliance perspective?

It can be, with the right infrastructure. The protocols themselves are designed with security in mind: scoped tokens, short expiration windows, programmatic controls, and full audit logging. The compliance burden falls on the merchant and their PSP to maintain PCI DSS Level 1 certification, apply appropriate fraud rules, and ensure that the authentication flow handles both customer-present and agent-initiated cases. Merchants who operate inside a PCI DSS Level 1 compliant orchestration environment with fraud rules tunable per traffic type are well positioned. Merchants who try to bolt agentic flows onto an aging PCI footprint typically struggle with audit scope.

How long does it take to make a checkout AI-agent-ready?

For merchants with an existing orchestration layer, full ACP or UCP implementation typically takes 4 to 8 weeks, with most of that time spent on conformance testing and merchant program approvals rather than the integration itself. For merchants without orchestration, the timeline depends heavily on which PSPs and tokenization providers are in the stack and how much data cleanup the catalog requires. Six months is a common range for a from-scratch implementation that includes the prerequisite infrastructure work.

Will agentic commerce replace traditional ecommerce?

No, and that is not the question merchants should be asking. Agentic commerce is an additional channel, not a replacement. The merchants who win this transition are the ones who treat it as a parallel revenue stream alongside their existing checkout, sharing the same payment infrastructure, fraud rules, and analytics surface, with separate visibility into agent-specific performance.

What to do next

The merchants who emerge from 2026 with strong agentic commerce performance will share three characteristics: their catalogs are machine-readable and current, their checkout supports both ACP and UCP, and their payment infrastructure routes agent-driven transactions intelligently across multiple PSPs with full visibility into what is working.

For most enterprise stacks, getting there does not require starting over. It requires a clear inventory of where the four capabilities above already exist, where the gaps are, and which sequence of work closes them in weeks rather than quarters.

Gr4vy’s cloud-native payment orchestration platform was built to be the integration layer that makes this work. Through a single integration, merchants can implement ACP and UCP endpoints once, route agent-driven transactions across more than 400 PSPs and payment methods, apply provider-agnostic tokenization, and tag and analyze agent traffic from day one, all while keeping their existing PSP relationships and checkout intact.

If you’re ready to audit your stack against the four capabilities and map out the fastest path to AI-agent-ready, contact our team or explore the Agentic Development Kit for a step-by-step implementation framework.

Payment orchestration vs payment gateway vs payment processor: the definitive comparison

Most businesses use the terms payment gateway, payment processor, and payment orchestration platform as if they were interchangeable. They are not. Each plays a distinct role in moving money from a customer’s account to a merchant’s bank account, and the differences matter the moment your business grows beyond a single market or a single provider.

This guide explains what each one does, where the boundaries actually lie, and how to decide which combination is right for your business. By the end, you’ll be able to read any payment vendor’s marketing page and immediately identify which layers they cover and which ones they don’t.

Quick definitions

For readers who need the short version:

  • A payment gateway is the technology that captures payment details at checkout and sends them securely to a payment processor. It is the front door of the payment flow.
  • A payment processor is the service that moves the authorization request from the gateway to the card networks, then settles funds between the customer’s bank and the merchant’s bank. It is the engine that moves money.
  • A payment orchestration platform is a layer above gateways and processors that connects to many of them at once, intelligently routes each transaction to the best one, and gives the merchant a single integration to manage the entire stack. It is the control tower.

The rest of this article unpacks each one in depth, shows how they interact during a real transaction, and provides a decision framework based on business stage, geography, and volume.

How a card payment actually works: the four-player model

Before comparing the three layers, it helps to understand the underlying choreography. A typical online card transaction involves four core players, with payment orchestration sitting on top as an optional fifth layer:

#PlayerRole
1Cardholder (customer)Initiates payment with card details
2Issuing bankBank that issued the customer’s card and holds the funds
3Card networkVisa, Mastercard, Amex, Discover, JCB, UnionPay, and others
4Acquiring bank (merchant bank)Bank that holds the merchant’s account and receives funds

Around these four banks and networks, three commercial layers handle the technology:

  1. The gateway captures and encrypts payment data at the merchant’s checkout
  2. The processor routes the authorization request through the card network to the issuing bank, then handles settlement back to the acquirer
  3. The orchestration platform (optional) sits above one or more gateways and processors, choosing which one to use for each transaction

When orchestration is added, the gateway and processor layers can be plural rather than singular, with the orchestration platform deciding which gateway, which processor, and which acquirer to use for each individual transaction in real time.

What is a payment gateway?

A payment gateway is the technology that connects a merchant’s website or app to the rest of the payment ecosystem. It does three core jobs: collect payment details at the point of sale, encrypt and tokenize that data, and pass it to a payment processor for authorization.

If you imagine the in-person equivalent, the gateway is the card reader on the counter. It captures the card information, secures it, and hands it off to the systems behind it. It does not move money. It moves information about a payment.

What a payment gateway actually does

A modern gateway typically provides:

  • A hosted checkout page or embeddable payment form
  • Encryption and tokenization of card details to keep raw card numbers out of the merchant’s systems
  • Basic fraud screening (CVV checks, AVS, velocity rules)
  • Transmission of the authorization request to the processor
  • Return of the approval or decline response to the merchant
  • Storage of payment credentials for repeat purchases (in many cases)

A gateway connects to one processor in most setups. Some larger gateways connect to several, but the merchant typically chooses one primary route and treats the others as backup. The gateway does not negotiate interchange fees, hold merchant funds, or settle transactions. It is purely a secure conduit.

Examples of payment gateways

Common gateways include Authorize.net, NMI, Cybersource, and Worldpay’s gateway products. Many providers brand themselves as gateways while also offering processing or acquiring services through the same parent company, which is part of why the terms get blurred in the market.

When a payment gateway alone is enough

A gateway works well when a business operates in one market, processes through a single acquirer, sells primarily to card-paying customers, and has predictable transaction volumes. For a small or mid-market merchant selling domestically, a gateway plus its associated processor often delivers everything needed.

The limits show up when the business expands into new geographies, wants to add local payment methods, needs higher authorization rates, or finds itself dependent on a single provider whose outages and pricing it cannot influence.

What is a payment processor?

A payment processor is the service that actually moves the authorization request through the payment networks and, after authorization, handles the settlement of funds. Where a gateway moves information, a processor moves money.

The processor sits between the gateway and the acquiring bank, with the card networks (Visa, Mastercard, and others) in the middle. When a customer’s card details arrive at the processor, the processor formats the authorization request for the relevant card network, transmits it through the network to the customer’s issuing bank, receives the approve-or-decline response, and returns that response back to the gateway. Later, during settlement (usually at end-of-day batch processing), the processor coordinates the actual movement of funds from the issuing bank through the card network to the acquiring bank, where the merchant’s account is held.

What a payment processor actually does

A processor’s responsibilities include:

  • Formatting and transmitting authorization requests to the correct card network
  • Receiving and relaying issuer responses (approved, declined, soft decline, fraud flag)
  • Handling end-of-day clearing and settlement files
  • Managing chargebacks and disputes
  • Reporting on transaction performance, fees, and reconciliation
  • Compliance with card scheme rules (PCI DSS, regional regulations, scheme-specific requirements)

Some processors also act as acquirers, holding the merchant account directly. Others connect to a separate acquiring bank. Stripe, Adyen, and Square are well-known examples of providers that combine processing and acquiring in a single offering, which simplifies setup at the cost of some flexibility.

Front-end and back-end processors

Within processing, there are technically two sub-roles. Front-end processors handle the live authorization request during checkout. Back-end processors handle the batch settlement at end of day. Most modern processors do both, but in enterprise stacks, these are sometimes separated for performance and reliability reasons.

When a payment processor (or gateway-plus-processor combo) is enough

A bundled gateway-plus-processor offering, such as one from Stripe, Adyen, or a traditional acquirer, covers most needs for businesses with straightforward payment requirements. The advantages are a single integration, one contract, one support relationship, and unified reporting.

The trade-off is vendor concentration. Authorization rates are limited to whatever that single processor can deliver. Outages stop payment acceptance entirely. Adding new payment methods waits on the provider’s roadmap. Cross-border transactions go through whatever acquiring relationships the provider has, even when a local acquirer would deliver higher approval rates at lower cost. These limitations are the reason payment orchestration exists.

What is a payment orchestration platform?

A payment orchestration platform sits above gateways, processors, and acquirers as a single integration layer that connects to many of them at once. The merchant integrates the orchestration platform once, and the platform handles the routing of each transaction to whichever gateway, processor, or acquirer is best suited to it.

A payment orchestration platform (POP) is a centralized payment management system that connects businesses to multiple payment service providers, acquirers, and fraud prevention tools through a single integration. Routing decisions are typically made in real time based on configurable business rules, historical performance data, cost optimization, geography, currency, and the specific payment method being used.

What a payment orchestration platform actually does

A modern orchestration platform typically provides:

  • A single API integration that abstracts away the differences between underlying providers
  • Real-time transaction routing across multiple gateways, processors, and acquirers
  • Smart retry logic for soft declines, with retries routed to alternative providers
  • Provider-agnostic tokenization and vaulting (so card data is not locked to one PSP)
  • Network token management across Visa, Mastercard, and other schemes
  • Failover and redundancy across providers to handle outages
  • Centralized reporting and analytics across the entire payment stack
  • Fraud orchestration across multiple fraud and risk providers
  • A no-code or low-code rules engine for routing logic, retry rules, and 3D Secure decisions
  • Unified compliance management (PCI DSS scope reduction, SCA orchestration, regional rules)

For a deeper view of what an orchestration platform does day to day, see Gr4vy’s guide on what a payment orchestration platform is and why your business needs one.

Examples of payment orchestration platforms

The category includes Gr4vy, Primer, Spreedly, Yuno, IXOPAY, Cellpoint Digital, and a small number of others. Some are infrastructure-as-a-service (single-tenant, deployed per merchant), while others are software-as-a-service (multi-tenant, shared infrastructure). The architectural choice affects performance, customization, data localization, and PCI scope.

When a payment orchestration platform is the right choice

Orchestration starts paying off when a business operates across multiple geographies, processes high transaction volume, needs to support multiple payment methods (cards, wallets, BNPL, local methods), has experienced or feared a payment outage with no failover, or finds its engineering team spending significant time managing PSP integrations rather than building product. The break-even point varies, but most enterprise merchants find orchestration valuable once payment volume exceeds roughly $50M annually or once they begin operating in more than two markets.

The definitive comparison table

The differences between the three layers across every dimension that matters for an enterprise decision:

DimensionPayment gatewayPayment processorPayment orchestration platform
Primary functionCapture and transmit payment dataAuthorize, clear, and settle transactionsCoordinate multiple gateways, processors, and providers
Position in flowFront of the stack (customer-facing)Middle of the stackLayer above gateways and processors
Moves money?No (moves information)YesNo (orchestrates the providers that move money)
Number of provider connectionsTypically one processorOne acquirer (sometimes more)Many gateways, processors, and acquirers
Routing intelligenceNone or basicLimited (within their own network)Advanced, rule-based, real-time
Failover supportNoneNone (single point of failure)Multi-provider redundancy
Token portabilityTokens locked to gatewayTokens locked to processorProvider-agnostic vault, network tokens
New payment method onboardingRoadmap-dependentRoadmap-dependentConfiguration-based, often days
Geographic flexibilityLimited to gateway’s coverageLimited to acquirer’s coverageCross-acquirer routing, local acquiring per market
Cost optimizationNoneLimitedRoutes by acquirer cost, declines, performance
PCI DSS scope reductionSome (depends on integration mode)Some (depends on integration mode)Significant (centralized vaulting)
ReportingSingle-provider viewSingle-processor viewUnified across all providers
Authorization rate optimizationNoneWithin own network onlyCross-provider, intelligent routing
Vendor lock-in riskHigh (data tied to gateway)High (data tied to processor)Low (designed for portability)
Integration complexityLowLow (when bundled with gateway)Higher up-front, lower long-term
Best forSingle-market, lower-volume merchantsBundled with a gateway for most merchantsMulti-market, multi-PSP, high-volume merchants

Where do PSPs and acquirers fit in?

Two more terms come up constantly in this conversation: payment service provider (PSP) and acquirer. They are not separate layers in the same sense as the three above. They are different ways of describing what a provider does.

A payment service provider is a commercial label, not a technical layer. A PSP is any company that offers payment acceptance services to merchants. In practice, a PSP usually bundles a gateway and a processor (and sometimes an acquirer) into one product. Stripe is a PSP. Adyen is a PSP. PayPal is a PSP. The category is broad and the term is used loosely.

An acquirer (or acquiring bank, merchant acquirer) is the financial institution that holds the merchant’s account and is licensed by the card networks to accept transactions on the merchant’s behalf. Acquirers are the regulated banking entity at the end of the chain. Some processors are also acquirers, some are not.

So the layers, end to end, are:

  1. Gateway captures and secures the payment data
  2. Processor moves the data through the networks and handles settlement
  3. Acquirer holds the merchant account and is licensed by the card networks
  4. (Optional) Orchestration platform sits above 1, 2, and 3, connecting to many of each

PSPs are simply commercial bundles that combine some or all of layers 1, 2, and 3 into a single offering.

How payment orchestration improves on the gateway-and-processor model

If a single gateway-and-processor combination handles the full transaction flow, what does orchestration add? Five concrete improvements, each measurable in revenue or cost.

Higher authorization rates through intelligent routing

A single processor sends every transaction down the same path. When that path performs poorly for certain card BINs, regions, or customer profiles, the merchant loses those transactions. Orchestration platforms route each transaction in real time to the gateway, processor, or acquirer most likely to approve it, based on historical performance data, the card type, the geography, and the currency.

Merchants implementing orchestration-based routing typically see authorization rate improvements of 2 to 4% immediately, with 5 to 10% gains as rules are refined over time. For cross-border transactions specifically, routing through a local acquirer can deliver up to 16% higher acceptance than the same transaction sent through a single foreign processor. For a deeper view of this layer, see intelligent payment routing.

Failover and resilience during provider outages

Every payment provider has outages. When a single-PSP merchant’s provider goes down, payment acceptance stops entirely until service is restored. Orchestration platforms automatically reroute transactions to alternative providers during outages, with no customer-facing disruption.

This is no longer a niche concern. Payment outages have been estimated to cost businesses tens of billions of dollars annually in lost sales, and that figure excludes the engineering hours spent on emergency fixes and the damage to customer trust.

Provider-agnostic tokenization and freedom from lock-in

When a merchant stores cards with a single processor, those tokens only work within that processor’s system. Switching providers means re-collecting card data from every customer, which is operationally costly and often impossible at scale.

Orchestration platforms maintain a provider-agnostic vault. Tokens can be used across any connected processor, and network tokens (issued by Visa, Mastercard, and other schemes) update automatically when underlying cards are reissued or expire. The merchant owns its payment data, not the provider.

Faster onboarding of new payment methods

Adding a new payment method through a traditional gateway or processor depends on the provider’s product roadmap. The merchant waits for the provider to support Apple Pay, then PIX, then iDEAL, then BNPL, often for months. Through orchestration, new methods can typically be added in days through configuration rather than custom development, because the orchestration platform already maintains the integrations.

A range of alternative payment methods including wallets, BNPL, and local schemes becomes available with the flip of a switch rather than a development project.

Significant PCI DSS scope reduction

Each system that stores, processes, or transmits cardholder data falls under PCI DSS audit scope. Traditional architectures with multiple gateway and processor integrations multiply this scope across every connected system. Centralizing payment data through an orchestration platform with a single vault and a single set of API controls dramatically reduces the merchant’s PCI footprint, often by 70% or more, depending on the architecture before migration. For more on this, see Gr4vy’s analysis of PCI DSS compliance and payment orchestration.

How to choose: a decision framework

The right answer depends on a small number of business characteristics. The following framework cuts through the marketing noise:

Choose a payment gateway (alone, or paired with a processor) when

  • You operate in a single country or small region
  • Card transactions account for the vast majority of your payment volume
  • Your annual payment volume is under roughly $10M
  • You do not anticipate rapid international expansion
  • You have limited engineering resources and need a fast time to market
  • Your tolerance for vendor concentration is high

Choose a bundled PSP (Stripe, Adyen, etc.) when

  • You want a single contract, single integration, and single support relationship
  • You operate in one to three markets
  • Your annual payment volume is between roughly $10M and $50M
  • Your customers primarily pay with cards and major wallets
  • You value speed of implementation over routing flexibility
  • You accept that authorization rates, costs, and capabilities will be capped by your provider

Choose a payment orchestration platform when

  • You operate in multiple geographies (especially across continents)
  • You have experienced or fear a payment outage that no failover can mitigate
  • Annual payment volume exceeds $50M and growing
  • You want to add multiple alternative and local payment methods quickly
  • Authorization rate improvements of 2 to 10% would materially affect revenue
  • You want to own your payment data and avoid PSP lock-in
  • Your engineering team is spending significant time on payment integrations
  • You need cross-provider analytics that no single provider can give you

For a closer look at the strategic case, our analysis of how to increase payment approval rates in 2026 walks through the specific levers orchestration unlocks.

Common misconceptions

A few persistent myths get in the way of clear decisions.

“My PSP already does orchestration.” Most PSPs route transactions only within their own network. True orchestration means routing across competing providers, which a single-PSP architecture cannot do. If your “orchestration” feature stops at your provider’s borders, it is not orchestration.

“Orchestration is just another middleman that adds cost.” Orchestration platforms charge a small per-transaction fee, but the authorization rate lift, cost optimization through smart routing, and operational savings typically exceed that fee by multiples. For enterprise volume, the ROI is usually visible within the first quarter of operation.

“I can build orchestration in-house.” Some merchants do, but the engineering effort is significant. A functional in-house orchestration layer requires multi-PSP integrations, a provider-agnostic vault, a rules engine, network token management, failover logic, reconciliation across providers, fraud orchestration, PCI DSS compliance for the vault, and ongoing maintenance as each underlying provider’s API evolves. Most teams that estimate the cost honestly choose to buy.

“Orchestration is only for huge merchants.” The threshold has come down significantly. Merchants in the $20M to $50M annual volume range increasingly find orchestration valuable, particularly if they sell internationally or rely on subscriptions.

Frequently asked questions

What is the difference between a payment gateway and a payment processor?

A payment gateway captures and securely transmits payment information from the customer to the processor. A payment processor moves the authorization request through the card networks to the customer’s bank, then handles the settlement of funds. The gateway moves information; the processor moves money. Most modern providers bundle the two together, which is why the terms are often used interchangeably even though they describe different functions.

What is the difference between a payment processor and a payment orchestration platform?

A payment processor handles the technical movement of a transaction through the card networks for a single provider relationship. A payment orchestration platform sits above one or more processors and routes each transaction to the best one based on real-time rules. Orchestration is not a replacement for processing; it is a coordination layer that uses multiple processors and gateways at once.

Do I need both a payment gateway and a payment processor?

You need both functions, but you do not necessarily need them from two different vendors. Most merchants buy them bundled as part of a single PSP product. The relevant question is not whether you have both, but whether your gateway and processor offer the routing flexibility, geographic coverage, and resilience your business actually needs.

Can a payment orchestration platform replace my existing PSP?

No, and that is not what orchestration is designed to do. Orchestration platforms work alongside existing PSPs, processors, and gateways. The merchant continues to maintain commercial relationships with those providers; the orchestration platform manages the routing and provides a unified integration on top.

What is the difference between a PSP and a payment orchestration platform?

A PSP (payment service provider) is a single commercial bundle that provides gateway, processing, and sometimes acquiring services. A payment orchestration platform connects to multiple PSPs at once and routes transactions across them. A PSP is one provider; orchestration is the layer that coordinates many providers.

How does payment orchestration affect PCI DSS compliance?

Orchestration platforms typically reduce a merchant’s PCI DSS scope significantly, often by 70% or more, by centralizing card data storage in a single PCI Level 1 compliant vault rather than spreading it across multiple gateway and processor integrations. This simplifies audits, reduces ongoing compliance overhead, and makes it easier to comply with newer requirements such as PCI DSS 4.0.1.

Does payment orchestration add latency to checkout?

A well-architected orchestration platform adds minimal latency, typically under 50 milliseconds per transaction. Single-tenant orchestration architectures (where the platform is deployed dedicated to one merchant) tend to perform better than multi-tenant ones because they avoid shared-infrastructure contention. The latency added is usually invisible to customers and is more than offset by the higher authorization rates orchestration enables.

How long does it take to implement payment orchestration?

Implementation timelines vary by complexity, but most merchants are live with their primary PSP routed through orchestration within four to eight weeks. Adding additional providers, optimizing routing rules, and migrating stored credentials typically continues for another one to three months. The up-front effort is greater than a single PSP integration, but it replaces many future integrations.

Is orchestration only useful for cards, or does it cover other payment methods?

Orchestration covers cards, digital wallets (Apple Pay, Google Pay, Click to Pay), buy now pay later providers (Klarna, Afterpay, Affirm), local methods (PIX, iDEAL, UPI), bank transfers, and increasingly, agentic and AI-initiated payments. The benefit of orchestration grows with each additional method, because managing them all through one integration is dramatically simpler than maintaining direct connections to each provider.

Bringing it together

The three layers are not competitors. They are complementary parts of the same payment stack, and the right architecture depends on where your business is now and where it is going.

Gateways and processors are necessary in every payment flow. Whether you buy them from one vendor or several, whether you call your provider a PSP or something else, the core functions of capturing payment data and moving money through the card networks must exist.

Payment orchestration becomes valuable the moment a single-provider architecture starts costing you more than it saves: through declined transactions you could have recovered, through outages that stop your business, through engineering time absorbed by integrations rather than product, or through the inability to expand into a market your provider does not serve well.

If you’re evaluating where your payment stack sits on this spectrum and what orchestration could unlock for your business, contact our team for a walkthrough of how Gr4vy’s cloud-native orchestration platform fits into the architecture you already have.

Checkout optimization: 13 strategies to reduce abandonment

The average online checkout loses seven out of every ten shoppers. Across all industries, the global cart abandonment rate sits at 70.19%, a figure that has remained stubbornly consistent for more than a decade despite billions invested in ecommerce platforms, marketing automation, and recovery emails. On mobile, abandonment climbs higher, reaching nearly 85% in many verticals.

The biggest opportunity for most enterprise merchants lies in keeping the traffic they already have. Every percentage point recovered at checkout flows directly to the bottom line, with no acquisition cost attached.

This guide breaks down checkout optimization into two disciplines that must work in tandem: the design principles that shape what shoppers see and feel, and the technical tactics that determine whether their payment actually goes through. Most articles focus on one or the other. The merchants who lead their categories invest in both.

Why shoppers abandon: the four root causes

Before optimizing anything, you need to know what you are optimizing against. Baymard Institute research, cited consistently across recent industry analyses, identifies four primary drivers of checkout abandonment:

Reason for abandonmentShare of abandoners
Unexpected costs (shipping, taxes, fees)48%
Forced account creation24%
Trust deficit and security concerns18%
Payment friction (limited or missing methods)13%

Each of these is a solvable problem. None of them require shoppers to “change their mind.” They require the merchant to remove a specific point of friction. The strategies below map directly onto these four root causes, with design tactics addressing the first three and technical tactics addressing the fourth and most often overlooked.

Part 1: Design principles that reduce abandonment

Make the total cost visible before checkout

Unexpected costs account for nearly half of all abandonment, and the answer is earlier transparency. Shipping, taxes, duties, and any platform fees should appear on the product page or in the cart, well before the final step of payment.

Real-time shipping calculators that update as customers enter a postcode set accurate expectations from the start. For cross-border transactions, surfacing estimated duties before checkout has become table stakes. The principle is simple: a customer who knows the total at the cart stage will not feel ambushed at the payment stage.

Offer guest checkout as the default path

Forced account creation drives 24% of abandonment, and the reason is structural. A first-time buyer has no relationship with your brand yet, so asking them to commit to one before completing a single transaction reverses the natural sequence. Account creation works better as a reward for a good experience than as a prerequisite for one.

The strongest pattern is to present guest checkout as the primary option and offer account creation after the purchase confirmation, when the customer already has a positive memory of your brand. An email address is enough to start. The relationship can grow from there.

Use a single-column, mobile-first layout

Mobile commerce now drives the majority of ecommerce traffic in most categories, yet mobile checkouts often convert at less than half the desktop rate. The gap rarely comes from device capability. It comes from design choices that work on a 27-inch monitor but fail on a 6-inch screen.

The patterns that consistently lift mobile conversion include:

  • Single-column layouts that avoid horizontal jumps and keep the form scannable
  • Sticky pay buttons anchored to the bottom of the viewport so the primary action stays visible
  • Large, thumb-friendly tap targets sized for fingers rather than cursors
  • Autofill and address lookup to reduce typing on small keyboards
  • Native biometric authentication through digital wallets where supported

For a deeper exploration of how to design specifically for smartphone shoppers, our mobile checkout best practices guide breaks down each layer of the mobile payment flow.

Minimize form fields and use real-time validation

The shortest checkout that captures the data you genuinely need will outperform the longest one every time. Audit every field and ask whether it is required for the transaction or merely useful for marketing. If the answer is the latter, move it to the post-purchase flow.

Real-time validation matters as much as field count. When a customer enters an invalid card number or a malformed postcode, the error should appear in context, immediately, with a clear correction path. The worst experience is tapping “Pay” and watching the entire form reset.

Build trust through visible security signals

Trust deficit accounts for 18% of abandonment, and most of it is preventable through design choices that cost nothing. Visible HTTPS indicators, recognizable security badges, clear privacy statements next to payment fields, and prominent display of accepted payment networks all reduce the hesitation that kills conversion at the final step.

Microcopy matters here as well. A short line such as “Your card is processed securely and never stored on our servers” placed directly above the pay button addresses the specific anxiety the customer is feeling in that moment. Customers form trust at the point of decision, where general assurances on a separate page rarely reach them.

Eliminate distractions on the checkout page

By the time a customer reaches checkout, your job is to help them finish. Upsells, cross-sells, and newsletter prompts work better elsewhere. Remove the main navigation, hide promotional banners, and let the checkout do one thing well. Every additional click target is an opportunity to lose the sale.

Part 2: Technical tactics that recover the payments shoppers want to make

Design optimization handles the first three causes of abandonment. The fourth cause, payment friction, is a technical problem with a technical solution. It is also often the largest single source of recoverable revenue, because it includes both shoppers who give up before trying to pay and shoppers whose payments fail despite their best efforts.

Offer the payment methods your shoppers actually use

Cards alone are no longer enough. Digital wallets such as Apple Pay and Google Pay deliver consistently higher acceptance rates thanks to tokenized credentials and built-in biometric authentication. Buy Now, Pay Later (BNPL) options have been shown to reduce abandonment by around 20% for orders over $100, and by nearly 30% for shoppers aged 18 to 34. Local methods such as PIX in Brazil, iDEAL in the Netherlands, and UPI in India are the default in their respective markets, and offering them is the most effective way to enter those markets without losing the majority of transactions.

The strategic implication is that your payment method mix should reflect where your customers are, rather than where your payment provider’s coverage happens to be strongest. A range of alternative payment methods including wallets, BNPL, and local schemes is now a baseline expectation for cross-border merchants.

Implement intelligent payment routing

When a customer taps “Pay,” the transaction does not have to go through a single, fixed processor. With intelligent payment routing, each transaction can be directed in real time to the acquirer or PSP most likely to approve it based on card type, BIN range, geography, currency, and historical performance data.

The impact is measurable. Merchants implementing orchestration-based routing typically see authorization rate improvements of 2 to 4% immediately, with 5 to 10% gains as rules are refined over time. For businesses operating across multiple markets, transactions routed through local acquirers can achieve up to 16% higher acceptance rates than the same transactions sent through a single foreign processor. A 5% lift on a payment volume of $100 million represents $5 million of recovered revenue that was already won at the cart and lost at the processor.

Set up smart retry logic for soft declines

Not every decline is final. Soft declines, caused by temporary issues such as insufficient funds, network timeouts, or issuer-side rate limits, represent some of the most recoverable revenue in any payment stack. The mistake is treating them with static retry schedules that fire every three or six days regardless of context.

Smart retry logic adapts to the decline reason and customer context. Insufficient-funds declines should be retried in line with typical payroll cycles. Network timeouts can often be retried within seconds through a different acquirer. Hard declines such as closed accounts or fraud flags should never be retried, because retrying them wastes processing fees and can damage your standing with issuers.

Use network tokenization to keep credentials fresh

Card-on-file transactions, subscription renewals, and one-click repeat purchases all depend on stored credentials staying valid. When a customer’s card is reissued, lost, or expires, the merchant’s stored card data goes stale, and the next transaction declines, often without the customer noticing until they wonder why their subscription stopped working.

Network tokenization replaces the stored card number with a network-issued token, provided by Visa, Mastercard, and other schemes, that automatically updates when the underlying card changes. The effect on subscription and repeat-purchase businesses is significant: declines from expired or reissued cards typically drop by around 18% after rollout, and the customer experience stays smooth throughout.

Plan for failover and multi-provider redundancy

A single payment provider creates a single point of failure. When that provider has an outage, and every provider does periodically, transactions fail until service is restored. Multi-provider redundancy, managed through a payment orchestration platform, allows transactions to automatically fail over to an alternative acquirer when the primary is degraded, with no customer-facing disruption.

This has stopped being optional infrastructure for enterprise merchants. Payment outages were estimated to cost businesses $44 billion in lost sales annually, and that figure does not include the engineering hours spent on emergency fixes or the customer relationships damaged by checkout failures during peak traffic.

Balance fraud prevention against false declines

Aggressive fraud rules feel safe, yet they often block more legitimate revenue than they save in chargebacks. False declines, where legitimate transactions are blocked by overly strict filters, are now widely understood to cost most merchants more than the fraud those filters prevent. The goal should be to maximize profitable, low-risk revenue rather than minimize fraud at any cost.

Modern fraud strategy treats risk dynamically. Trusted, returning customers move through a frictionless flow. Higher-risk transactions are routed through dedicated fraud engines or stepped up through 3D Secure only when the signal warrants it. The result is fewer false declines and lower fraud losses at the same time.

For a complete framework on improving the end-to-end payment success rate, see our guide on how to increase payment approval rates in 2026.

How design and technical tactics reinforce each other

The merchants who reduce abandonment the most are the ones who invest in both layers at once:

LayerWhat it controlsWhat it fixes
Design and UXWhat shoppers see, feel, and trustHesitation, surprise costs, friction, drop-off before payment attempt
Payment infrastructureWhat happens after “Pay” is tappedDeclined transactions, processor outages, false declines, missed retries

A beautiful checkout that routes every transaction through a single underperforming acquirer will still leak revenue. A perfectly orchestrated payment stack hidden behind a confusing eight-step form will lose the customer before authorization is even attempted. The two work in series, and a weakness in either undermines the strength of the other.

This is why payment orchestration has moved from a back-office concern to a strategic priority. By separating checkout design from payment routing logic, orchestration allows merchants to iterate on the customer experience and the technical performance independently, and to A/B test changes to each without rebuilding the other.

A practical checkout optimization checklist

Use this as a baseline audit. Each item is a known driver of abandonment or authorization loss.

Design and UX:

  • Total cost (including shipping and taxes) visible before the final step
  • Guest checkout offered as the default path
  • Single-column, mobile-first layout with a sticky pay button
  • Form fields reduced to what is genuinely required
  • Real-time field validation with clear error messaging
  • Visible security signals next to payment fields
  • No navigation, banners, or upsells inside the checkout flow

Payment infrastructure:

  • Digital wallets enabled (Apple Pay, Google Pay, Click to Pay)
  • BNPL available for relevant order values and demographics
  • Local payment methods offered in every market you sell into
  • Intelligent routing across multiple acquirers and PSPs
  • Smart retry logic configured by decline reason
  • Network tokenization in place for stored credentials
  • Failover and redundancy across providers
  • Fraud rules tuned to reduce false declines, not just block fraud
  • Unified analytics across all providers to identify decline patterns

Frequently asked questions

What is checkout optimization?

Checkout optimization is the practice of reducing friction and increasing payment success across every stage of the purchase flow, from the moment a customer reaches the cart to the moment funds are confirmed. It combines design and UX improvements that lower abandonment before payment with technical improvements that maximize authorization rates after payment is attempted.

What is the most common reason for checkout abandonment?

Unexpected costs, including shipping, taxes, duties, and other fees revealed late in the flow, account for roughly 48% of abandonment. Surfacing the total cost on the product page or in the cart, rather than at the final step, is the highest-impact design change for most merchants.

How much can payment orchestration improve authorization rates?

Merchants typically see a 2 to 4% improvement immediately after implementing orchestration-based routing, with 5 to 10% gains as rules are refined over time. For cross-border transactions, local routing can deliver up to 16% higher acceptance compared with a single foreign processor.

Is single-page checkout always better than multi-step?

Not always. The data favors consolidation for most categories, but the right structure depends on the complexity of the transaction and the volume of data captured. The principle that holds in every case is to minimize required fields and make progress visible, whether that progress sits on one page or three.

Do I need orchestration if I only use one PSP today?

Single-PSP setups work until they don’t. The risks include outages with no failover, suboptimal routing on cross-border transactions, an inability to add new payment methods without engineering work, and stored credentials that cannot be tokenized across networks. Orchestration is the layer that protects against all four without requiring you to drop your existing provider.

What checkout conversion rate should I aim for?

Industry benchmarks vary widely by vertical, average order value, and geography. As a directional reference, best-in-class merchants using modern optimization techniques achieve authorization rates above 96% and checkout completion rates well above the 30% global average. The more useful comparison is your own performance month over month, segmented by device, market, and payment method.

Does 3D Secure hurt conversion?

3D Secure adds an authentication step, which historically introduced drop-off. Modern implementations such as 3DS2 use risk-based authentication, applying friction only to transactions that genuinely require it. When deployed selectively through an orchestration layer, 3D Secure can actually improve net revenue by reducing fraud-related declines without penalizing low-risk customers.

Turn checkout into a revenue engine

A 70% abandonment rate is not inevitable. It reflects the cumulative weight of design choices that surprise the customer, infrastructure that declines transactions the customer wanted to complete, and gaps between the two that no single team owns end-to-end. Closing those gaps is some of the most profitable work in ecommerce, because every percentage point recovered is revenue that cost nothing to acquire.

Gr4vy’s cloud-native payment orchestration platform gives enterprise merchants the infrastructure to do this work without rebuilding their checkout from scratch. Through one universal integration, you can route transactions intelligently across multiple PSPs, add new payment methods without engineering effort, apply smart retry logic, and continuously test what converts, all from a no-code dashboard.

If you’re ready to reduce abandonment and recover the revenue your checkout is currently losing, contact our team to see what your authorization rate could look like with the right payment infrastructure behind it.

How much does payment processing cost?

Most merchants focus on the transaction rate. By the time interchange, scheme fees, chargebacks, and FX are added up, the number looks quite different.

That gap tends to surface as volume grows. A business starts with one PSP and a simple checkout. Later come chargeback fees, wallet routing, FX markups, failed payment recovery tools, fraud vendors, local acquiring contracts, and settlement reports that finance teams struggle to reconcile across providers.

The original processing rate is still technically in the contract. It just stops reflecting what the business is actually paying.

Costs also shift depending on what a business sells, where customers are located, how payments are routed, and which payment methods are accepted. A domestic debit card transaction behaves very differently from an international corporate card payment. Subscription businesses face a different cost structure than marketplaces. Cross-border payments add another layer entirely.

Merchants comparing processors on a single percentage rate usually walk away with an incomplete picture.

How much do payment processors charge?

Most processors advertise pricing using either flat-rate or interchange-plus models. Flat-rate pricing is common among SMB-focused providers. A processor might charge around 2.9% + 30¢ per transaction regardless of card type or issuing bank. Easy to budget against, and merchants can estimate costs without needing to understand interchange underneath. That simplicity becomes a liability as volume grows.

Every card transaction carries underlying interchange and network fees. The processor pays those first, then keeps the spread between its flat rate and the actual transaction cost. Some transactions are cheap to process. Others are significantly more expensive. A flat rate averages across all of them.

Interchange-plus pricing exposes those underlying costs directly. Instead of one blended rate, the merchant pays interchange, card network fees, and the processor markup as separate line items. Statements become harder to audit, particularly once multiple regions, currencies, and payment methods are involved. Larger merchants tend to prefer this model because it shows where costs are coming from.

Enterprise contracts are a different animal. Volume tiers, regional pricing structures, platform fees, and minimum commitments all affect what a merchant actually pays, often in ways that are hard to compare across providers. Two merchants processing similar annual volume can end up with meaningfully different effective costs.

What fees are included in payment processing?

Interchange is usually the largest component. This is the fee paid to the issuing bank when a card transaction is approved. Visa and Mastercard maintain extensive interchange tables that vary by card type, geography, authentication method, merchant category, and transaction channel.

Debit cards generally cost less than credit cards. Commercial cards tend to cost more than consumer cards. Cross-border transactions push costs higher.

Scheme fees are charged by the card networks themselves, separate from interchange.

Processors and acquirers add their own markup on top of all of this. Beyond that, account updater charges, tokenization fees, and FX spreads tend to catch merchants off guard because they don’t show up on the same line as the processing rate.

Some providers bundle all of this into a single rate. That makes the invoice cleaner but obscures where the money is actually going.

Merchants trying to calculate their effective payment cost often find the data spread across PSP dashboards, fraud platforms, finance systems, and raw settlement files. The number exists. It just takes work to find it.

What is the average credit card processing fee?

There is no universal rate. Processing costs depend heavily on transaction mix.

A business processing mostly domestic debit may run at a substantially lower blended rate than a merchant handling international ecommerce with high fraud exposure. Card-present transactions behave differently from card-not-present. Ecommerce merchants typically pay more because fraud risk is higher and authorization flows are more complex.

Industry matters too. Travel merchants, subscription platforms, gaming companies, and marketplaces often face different pricing conditions because dispute exposure and fraud patterns vary significantly by sector.

Many US-based SMBs operate somewhere near publicly advertised flat rates. Enterprise businesses with negotiated contracts often move well outside those ranges.

The more useful number to track is the effective acceptance-adjusted cost. A processor with lower fees but weaker authorization performance can still reduce net revenue. A 5% drop in auth rates can easily outweigh a 0.2% improvement in the processing fee. The same logic applies internationally: local acquiring may carry slightly higher direct costs while improving approval rates enough to generate better net revenue overall.

Why are payment processing fees so high?

A single card transaction may touch the issuing bank, acquiring bank, card network, processor, fraud systems, wallet infrastructure, and currency conversion services before funds reach the merchant. Each participant takes a fee somewhere in that chain.

The more common problem is accumulation. Payment stacks tend to expand over time without deliberate consolidation. Businesses enter new markets, add local payment methods, layer in subscriptions, connect separate fraud tools, bring on additional PSPs for redundancy. Costs creep up gradually rather than all at once.

Failed payments compound this. Subscription merchants spend heavily on retry logic, account updater services, network tokenization, and churn recovery because declined transactions directly affect retention. A 1% improvement in recovery rates on a large recurring billing base can be worth more than any fee negotiation.

Fraud management creates its own tradeoffs. Aggressive filtering reduces disputes but blocks legitimate customers. A merchant can improve chargeback ratios and still lose revenue through false positives, and that loss will not appear on the same report as the processing fee.

Fraud thresholds are never a set-and-forget decision. The cost of blocking a legitimate customer, particularly in subscription businesses where that customer represents years of revenue, can exceed the fraud loss itself. Gr4vy breaks down how to think through that tradeoff in payment fraud prevention strategies for 2026.

What hidden payment processing costs do merchants miss?

Cross-border costs are the most common blind spot, merchants selling internationally without local acquiring often absorb FX conversion costs, international interchange adjustments, and lower authorization rates without connecting those losses to checkout-level decisions.

Chargebacks create a second category of hidden expense. The dispute fee itself is manageable. The operational overhead is not. Support teams handle complaints, finance teams manage evidence submission, and merchants with physical inventory may lose the product and the transaction revenue at the same time. Subscription businesses also deal with first-party fraud, where legitimate customers dispute valid recurring charges rather than requesting refunds directly.

Then there is the cost of running too many disconnected systems. Many merchants end up with separate tools for fraud, routing, reconciliation, and retries. Each one has its own contract, its own reporting, and its own team learning curve. Over time, this adds up to more than most finance teams realize.

Subscription billing introduces its own category of payment failures that sits outside standard fraud management. Expired cards, reissued credentials, and failed retries quietly drive churn before most finance teams notice. Gr4vy covers how retry logic, network tokenization, and dunning work together in the complete guide to subscription payments.

Can payment orchestration reduce payment processing costs?

Payment orchestration addresses inefficiencies around routing, retries, failover, and provider management. When authorization rates slip in a particular market, a merchant using only one processor has little room to respond.

With orchestration, merchants can shift volume between processors, lean on local acquiring where it improves approval rates, and set up retry logic that actually recovers declined transactions rather than just re-attempting them blindly. In some markets, splitting volume across providers has improved authorization rates meaningfully. It also removes the single point of failure.

For businesses operating across multiple markets, the operational benefits often exceed the direct fee savings.

For merchants weighing whether to build a routing layer in-house or use a platform, the cost difference tends to be larger than expected. Retail Payments Global Consultancy Group modelled three merchant use cases to estimate what development actually costs. Gr4vy published the findings in how to build a payment orchestration layer in-house.

How to reduce payment processing fees

Before negotiating anything, most merchants need a clearer picture of what they are actually paying. The rate card is the starting point, not the answer.

Authorization rates, chargeback patterns, and cross-border exposure are the numbers worth pulling before any pricing conversation.

The common mistake is focusing on processor markups while ignoring approval rates or failed payment recovery. That produces the appearance of lower costs while quietly reducing captured revenue.

Local acquiring tends to have the highest impact for international merchants. Retry optimization can materially improve recurring billing performance. Enterprise merchants tend to stop chasing the lowest processing rate fairly quickly. The more pressing questions are around acceptance rates, fraud exposure, and how much operational complexity the team can actually manage.

Frequently asked questions about payment processing fees 

What is the difference between interchange and processor fees? 

Interchange goes to the issuing bank. Processor fees are the markup charged by the payment processor or acquirer on top of interchange and scheme costs.

Why do international payments cost more to process? 

Cross-border transactions typically involve additional interchange adjustments, currency conversion costs, tighter fraud controls, and lower authorization rates.

Do debit cards cost less to process than credit cards? 

Generally yes, though the exact structure depends on region and card type.

Can payment orchestration lower failed payments? 

It can help. Routing optimization, smarter retries, local acquiring, and provider redundancy all reduce the number of transactions that don’t complete.

Are payment processing fees negotiable? 

Higher-volume merchants almost always have room to negotiate. Volume, geography, industry, and risk profile all factor into where a processor is willing to move on price.

Payment costs get more complicated as a business scales. If you are seeing margin pressure or authorization rates that don’t match expectations, the answer is usually in the data, not the rate card. Contact Gr4vy to learn more about payment orchestration.

Subscription payment decline recovery: handling failed recurring charges and retry strategies that work

A subscription business with fifty thousand active subscribers will process roughly six hundred thousand recurring charges this year. About sixty thousand of those charges will fail. The cards will expire. The banks will say insufficient funds. The processors will time out. And for every failure that is not recovered, a customer loses access to your service. Some will return. Most will not.

The good news is that most failed recurring charges are recoverable. Research suggests that 60 to 70 percent of card declines are temporary issues that can be resolved with the right retry strategy. The key is knowing when to retry, how to retry, and which path to use.

Why subscription payments fail

Recurring payments fail for different reasons than one-time purchases. The time gap between the customer’s last successful charge and the next attempt creates vulnerabilities that do not exist in single transactions.

Expired or reissued cards cause roughly 10 to 15 percent of recurring payment failures. A card valid at signup may expire months later. When the bank reissues a new card with a different number and expiration date, the stored credential becomes useless unless automatically updated.

Insufficient funds affect recurring payments more than one-time purchases because customers often forget about upcoming charges. A customer who had enough balance on subscription day may not on renewal day. Timing the retry to coincide with the customer’s payday can dramatically improve success rates.

Bank declines occur when the issuing bank flags the transaction as suspicious. A charge that was approved for twelve months suddenly gets blocked because the bank’s fraud model detected an anomaly. The customer is unaware and may not notice until their service stops working.

Processor timeouts and technical failures are more common than merchants realize. A payment provider experiencing latency may fail a transaction that would have succeeded if attempted a few seconds later or through a different route.

Soft declines versus hard declines is the most important distinction. Soft declines are temporary issues that can be resolved with retries. Hard declines are permanent failures that should not be retried. Retrying a hard decline wastes time and money and can damage your relationship with the issuer.

For a deeper look at decline types, read our guide on how to increase payment approval rates.

The cost of not recovering declines

The indirect cost is harder to measure but larger. A customer whose payment fails and is not recovered has been churned. Acquiring a new customer costs five to ten times what it costs to retain an existing one. Every preventable churn event is a marketing expense you should not have to pay.

There are also operational costs. Support teams handle complaints. Finance teams reconcile failures. Engineering teams build workarounds. These costs add up across thousands of failures each month.

The worst cost is the customer relationship. A person who wanted to pay but could not may blame your business, not their bank. They may leave a negative review. They may tell others about their frustration. Recovering a failed payment is not just about revenue. It is about preserving trust.

Smart retry strategies that work

The simplest way to recover a failed recurring payment is to try again. But retrying without intelligence makes things worse. A dumb retry attempts the same card through the same processor at the same time of day. It will fail the same way every time.

A smart retry adapts based on the decline reason, the customer’s context, and the performance of your providers.

Timing is everything. For insufficient funds declines, wait two or three days. Research shows that retrying after a customer’s typical payday increases success rates significantly. For processor timeouts, retry immediately through a different route. For bank declines that indicate a temporary hold, retry after 24 hours.

Use escalating intervals. A common pattern is retry after one day, then three days, then seven days, then fourteen days. Each interval gives the customer time to resolve the issue without feeling harassed. After four attempts, consider pausing the subscription rather than canceling it outright.

Segment by decline code. Different decline codes require different responses. A decline code for “do not honor” may indicate a bank policy that will not change. A code for “insufficient funds” suggests a retry in a few days. A code for “expired card” calls for account updater or customer notification. Learning to read decline codes is essential.

For a comprehensive list of decline codes, read our article on top payment challenges for 2026.

Multi-provider retry routing

A retry through the same processor that declined the original transaction may fail for the same reason. A retry through a different processor may succeed. This is especially true for timeouts, technical errors, and some bank declines.

Multi-provider retry routing works by attempting the failed transaction through an alternative acquirer or gateway. The stored credential must be portable across providers, which requires a neutral token vault. If your tokens are locked to a single processor, this strategy is not available.

When a transaction fails with Provider A, the system automatically retries through Provider B using the same customer token. No customer action required. The second attempt succeeds where the first failed. The customer never knows anything happened.

This approach also helps with bank declines. Some issuing banks have different relationships with different acquirers. A transaction declined by Bank X when routed through Acquirer A may be approved when routed through Acquirer B. Multi-provider routing exposes these differences and exploits them.

For guidance on building multi-provider capabilities, read our article on building a multi-PSP payment strategy.

Preventive measures that reduce the need for retries

The best retry strategy is the one you never need. Preventive measures reduce the failure rate before retries become necessary.

Account updater automatically refreshes expired or reissued card details. When a customer’s card expires, the account updater requests the new information from the card network and updates the stored credential. The next recurring charge uses the new details. The failure never happens.

Network tokenization replaces raw card numbers with cryptographic tokens issued by Visa, Mastercard, and other schemes. Network tokens auto-update when cards are reissued. They also carry higher approval rates, reducing failures across all categories.

Card fingerprinting helps you identify when the same customer uses different cards. This can surface patterns that indicate fraud or simply help you link accounts for better customer communication.

Centralized token vault ensures that updates and tokens are available across all your providers. If your tokens are locked in a single processor’s vault, you cannot use them for multi-provider retries or share updates across your stack.

Dunning communication that recovers customers

Even with the best retry logic, some payments will fail. When they do, how you communicate with the customer determines whether they return or churn.

Notify immediately. As soon as a payment fails, send an email or push notification. Explain what happened in plain language. Do not say “your payment failed.” Say “we could not process your payment, which may happen if your card expired or your bank declined the transaction.”

Provide a clear path to resolution. Include a direct link to update payment details. Make the update process as simple as possible. Pre-fill any information you already have. Request only what is missing.

Escalate thoughtfully. If the customer does not respond to the first notification, send a reminder after a few days. If they still do not respond, consider a more urgent channel like SMS or phone call for high-value customers.

Graceful failure. After several unsuccessful attempts, pause the subscription rather than canceling it outright. Keep the customer’s data intact. Make it easy for them to restart with updated payment details. A paused customer is much easier to recover than a canceled one who must go through a full re-signup process.

The table below compares basic and advanced approaches to decline recovery.

Recovery tacticBasic approachAdvanced approach
Retry timingFixed intervals (every 3 days)Dynamic based on decline reason and payday patterns
Retry routingSame processor each timeMulti-provider routing with automatic failover
Card updatesCustomer must update manuallyAccount updater and network token auto-update
DunningGeneric email after multiple failuresSegmented, multi-channel communication after first failure
Token portabilityTokens locked to one processorNeutral vault with provider-agnostic tokens
Expected recovery rate20-30% of soft declines50-60% of soft declines

Using payment orchestration for decline recovery

Payment orchestration platforms provide several capabilities that make decline recovery more effective.

Centralized retry rules let you define retry logic once and apply it across all your providers. You do not need to configure retries separately in each PSP dashboard.

Real-time decline analysis helps you understand why failures are happening. Is a specific provider underperforming? Is a particular card type causing problems? Is one region seeing higher decline rates? With unified data, the answers are visible.

Automatic failover routes retries through alternative providers instantly. No manual intervention required. The customer never experiences a service interruption.

Unified dunning triggers connect payment failures to your customer communication systems. When a payment fails, the orchestration platform can fire a webhook that triggers an email or SMS. No custom integration required.

For a foundational understanding of payment orchestration, read our guide on what is a payment orchestrator.

Frequently asked questions

How many retry attempts should I make?

Most merchants attempt three to four retries over 7 to 14 days. The optimal number depends on your product, customer value, and tolerance for collection efforts. More attempts recover more revenue but may annoy customers.

Should I retry immediately or wait?

For technical failures like timeouts, retry immediately through a different provider. For insufficient funds, wait 2 to 3 days. For expired cards, use account updater first, then retry.

What is the difference between a soft decline and a hard decline?

Soft declines are temporary issues that can be resolved with retries (insufficient funds, processor timeout). Hard declines are permanent failures that should not be retried (stolen card, closed account).

How do I know if a retry will succeed?

You do not know for certain, which is why you test. Track recovery rates by decline code, provider, and retry timing. Use that data to refine your strategy.

Can I recover a payment after the subscription has been canceled?

Yes, but it is harder. Better to pause the subscription rather than cancel it. A paused subscription can be reactivated instantly when the customer updates their payment details.

The path to higher recovery rates

Subscription payment decline recovery is not about a single magic solution. It is about layering multiple strategies that each recover a portion of your failures. Smart retry timing recovers some. Multi-provider routing recovers others. Account updater and network tokens prevent failures before they happen. Dunning communication brings back the rest.

Together, these strategies can recover 50 to 60 percent of failed recurring payments. For a business with significant subscription revenue, that is not a marginal improvement. It is a transformation.

Ready to stop losing subscribers to payment failures? Book a demo today and see how payment orchestration can recover your failed subscription revenue.

Recurring payment optimization: strategies to recover failed subscription payments

A subscription business with ten thousand customers loses about one thousand of them each year to involuntary churn. The card expired. The bank declined the charge. The credentials were outdated. The customer wanted to stay, but the payment failed. This is not churn you earned through poor product experience. It is churn you inherited from broken payment infrastructure. And it is largely preventable.

Involuntary churn affects every recurring revenue business. Industry data suggests that 20 to 40 percent of subscription payment failures are recoverable with the right strategies. For a business processing $10 million in annual recurring revenue, reducing involuntary churn by half could recover hundreds of thousands of dollars that would otherwise disappear.

The problem is not that customers do not want to pay. It is that the systems designed to collect their payments are brittle. Cards expire. Banks flag legitimate transactions as suspicious. Processors experience timeouts. Each failure is a leak in your revenue bucket. 

What is involuntary churn?

Involuntary churn occurs when a customer loses access to a subscription service because their recurring payment fails, even though they intended to continue. The customer did not cancel. They did not request to stop. Their payment simply did not go through.

This is distinct from voluntary churn, where a customer actively decides to end their subscription. Voluntary churn is a product or pricing problem. Involuntary churn is a payment infrastructure problem. The two require completely different solutions.

The scale of involuntary churn is often underestimated. Studies suggest that 20 to 40 percent of all subscription payment failures are recoverable. For many businesses, that translates to 2 to 5 percent of total subscribers lost each year to preventable payment issues.

Why recurring payments fail

Recurring payments fail for different reasons than one-time transactions. The time gap between the customer’s last successful charge and the next attempt creates opportunities for failure that do not exist in single purchases.

Expired or reissued cards are the most common cause. A card valid when the customer signed up may expire months later. When the bank reissues a card with a new number and expiration date, the stored credential becomes useless unless automatically updated.

Insufficient funds affect recurring payments differently than one-time purchases. A customer who had enough balance on signup day may not on renewal day. Timing matters. Attempting a charge just after a customer’s typical payday increases success rates.

Bank declines occur when the issuing bank flags the transaction as suspicious. A charge that was approved for twelve months suddenly gets blocked because the bank’s fraud model detected an anomaly. The customer is unaware and may not notice until their service stops working.

Processor timeouts and technical failures happen more often than merchants realize. A payment provider experiencing latency may fail a transaction that would have succeeded if attempted a few seconds later or through a different route.

Network token failures occur when tokens are not properly provisioned or updated. Unlike raw card numbers, network tokens require active management. When that management fails, so do payments.

For a comprehensive look at payment challenges, read our article on top payment challenges for 2026.

Strategy one: smart retry logic

The simplest way to recover failed recurring payments is to try again. But not all retries are equal. A dumb retry that attempts the same card through the same processor at the same time of day will fail the same way every time. A smart retry adapts.

The key variables are timing, routing, and decline reason. A transaction declined for insufficient funds should be retried after a few days, ideally timed to align with the customer’s expected payday. A transaction that timed out due to processor latency should be retried immediately through a different provider. A transaction declined for suspected fraud should not be retried at all without customer intervention.

Successful retry strategies follow a few principles. Use escalating intervals, attempting a retry after one day, then three days, then seven days. Route retries through different providers, as the original processor may be the source of the problem. And stop retrying after a reasonable number of attempts to avoid customer annoyance and network penalties.

Research suggests that one in four retried transactions can be recovered when retry logic is properly configured. For a subscription business with thousands of monthly failures, that recovery rate translates directly to retained revenue.

For more on retry strategies, read our guide on how to increase payment approval rates.

Strategy two: account updater

Account updater is a service that automatically refreshes expired or reissued card details. When a customer’s card expires, the account updater requests the new card information from the card network and updates the stored credential. The next recurring charge uses the new details. The customer never knows anything changed.

The impact on involuntary churn is substantial. Between 10 and 15 percent of recurring payment failures are caused by expired or reissued cards. Account updater eliminates most of these failures. For a subscription business with one hundred thousand customers, that means saving thousands of customers who would otherwise be lost to outdated credentials.

Account updater works best when integrated into a centralized vault that can update credentials across multiple processors. If your tokens are locked in a single provider’s vault, the account updater only helps for transactions routed through that provider. A neutral vault with built-in account updater ensures that updated credentials are available to any processor you use.

For a deeper look at credential management, read our article on migrating stored card data between providers.

Strategy three: network tokenization

Network tokens are cryptographic credentials issued by Visa, Mastercard, and other card schemes. Unlike raw card numbers, network tokens are automatically updated when cards are reissued. They are also safer and carry higher approval rates.

The approval rate lift from network tokens is significant. Visa data shows that network tokenization improves authorization rates by approximately 4.7 percent while reducing e-commerce fraud by about one third. For recurring payments, the benefit is even larger because tokens auto-update, eliminating the 10 to 15 percent failure rate caused by expired cards.

Network tokens also reduce friction. Because they are bound to specific merchants and transaction contexts, issuers view them as lower risk. This often translates to fewer authentication challenges and higher approval rates.

Implementing network tokens requires integration with the card schemes and your processors. A payment orchestration platform can centralize network token provisioning and management, making the benefits available across your entire provider ecosystem.

Strategy four: dunning management

Dunning is the process of communicating with customers when their payment fails. A well-designed dunning workflow not only recovers payments but also preserves customer trust.

The first step is notification. When a payment fails, inform the customer immediately. Explain what happened in plain language. Provide a link to update their payment details. Make the process as simple as possible.

The second step is escalation. If the customer does not respond to the first notification, send a reminder. If they still do not respond, consider a more urgent message. Some businesses use SMS or phone calls for high-value customers at risk of churn.

The third step is graceful failure. After several unsuccessful attempts, pause the subscription rather than canceling it outright. Keep the customer’s data intact. Make it easy for them to restart with updated payment details. A paused customer is much easier to recover than a canceled one who must go through a full re-signup process.

Effective dunning requires integration between your payment system and your customer communication tools. Payment orchestration platforms that centralize transaction data make it easier to trigger dunning workflows based on failure events.

Strategy five: multi-provider routing for recurring payments

Most subscription businesses route all recurring charges through a single processor. This creates a single point of failure. If that processor experiences issues, every recurring payment scheduled for that day is at risk.

Multi-provider routing solves this problem. When a recurring payment fails with Provider A, the system automatically retries through Provider B. The same token works with both providers because it is stored in a neutral vault. The customer never knows that the first attempt failed.

Multi-provider routing also enables optimization. Different processors have different approval rates for different card types, regions, and issuing banks. By routing each recurring transaction to the best-performing provider, you can improve overall authorization rates by several percentage points.

For guidance on building multi-provider capabilities, read our article on building a multi-PSP payment strategy.

The cost of doing nothing

Every failed recurring payment carries direct and indirect costs. The direct cost is the lost revenue from that transaction. The indirect cost is the customer who may never return. Recovering a churned customer is expensive, often costing five to ten times what it would have cost to retain them through better payment infrastructure.

There are also operational costs. Support teams spend hours responding to customers who contact them because their subscription stopped working. Finance teams manually reconcile failed transactions. Engineering teams build workarounds for brittle payment integrations.

Frequently asked questions

What is involuntary churn?

Involuntary churn occurs when a customer loses access to a subscription because their recurring payment fails, even though they intended to continue. It is caused by expired cards, insufficient funds, bank declines, or technical failures, not by customer cancellation.

How much can optimization reduce involuntary churn?

Most businesses can recover 40 to 60 percent of failed recurring payments with proper optimization. For a business with 5 percent annual involuntary churn, that means reducing overall churn by 2 to 3 percentage points.

What is the difference between account updater and network tokenization?

Account updater refreshes expired card details using the card network’s systems. Network tokens are cryptographic credentials that auto-update and also carry higher approval rates. Both address card expiration, but network tokens offer additional security and performance benefits.

How often should I retry failed recurring payments?

A common pattern is retry after one day, then three days, then seven days. Timing should consider the decline reason. Insufficient funds may need longer intervals. Technical failures may need immediate retry through a different provider.

Do I need multiple processors for recurring payments?

Not strictly, but multi-provider routing provides redundancy and optimization that a single processor cannot offer. If your primary processor experiences an outage, a backup processor keeps your recurring revenue flowing.

The tools are available. The strategies are proven. The only question is whether you will implement them before your next batch of recurring payments fails.

Ready to stop losing customers to payment failures? Book a demo today and see how payment orchestration transforms recurring payment recovery.

Payment data portability: why owning your payment data matters and how to avoid vendor lock‑in

Most merchants think they are paying 2.9% plus $0.30 per transaction. In reality, they are paying a much bigger tax that never appears on any invoice. It is the lock‑in tax. Because payment tokens, the stored credentials that let you charge returning customers, are held inside proprietary vaults owned by Stripe, Braintree, Square, or another provider. Those tokens work only with that specific provider. Leaving means either re‑tokenizing every customer or begging your existing provider to export data they have every incentive to keep.

This lock‑in has real costs. A payment provider charging 20 basis points more than a competitor costs $20,000 annually for every million dollars processed. When merchants cannot switch, they overpay. They accept lower approval rates. They stay with providers that underperform because the perceived pain of migration outweighs the known pain of staying.

Payment data portability breaks this cycle. It means owning your payment credentials in a way that works with any provider. It means storing tokens in a neutral vault, not inside a processor‑owned silo. And it means having the freedom to switch, add, or remove providers without rebuilding your payment stack or asking customers to re‑enter their details.

This guide explains why payment data portability matters, how vendor lock‑in traps merchants, and how a centralized vault gives you back control over your most valuable payment asset: your customer credentials.

The hidden trap of processor‑owned tokens

When a customer saves their card for future purchases, your payment provider returns a token. That token is a reference to the stored card data. You use it for subsequent transactions instead of handling the raw card number. Convenient and secure.

But that token is usually owned by the provider. It is not a neutral credential. It is locked to that specific processor. If you want to send that transaction through a different acquirer, the token will not work. You would need to collect the raw card data again, which means asking the customer to re‑enter their details, a friction point that causes churn, or performing a complex and risky migration of sensitive data.

This is processor lock‑in. It happens when a merchant’s payment operations, and critically their stored card data, are tied to a single PSP or acquiring bank. The provider knows you cannot easily leave. That knowledge affects pricing, service levels, and innovation. You are not a partner. You are a captive.

The lock‑in tax appears in many forms. Higher transaction fees because you cannot route to cheaper providers. Missed revenue from declines that a different processor would have approved. Development time spent maintaining brittle integrations instead of building features. And the ultimate cost: the inability to leave a relationship that no longer serves your business.

For a deeper look at the migration challenge, read our guide on how to switch payment providers without downtime.

What payment data portability means

Data portability is the ability to move your payment data from one service provider to another without losing functionality or security. In the context of payments, it means your stored customer credentials, tokens, and payment methods can be used with any processor you choose.

True data portability requires three things. First, your tokens must be provider‑agnostic, not tied to a single PSP. Second, you must be able to import existing tokens from your current providers into a neutral vault. Third, you must be able to export tokens from that vault to any new provider you want to work with.

When these conditions are met, switching providers becomes a business decision, not a technical crisis. You can test a new processor with a small percentage of traffic. You can route transactions based on performance and cost. You can fail over to backup providers when issues arise. And you can do all of this without ever asking a customer to re‑enter their payment details.

The value of data portability extends beyond switching. It enables multi‑provider strategies where you use different processors for different transaction types. It supports regional compliance by letting you store data in specific geographies. It gives you leverage in negotiations because providers know you have options.

For more on tokenization fundamentals, read our article on tokenization vs encryption.

The cost of staying locked in

Merchants who accept vendor lock‑in pay a recurring price that compounds over time. The most obvious cost is transaction fees. A provider charging 2.9% plus $0.30 may seem reasonable until you discover a competitor offering 2.5% plus $0.20 for the same volume. On $10 million in annual processing, that difference is $40,000 per year. Over five years, it is $200,000 of pure margin leakage.

Less obvious are approval rate gaps. Different processors have different relationships with issuing banks and card networks. One provider might approve 85% of your transactions. Another might approve 88%. On the same attempted volume, that 3% gap represents $300,000 in recovered revenue that costs nothing to acquire.

There are also operational costs. Fragmented reporting forces finance teams to reconcile across multiple dashboards. Proprietary token schemes make multi‑provider routing impossible. The inability to test new providers means you never know if you could be doing better.

A proper data portability system, where you can move your payment data to a competitor with minimal friction, would save merchants significant amounts annually. One recent analysis by a Canadian competition authority suggested that similar data portability measures could save consumers billions. For merchants, the potential savings are just as large.

Failed payments due to expired, lost, or reissued cards affect 10 to 15 percent of recurring transactions annually. Without portability, each of those failures is a customer who may churn. With a portable vault that includes account updater functionality, many of those failures can be prevented entirely.

How a centralized vault eliminates lock‑in

A centralized, provider‑agnostic vault is the foundation of payment data portability. Instead of storing tokens inside each processor’s proprietary system, you store them in a neutral vault that you control. The vault is PCI DSS Level 1 certified and runs on secure cloud infrastructure with high availability.

From this vault, you can provision multiple types of tokens. Raw card data can be stored and linked to a vaulted card. Network tokens from Visa, Mastercard, and other schemes can be provisioned along with their cryptograms. PSP tokens can be created and distributed for third‑party processing. This means you can use the same underlying credential with any provider that supports those token types.

The vault also supports card forwarding, letting you use Gr4vy’s API to share stored card details with third‑party vendors when needed. And the account updater ensures that stored credentials stay current, automatically refreshing when cards are reissued or expire.

The key benefit is interoperability. You can tokenize cards independently and store multiple tokens per customer. Those tokens can be reused for recurring payments across different processors. You gain full PSP independence and can scale from one provider to many or even migrate operations without having to re‑tokenize all your vaulted cards.

Import and export: your data, your control

A portable vault is only useful if you can move data in and out freely. The vault should let you import your existing card data and PSP tokens from any provider into the vault. This means you can migrate without disrupting your payment flows.

Export is equally important. You should be able to get your data out as a PSP token, a network token, a card push, or by simply exporting your data into a new service. This flexibility ensures you are never trapped. If a provider raises prices or degrades service, you can move your credentials elsewhere and continue processing without interruption.

For subscription businesses, this capability is essential. Recurring payments depend on stored credentials. When those credentials are locked in a provider‑specific vault, switching means risking churn. When they are stored in a neutral vault, switching is seamless. The same tokens that worked with Provider A work with Provider B. Customers never know anything changed.

Network tokens and the portability advantage

Network tokens add another layer to the portability discussion. Unlike raw card numbers, network tokens are cryptographic credentials issued by the card schemes. They are safer than PANs and automatically update when cards are reissued. But they are also typically tied to a specific merchant or processor.

A neutral vault that supports network tokens changes this dynamic. You can provision network tokens and store them alongside PSP tokens and raw card data. You can then use those network tokens with any processor that supports network tokenization. The approval rate benefits of network tokens, typically a 4 to 7 percent lift, become portable across your entire provider ecosystem.

This is particularly valuable for merchants with significant recurring revenue. Network tokens reduce the 10 to 15 percent of recurring transaction failures caused by expired or reissued cards. When those tokens are portable, you can route recurring transactions to the best‑performing provider without losing the token benefits.

For a deeper look at how tokenization improves approval rates, read our guide on how to increase payment approval rates.

Compliance and scope reduction

PCI DSS compliance is expensive and time‑consuming. Every system that touches cardholder data falls under audit scope. With multiple processor‑owned vaults, each connection potentially expands your scope. Each vault must be secured, monitored, and assessed.

A centralized neutral vault reduces scope by centralizing sensitive data. Your systems interact only with tokens, which are outside PCI scope for downstream systems. Organizations regularly achieve scope reductions of 80 to 90 percent using this approach. The vault itself is PCI DSS Level 1 certified, so you inherit its compliance posture.

This scope reduction translates directly to lower compliance costs. Fewer systems to audit. Fewer controls to implement. Less risk of a breach. And the flexibility to add new providers without expanding your compliance footprint.

For more on compliance and security, read our article on payment fraud prevention strategies.

Building a multi‑provider strategy with portable data

Once you have a portable vault, the door opens to sophisticated payment strategies that were previously impossible. You can use multiple processors and route each transaction to the best provider based on real‑time conditions. You can test new providers with a small percentage of traffic, compare their performance, and scale up what works. You can maintain backup providers and fail over automatically when issues arise.

Multi‑processor environments can unlock new revenue opportunities, reduce costs, and improve customer experiences. But they require a robust, security‑first architecture with portable tokenization at the center. Without portability, multi‑provider strategies become operational nightmares. With portability, they become a competitive advantage.

For guidance on multi‑provider strategies, read our article on building a multi‑PSP payment strategy.

Frequently asked questions

What is payment data portability?

Payment data portability is the ability to move your stored customer payment credentials, tokens, and related data from one service provider to another without losing functionality or security. It means your tokens work with any provider, not just the one that issued them.

How does processor lock‑in happen?

Processor lock‑in happens when your stored payment tokens are tied to a specific provider. Those tokens cannot be used with other processors. Switching providers requires re‑tokenizing all your customers or asking them to re‑enter their payment details, a costly and risky process.

What is a neutral token vault?

A neutral token vault is a PCI‑certified system for storing payment credentials that is independent of any payment processor. It stores tokens that can be used with multiple providers, giving you portability and eliminating vendor lock‑in.

Can I import my existing tokens into a neutral vault?

Yes. A portable vault should allow you to import your existing card data and PSP tokens from any provider. This enables migration without disrupting your payment flows.

How does data portability help with recurring payments?

Recurring payments depend on stored credentials. When those credentials are locked to a specific processor, switching providers risks losing customers. With portable credentials, the same tokens work with any processor, so recurring payments continue uninterrupted.

Does a neutral vault reduce PCI scope?

Yes. Centralizing sensitive data in a certified vault removes that data from your downstream systems, significantly reducing your PCI audit scope. Organizations regularly achieve scope reductions of 80 to 90 percent using this approach.

Ready to break free from vendor lock‑in and own your payment data? Book a demo today.