Tech Stack Guides

How to Tell If a Website Uses Adyen

Adyen is an enterprise payment platform behind many global brands. Detect it via the checkoutshopper-live.adyen.com scripts, the AdyenCheckout global and Adyen Web Components iframes.

StackOptic Research Team27 May 20267 min read
Detecting Adyen enterprise payments via checkoutshopper.adyen.com and AdyenCheckout

Adyen is an enterprise payment platform that processes payments for many of the world's largest retailers, marketplaces and travel brands. Because it is built for global scale and unified commerce, detecting it is a strong enterprise signal. The quickest way to confirm Adyen is to open a checkout page and look for requests to checkoutshopper-live.adyen.com and the global AdyenCheckout constructor. This guide covers every reliable signal, the architecture behind them, and what an Adyen integration reveals.

What is Adyen?

Adyen is a Dutch payments company, founded in 2006, that provides a single platform for accepting payments across online, in-app and in-person channels worldwide. Its appeal to large merchants is breadth and unification: one integration handles cards, digital wallets and a huge range of local payment methods (iDEAL, Klarna, Alipay, SEPA, Boleto and many more), across many countries and currencies, with unified reporting and risk management. Adyen also powers point-of-sale and platform payments for marketplaces, and it serves as the payment backbone for some other large platforms.

For detection, the key context is that Adyen is enterprise infrastructure. Its pricing, onboarding and feature set are aimed at sizeable merchants processing substantial volume, so it is rare on small-business sites and common behind major international retailers, airlines and travel brands, marketplaces and large subscription businesses. Finding Adyen therefore signals a large, often global organisation with a sophisticated, multi-market checkout — a high-value qualifying signal for anyone selling to enterprises. Adyen's modern client integration, Web Components (Drop-in and individual Components), leaves a clear and consistent footprint.

How Adyen loads and processes payments

A modern Adyen integration uses Adyen Web (Components/Drop-in), loading component assets and configuration from https://checkoutshopper-live.adyen.com/ (or checkoutshopper-test.adyen.com in test mode). The merchant initialises the global AdyenCheckout constructor with a client key and configuration, then mounts either the Drop-in (which renders all enabled payment methods) or individual Components (card, iDEAL, wallets, and so on). As with other modern processors, sensitive card fields are rendered inside iframes served from the Adyen checkout domain, isolating card data for PCI compliance.

During payment, the client exchanges data with checkoutshopper-live.adyen.com (and the merchant's server talks to Adyen's API on *.adyen.com). The set of payment methods presented is often large and locale-aware, reflecting Adyen's local-methods strength. Knowing this flow — the checkoutshopper host, the AdyenCheckout constructor, the component iframes, and the breadth of payment methods — makes Adyen straightforward to recognise on a checkout page.

How to tell if a website uses Adyen

Confirm at least two of the following, on a checkout page.

1. Check the Network tab. Reload the checkout and filter for adyen. Requests to checkoutshopper-live.adyen.com (assets and API) are the most reliable signal; checkoutshopper-test.adyen.com indicates test mode.

2. Use the console. Type AdyenCheckout and press Enter. A returned constructor confirms Adyen Web Components are loaded.

3. Inspect the payment fields. Card and wallet fields rendered inside iframes from the Adyen checkout domain are characteristic.

4. Look at the payment methods. A broad, locale-aware set of methods (iDEAL, Klarna, SEPA, local cards, wallets) presented through one unified UI is typical of an Adyen Drop-in.

5. Check the host suffix. The -live versus -test suffix on checkoutshopper tells you production versus test mode.

What the Adyen signals look like

GET https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/5.x/adyen.js
GET https://checkoutshopper-live.adyen.com/checkoutshopper/images/logos/…
const checkout = await AdyenCheckout({ clientKey: "live_ABC…", environment: "live", … });
<iframe src="https://checkoutshopper-live.adyen.com/checkoutshopper/securedfields/…"></iframe>

The combination of checkoutshopper-live.adyen.com requests, the global AdyenCheckout constructor, and Adyen component iframes is conclusive.

Adyen versus other processors — avoiding false positives

Match the host to keep processors distinct. Adyen uses checkoutshopper-*.adyen.com; Stripe uses js.stripe.com; Braintree uses js.braintreegateway.com; Worldpay, Checkout.com (cdn.checkout.com) and other enterprise gateways have their own hosts. Adyen's checkoutshopper subdomain is unique to it. A subtlety is that Adyen often presents wallets (Apple Pay, Google Pay) and many local methods within its Drop-in, so seeing those does not mean a separate provider — the Adyen host underneath is the truth. Also, because some large platforms use Adyen as their underlying processor, a merchant may benefit from Adyen indirectly; the checkoutshopper host still confirms Adyen is in the payment path.

How reliable is each Adyen signal?

Requests to checkoutshopper-live.adyen.com (or -test) are definitive, as is the global AdyenCheckout constructor. Component iframes from the Adyen checkout domain are equally strong. The breadth of locale-aware payment methods is suggestive and corroborating rather than conclusive on its own. The -live/-test suffix reliably indicates the environment. The weakest case is a homepage that loads Adyen only at the payment step, so always test the checkout. As a rule, a checkoutshopper request or the AdyenCheckout constructor settles it.

What an Adyen integration reveals about a business

Finding Adyen is one of the strongest enterprise commerce signals available. It indicates a large, often global merchant processing significant payment volume, with a deliberate choice to unify payments across markets, methods and channels on a single platform. The profile skews to major international retailers, airlines and travel companies, marketplaces, and large subscription or platform businesses. The locale-aware payment methods can even hint at which markets the merchant operates in. If you sell enterprise commerce, payments-adjacent, fraud, tax, or international-expansion services, an Adyen integration marks a high-value, sophisticated account with budget and a relevant buying centre. Adyen rarely appears without a substantial business behind it, so the find alone meaningfully qualifies the account.

Adyen in an enterprise commerce stack

Adyen sits within a large, often global commerce architecture. The site is typically built on an enterprise or composable commerce platform (Salesforce Commerce Cloud, SAP Commerce, commercetools, or a large custom build), fronted by an enterprise CDN, with a tag manager, enterprise analytics (often Adobe or GA4 360), and a consent-management platform for multi-jurisdiction compliance. The checkout usually offers many local payment methods, reflecting international operations. For an auditor, the valuable details are the environment (live versus test), the range of payment methods presented (which hints at target markets), the underlying commerce platform, and the surrounding enterprise tooling; together these confirm not just that the business uses Adyen but that it operates at genuine enterprise, multi-market scale.

A quick Adyen confirmation walkthrough

Open the site's checkout with developer tools on the Network panel and filter for adyen. Look for requests to checkoutshopper-live.adyen.com (assets and API); note whether it is -live or -test. Switch to the Console and type AdyenCheckout to confirm the constructor. Inspect the card field to confirm an Adyen checkout-domain iframe. Glance at the payment methods offered — a broad, locale-aware set points to an Adyen Drop-in. Two signals confirm Adyen and reveal the environment and the breadth of the checkout.

A quick Adyen detection checklist

  • On the checkout, filter the Network tab for adyen; checkoutshopper-*.adyen.com requests are conclusive.
  • Type AdyenCheckout in the console to confirm the constructor.
  • Inspect card fields for Adyen checkout-domain iframes.
  • Note the -live vs -test host suffix for the environment.
  • Observe the range of local payment methods to infer target markets.
  • Identify the underlying enterprise commerce platform as corroboration.

Why Adyen almost always means enterprise scale

Among all the payment signals, Adyen is one of the most decisive for qualifying an account, because Adyen simply does not sell to small merchants the way Stripe, Square or PayPal do. Its commercial model — interchange-plus pricing, contractual onboarding, a single platform spanning online, in-app and in-store across dozens of countries — is built for businesses processing large volumes in multiple markets. So when you find checkoutshopper traffic, you are almost certainly looking at a major retailer, an airline or travel brand, a marketplace, or a large subscription or platform business. The find alone meaningfully pre-qualifies the company as enterprise.

The checkout details let you go further. The breadth and locale-awareness of the payment methods Adyen presents — iDEAL for the Netherlands, Klarna across Europe, Alipay and WeChat Pay for China, Boleto for Brazil, local card schemes elsewhere — effectively map the markets the merchant operates in, which is rare and valuable competitive intelligence. The combination of Adyen with an enterprise commerce platform, an enterprise CDN and a consent-management platform for multi-jurisdiction compliance confirms the scale. For enterprise sellers, partners and analysts, recognising Adyen rather than mistaking it for a generic gateway changes how you size and approach the account entirely: this is a global, high-volume operation with a sophisticated payments strategy and the budget that implies, and the specific methods on display hint at where in the world its revenue comes from.

Detecting Adyen at scale

Checking one site is quick, but finding enterprise merchants on Adyen across a sector — to build an enterprise prospect list — calls for automation. StackOptic detects Adyen and thousands of other technologies from a real browser, including enterprise checkout integrations. For related reading, see our guide to finding out what payment processor a website uses and the full Adyen technology profile.

Frequently asked questions

What is the fastest way to detect Adyen?

On a checkout page, open the Network tab and filter for 'adyen'. Adyen's Web Components load assets and call APIs on checkoutshopper-live.adyen.com (or checkoutshopper-test.adyen.com in test mode). Those requests, plus the global AdyenCheckout constructor, are the definitive signals.

What is AdyenCheckout?

AdyenCheckout is the global constructor exposed by Adyen's Web Components (the Drop-in and Components integration). The merchant initialises it to render payment methods. Typing AdyenCheckout in the console and getting a constructor back confirms an Adyen integration is present.

What is checkoutshopper-live.adyen.com?

It is the domain Adyen's client-side checkout uses to load component assets and make API calls during payment. The 'live' host indicates production; checkoutshopper-test.adyen.com indicates test mode. Requests to either are a strong, characteristic Adyen signal.

Why is Adyen associated with large companies?

Adyen is an enterprise payment platform built for global scale, unified commerce and many local payment methods, with pricing and onboarding aimed at larger merchants. As a result it is most often found behind major international retailers, marketplaces, travel brands and large subscription businesses.

What does it mean if a site uses Adyen?

Adyen signals a large, often global business processing significant payment volume across multiple markets and payment methods. Finding it indicates an enterprise merchant with a sophisticated, international checkout and a substantial revenue operation.

Analyse any website with StackOptic

Get the full technology stack, performance, security and SEO report in seconds — free.

Analyse a website

Related articles