14 minutes
h1

Choosing the right payment architecture prevents technical debt as markets and payment methods expand. This article compares Payment Services and third-party gateways, B2C/B2B payment methods, PCI scope, fraud protection, and the impact of agentic payment protocols announced in 2026.

Payment strategy is one of the most consequential technical decisions in any Adobe Commerce project and also one of the most frequently scoped too narrowly.

Payment is the moment of maximum commercial risk in a shopper's journey. A frictionless checkout converts. A confusing or slow one abandons. A checkout that fails silently due to a gateway timeout, a 3DS (3-D Secure) authentication problem, or an incorrect payment method configuration loses both the sale and the customer. Payment architecture in Adobe Commerce involves more decisions than most implementation teams initially anticipate: which gateway or gateways to use, where to surface each payment method on the storefront, how to manage PCI (Payment Card Industry) compliance scope, how to handle fraud, and what the B2B payment workflow looks like when purchase orders and company credit are in scope.

This article provides the decision framework and implementation guidance for each of those questions, with specific attention to Payment Services (Adobe's native payment solution, supported on ACCS), the architectural considerations for multi-gateway deployments, the agentic payment protocols that Adobe committed to supporting in February 2026, and how payment architecture changes when you deploy on the EDS (Edge Delivery Services) storefront versus a traditional theme-based storefront.

Adobe Payment Services vs third-party gateways: The decision framework

The first strategic question in any Commerce payment architecture is whether to use Payment Services for Adobe Commerce, Adobe's native, managed payment solution, or a third-party gateway such as Adyen or Stripe. The answer is not always one or the other. Many enterprise implementations use both in a complementary model.

Default alt

Payment Services: The case for Adobe's native solution

Payment Services is Adobe's native, managed payment solution, confirmed in Adobe's own release documentation as the default payments solution on Adobe Commerce as a Cloud Service (ACCS). It is a SaaS-based solution that requires no custom gateway integration, and is configured directly from Commerce Admin and managed through the same interface as the rest of the storefront.

Geographic coverage: per Adobe's current published figures, Payment Services supports 35+ countries and 20+ currencies (Adobe describes this as an ever-growing list), covering major markets in North America, Europe, and Asia-Pacific. Coverage is split into two tiers: Advanced (fully supported) onboarding, with the full payment option set, and Standard onboarding, a subset of options (Express Checkout, meaning PayPal credit and debit cards) available in additional supported countries beyond the Advanced tier. Payment methods include credit and debit cards, PayPal, Venmo, PayPal Pay Later, PayPal Credit, Apple Pay, Google Pay, and card vaulting for repeat purchases; Buy Now Pay Later is supported through PayPal Pay Later specifically, rather than as a generic native BNPL category spanning multiple providers. Merchants can attach multiple PayPal accounts per region and brand, a significant improvement that enables multi-brand and multi-region deployments on a single Commerce instance.

Third-party gateways: When Adyen or Stripe fits

For merchants who need coverage beyond Payment Services' range, or who require specific local payment methods (iDEAL, SEPA, Alipay, GrabPay, PIX, Interac) not available through Payment Services, a third-party gateway is the correct choice. Adyen holds direct acquiring licenses in 40+ countries and can process payments across 200+ markets worldwide through a single integration, making it a common choice for large enterprise merchants with complex multi-region operations; the acquiring-license footprint and the broader processing reach are two different figures worth keeping distinct when quoting Adyen's coverage.

Third-party gateways integrate with Adobe Commerce through several paths depending on architecture: App Builder, native modules and extensions, hosted payment SDKs, or direct API integrations. For SaaS/ACCS deployments specifically, Adobe's own reference architecture documents App Builder together with API Mesh as the standard extensibility layer, with the Integration Starter Kit's Server-Side Gateway Integration pattern (an AIO Runtime Action handling gateway communication, called from the storefront via GraphQL) as the documented approach for third-party payment gateway integrations. API Mesh itself is confirmed in Adobe's ACCS architecture documentation as the API-first supergraph layer that Commerce SaaS is built on, so its role as a unified integration and routing layer for multi-gateway, multi-currency deployments is genuinely part of the documented architecture, not just one composable option among many. The specific claim that it "routes payment context per store scope" is a reasonable implementation pattern within that architecture, but is not itself a named, official Adobe payment-routing feature.

PCI DSS scope: What your payment choice means for compliance

One of the most underweighted factors in payment gateway decisions is PCI DSS scope, or how much compliance work your payment architecture creates. The Payment Card Industry Data Security Standard governs how merchants handle, process, and store cardholder data. The scope of your PCI obligation depends directly on how card data flows through your systems.

With Payment Services hosted fields, card data (card number, CVV, expiry) never passes through your servers. The fields are rendered by Payment Services and tokenized before the payment request reaches Commerce. Per Adobe's official security documentation, no PCI-regulated data is passed across your services with PayPal payment buttons. Hosted fields can help merchants qualify for Self-Assessment Questionnaire (SAQ) A or SAQ A-EP, the simpler and less burdensome compliance paths, depending on implementation details, scripts, and page control. Final PCI scope classification, including SAQ (Self-Assessment Questionnaire) A eligibility, is ultimately determined by a Qualified Security Assessor based on the merchant's full architecture, not automatically conferred by using hosted fields alone.

If card data passes through your own servers before reaching the gateway, without hosted fields, you may fall into SAQ D territory: the most rigorous PCI compliance level, requiring annual penetration testing, quarterly network scans, and extensive documentation. Direct handling of cardholder data substantially increases PCI scope and may require SAQ D, but as with SAQ A above, the applicable SAQ level should be confirmed with a Qualified Security Assessor rather than assumed from architecture alone. The difference in compliance overhead between SAQ A and SAQ D is measured in months of work and thousands of dollars annually.

Building the right payment method mix

Payment method strategy is not just about offering more options; it is about offering the right options at the right points in the shopper journey, for the right customer segment, in the right market. Three dimensions govern the payment method mix decision: customer segment (B2C vs B2B), geography, and purchase context.

Default alt

B2C: Cards, wallets, and buy now pay later

The B2C payment method baseline covers three categories that should be active on every commerce deployment:

B2B: Payment on account, purchase orders, and negotiable quotes

B2B payment workflows in Adobe Commerce are fundamentally different from B2C. Adobe's Checkout drop-in changelog confirms a major version upgrade (Checkout v3.0.0) released January 8, 2026, described as bringing comprehensive B2B checkout support, and it added exactly the three payment methods described below. The same release disables Fastlane for B2B checkout specifically, to prevent conflicts with B2B payment workflows.

Global and regional: Local payment methods

For merchants operating across multiple regions, local payment methods (APMs) are not optional; they are conversion-critical. In the Netherlands, iDEAL accounts for over 60% of online payments. In Brazil, PIX is the dominant digital payment method. In Germany and Austria, SEPA Direct Debit is expected. A storefront that only offers international card brands in these markets will underperform against local competitors who offer the preferred local method.

Third-party gateways (Adyen for enterprise, Stripe for mid-market) provide the local payment method coverage required for true global commerce. Routing by store context, using API Mesh as the documented integration layer for SaaS/ACCS deployments, can help ensure the correct gateway and local methods are presented for each regional storefront. Each gateway connection is configured per website scope in Commerce Admin.

Payment architecture on the EDS storefront

The EDS-based Commerce storefront changes how payment methods are implemented and where they appear. Understanding the payment touchpoint model and the checkout drop-in architecture is essential for correct EDS payment configuration.

Default alt

Payment touchpoints: Where methods surface on the storefront

Payment Services supports four payment touchpoints on the storefront, and the optimal configuration differs by method:

Authorize and capture: Configuring the right action for your fulfilment model

Payment Services supports two payment action modes: Authorize only (capture separately at fulfilment) and Authorize and Capture (capture immediately at order). The correct configuration depends on your fulfilment model:

Fraud protection: The payment architecture layer teams forget

Fraud protection is frequently treated as an afterthought in payment architecture, addressed after the first chargebacks arrive rather than before launch. The cost of reactive fraud management is significantly higher than proactive prevention: chargebacks carry fees, elevated chargeback rates trigger gateway penalties, and manual review teams are expensive.

Payment Services includes PayPal's built-in machine learning fraud detection for PayPal payment flows. For card and Apple Pay transactions, Signifyd fraud protection integrates with Payment Services, providing risk coverage for credit cards, debit cards, vaulted cards, checkout through Admin, and Apple Pay. Signifyd supports both pre-auth and post-auth flows.

For third-party gateways, fraud protection is built into the gateway layer: Adyen's RevenueProtect uses ML-based risk scoring with configurable thresholds per payment method and region. Stripe Radar provides AI-powered rules with a visual rule builder. Both solutions integrate with the gateway's dispute management workflow, reducing manual chargeback handling.

Future-proofing: The agentic payment layer

Adobe's agentic commerce commitments arrived in two stages: an earlier commitment to Google's Agent Payments Protocol (AP2), followed by a dedicated announcement on February, 2026 that Adobe Commerce would also support the Universal Commerce Protocol (UCP, led by Google, covering discovery through post-purchase) and the Agentic Commerce Protocol (ACP, co-developed by OpenAI and Stripe, covering in-chat checkout execution). AP2 itself has since moved to governance under the FIDO Alliance and has attracted 60+ initial partners, including Mastercard, PayPal, Adyen, and Coinbase among others. These standards were still maturing as of the original announcement, and one notable data point on adoption: OpenAI shut down ACP's flagship consumer surface, Instant Checkout, in March 2026 after roughly five months of limited sales, though the ACP protocol itself continues.

The practical payment architecture implication: agentic shoppers do not interact with payment buttons. They programmatically execute cart, checkout, and payment operations through the Commerce MCP (Commerce Model Context Protocol) server and the AP2 payment token layer. AP2 provides scoped agent payment tokens with spending limits and consent-based transaction approval, addressing the consumer concern about autonomous agent spending.

Payment architecture decisions made today should not block agentic commerce readiness. Specifically:

Common mistakes to avoid

Key takeaways

Adobe tools and resources for payment strategy:

Actionable next steps