AI Solutions11 min readAugust 21, 2026Jasmine Lovalace

AI Agent Payment Protocols in 2026: ACP, AP2, Visa Trusted Agent Protocol, and Mastercard Agent Pay Compared

Four different standards now govern how an AI agent pays for goods on a shopper's behalf: OpenAI and Stripe's Agentic Commerce Protocol, Google's AP2, Visa's Trusted Agent Protocol, and Mastercard Agent Pay. What each one actually does, how they differ, and what a Canadian Shopify or HubSpot merchant needs to check before agent traffic starts hitting checkout.

Four separate standards now govern how an AI agent can pay for something on a shopper's behalf: OpenAI and Stripe's Agentic Commerce Protocol, Google's AP2, Visa's Trusted Agent Protocol, and Mastercard Agent Pay. None of them do the same job, none of them are consolidated into one standard yet, and almost none of them require a Canadian merchant to build anything directly. This guide covers what each one actually does, how they differ, and the short, practical checklist worth working through in 2026.

This is the layer sitting underneath the discoverability changes covered in Shopify Agentic Storefronts and the broader shift described in agentic commerce. Those posts cover an agent finding and recommending your products. This one covers how the actual payment gets authorized once it does.

01. The Quick Answer: Four Standards, Four Different Jobs

  • ACP: how an agent requests and completes a purchase using a delegated payment token, built by OpenAI and Stripe.
  • AP2: Google's cross-network protocol for authorizing payments an agent initiates without a person clicking buy, now governed by the FIDO Alliance.
  • Visa Trusted Agent Protocol and Mastercard Agent Pay: network-level trust and credential layers that verify an agent is legitimate, not a scraper or a fraudulent bot.
  • Best first move: confirm what your existing payment processor already supports before assuming any of this needs new engineering work.

02. At a Glance: ACP, AP2, Visa TAP, and Mastercard Agent Pay Compared

ProtocolLed byWhat it governsStatus in 2026
ACP, Agentic Commerce ProtocolOpenAI and StripeHow an agent requests and completes a purchase using a delegated payment tokenLive in ChatGPT commerce integrations with merchants including Shopify and Etsy sellers
AP2, Agent Payments ProtocolGoogle, now with the FIDO AllianceCross-network authorization for human not present payments across cards, bank transfers, and stablecoinsVersion 0.2.0 shipped April 2026, donated to FIDO Alliance for neutral governance
Visa Trusted Agent ProtocolVisa and CloudflareVerifying an AI agent's identity so merchants can separate real shopping agents from bots and scrapersTargeting mainstream rollout by the 2026 holiday shopping season
Mastercard Agent Pay, including Agent Pay for MachinesMastercardAgent payment credentials plus on-chain permissioning for machine to machine transactionsExpanded June 2026 with more than 30 partners, including Coinbase, Stripe, and Adyen

Why it matters: ACP and AP2 decide how a payment gets authorized, while Visa's and Mastercard's protocols decide whether the agent making the request should be trusted at all. A merchant can be affected by the trust layer well before ever touching a payment authorization spec directly.

03. Why This Matters Now, Not Just for Large Enterprises

Shopify's own agentic storefront channels are already live for eligible merchants, which means AI-driven shopping traffic is reaching Canadian stores whether the payment protocols behind it are finalized or not. Every major payment network and AI lab shipped real movement on this in 2026: ACP's latest spec build in April, AP2's version 0.2.0 the same month followed by the FIDO Alliance handoff, Visa targeting the 2026 holiday season for Trusted Agent Protocol, and Mastercard expanding Agent Pay for Machines to more than 30 partners in June. None of that activity is limited to large retailers with dedicated engineering teams.

Why it matters: a small Canadian manufacturer or DTC brand selling on Shopify is exposed to this whether or not it has done anything specific to enable it, since the trust and payment layers sit underneath the platform, not on top of it.

04. ACP: OpenAI and Stripe's Protocol, and What the Instant Checkout Pullback Actually Meant

The Agentic Commerce Protocol is an open specification, built jointly by OpenAI and Stripe, that defines how an AI agent requests a purchase and completes it using a delegated payment token rather than handling a shopper's card details itself. It is the plumbing behind ChatGPT's commerce integrations with merchants, including Shopify and Etsy sellers, and it is designed so other AI platforms and payment providers can adopt it too, not just OpenAI and Stripe.

Why it matters: OpenAI scaling back its original Instant Checkout ambitions was a change to a specific consumer-facing feature, not the end of ACP itself. The protocol still exists and still moves purchases through it, even though the earlier vision of a purchase completing entirely inside a chat window did not hold up as originally pitched.

05. AP2: Google's Cross-Network Protocol and the Move to the FIDO Alliance

AP2, the Agent Payments Protocol, takes a broader approach than ACP. Rather than being built around one specific commerce integration, it defines how a payment initiated by an agent instead of a person, what Google calls a human not present payment, gets authorized across any payment rail: cards, bank transfers, or stablecoins. Google shipped version 0.2.0 in April 2026 and then donated the protocol to the FIDO Alliance, the same body behind passkey standards, so it would be governed as a neutral, cross-industry standard rather than staying tied to one company's roadmap.

Why it matters: a protocol governed by an industry body instead of a single vendor is more likely to become the kind of shared standard that payment processors and platforms eventually build support for by default, similar to how passkeys spread once FIDO took them on.

06. Visa Trusted Agent Protocol and Mastercard Agent Pay: The Trust Layer Underneath

Visa's Trusted Agent Protocol, built together with Cloudflare, solves a different problem than ACP or AP2. Instead of governing how a payment is authorized, it verifies that an AI agent making a request is actually a legitimate shopping assistant and not a scraper, a credential-stuffing bot, or a fraudulent script. Visa is targeting mainstream rollout in time for the 2026 holiday shopping season. Mastercard Agent Pay covers similar ground for its own network, and Mastercard expanded the program in June 2026 with Agent Pay for Machines, adding on-chain permissioning across networks including Polygon, Solana, and Base for more than 30 partner companies, among them Coinbase, Stripe, and Adyen, so agents can transact machine to machine without a person approving each individual purchase.

Why it matters: this trust layer is the one most likely to affect a small Canadian merchant first, since it directly decides whether a fraud rule or a firewall blocks legitimate AI shopping traffic before an actual payment protocol ever comes into play.

07. Do You Need to Integrate Any of This Yourself?

For nearly every Canadian manufacturer, wholesaler, retailer, or DTC brand, the answer is no, not directly. Shopify, Stripe, and the major card networks are the ones implementing ACP, AP2, and the network trust layers into the checkout and payment infrastructure merchants already use. A store does not need custom code to accept ACP-based payments any more than it needed custom code to accept a new card network years ago. The real, practical work is confirming current support with your processor and platform, and making sure fraud rules and analytics can tell agent-driven orders apart from ordinary traffic instead of quietly blocking or mislabeling them.

Why it matters: treating this as a build problem wastes engineering time a small business does not have. Treating it as a configuration and monitoring problem is the accurate read for 2026.

08. A Checklist for What to Actually Do in 2026

  • Ask your payment processor which protocols it already supports. Stripe, and the major card networks issuing cards to your Canadian customers, are the ones implementing ACP, AP2, and the network trust layers underneath your checkout. Confirm current support rather than assuming any specific protocol is or is not active on your account.
  • Separate bot-blocking from agent-blocking in your fraud and security rules. A rule written to stop scrapers and credential-stuffing bots can just as easily block a legitimate AI shopping agent acting on a real customer's behalf. Review current fraud rules and firewall settings, including Cloudflare configuration if you use it, with this distinction in mind.
  • Do not commit engineering time to a single protocol yet. ACP, AP2, and the two network-level trust protocols are not consolidated into one standard, and it is still unclear which will dominate for a given use case. Treat direct protocol integration as premature unless you are already selling actively through a specific AI commerce channel.
  • Tag and monitor orders that arrive through AI shopping channels. Whether traffic is arriving through Shopify's agentic storefront channels or a future protocol-driven checkout, tag it separately in your analytics so you can see conversion rate, average order value, and return rate differences early rather than discovering them months later.
  • Keep product data and payment settings accurate regardless of protocol. Every one of these standards depends on an agent being able to read accurate pricing, tax, and availability data and complete a payment against settings that are actually current. That groundwork pays off no matter which protocol ends up carrying the transaction.

Why it matters: almost every item on this list is a configuration, monitoring, or fraud rule review, not a development project, which keeps it realistic for a lean team to work through this year.

09. How AtlanticWorks Helps

AtlanticWorks is a certified Shopify, HubSpot, Google, and Salesforce partner working with manufacturers, wholesalers, retailers, and DTC brands across Atlantic Canada, the rest of Canada, and the US. We audit which of these agent payment and trust protocols are already active on your Shopify and payment processor setup, review fraud rules so legitimate AI shopping traffic is not blocked at checkout, and connect the resulting order data back into your CRM so sales and finance can see agent-driven orders clearly. It starts with a free assessment of your current checkout and payment setup.

10. Key Takeaways

  • ACP, built by OpenAI and Stripe, governs how an agent requests and completes a purchase using a delegated payment token, and it is already live in ChatGPT commerce integrations.
  • AP2, Google's cross-network protocol, authorizes human not present payments across cards, bank transfers, and stablecoins, and was donated to the FIDO Alliance in 2026 for neutral governance.
  • Visa's Trusted Agent Protocol and Mastercard's Agent Pay operate at the identity and trust layer, verifying that an AI agent is legitimate rather than a scraper or fraudulent bot.
  • Mastercard Agent Pay for Machines extends agent payments to machine to machine transactions, expanding in June 2026 with more than 30 partners including Coinbase, Stripe, and Adyen.
  • Almost none of this requires a Canadian merchant to build anything directly. The practical work is confirming what your processor already supports and keeping fraud rules from blocking legitimate agent traffic.

11. Frequently Asked Questions

What is the Agentic Commerce Protocol (ACP)?

ACP is an open specification built by OpenAI and Stripe that defines how an AI agent requests and completes a purchase on a shopper's behalf, using a delegated payment token instead of handling a shopper's raw card details directly. It is the protocol behind ChatGPT's commerce integrations with merchants including Shopify and Etsy sellers. ACP itself still exists even though OpenAI scaled back its original Instant Checkout ambitions, since discovery, recommendation, and the checkout mechanics are separate layers of the same system.

What is Google's AP2, and how is it different from ACP?

AP2, the Agent Payments Protocol, is Google's cross-network specification for authorizing what it calls human not present payments, purchases initiated by an agent rather than a person clicking buy. Unlike ACP, which grew out of a specific commerce integration, AP2 is designed to work across any payment rail: cards, bank transfers, or stablecoins, and Google donated it to the FIDO Alliance in 2026 so it would be governed as a neutral industry standard rather than a single company's product.

What does Visa's Trusted Agent Protocol actually verify?

Visa's Trusted Agent Protocol, built together with Cloudflare, operates at a different layer than ACP or AP2. Instead of governing how a payment is authorized, it verifies that an AI agent making a request is actually who it claims to be, distinguishing a legitimate shopping assistant from a scraper or a fraudulent bot. Visa has targeted mainstream rollout in time for the 2026 holiday shopping season, since merchants need a reliable way to tell agent traffic apart from other automated requests hitting their storefronts.

What is Mastercard Agent Pay for Machines?

Mastercard Agent Pay is the network's own agent payment credential system, and Agent Pay for Machines extends it to machine to machine transactions, where one automated system pays another with no person approving the individual purchase. Mastercard expanded the program in June 2026 with more than 30 partner companies, including Coinbase, Stripe, and Adyen, adding on-chain permissioning across networks such as Polygon, Solana, and Base for agents that need to transact using crypto rails alongside traditional card payments.

Do Canadian Shopify or HubSpot merchants need to integrate these protocols themselves?

Almost never directly. These protocols are built into the platform and payment processor layer, meaning Shopify, Stripe, and the major card networks are the ones implementing ACP, AP2, and the network trust layers, not individual merchants. The practical work for a Canadian manufacturer, wholesaler, or DTC brand is confirming which of these are already active on their existing Shopify and payment processor setup, and making sure their fraud rules and analytics can tell agent-driven orders apart from ordinary traffic.

Which protocol should a small Canadian business actually pay attention to right now?

For most small and mid-sized Canadian sellers, the identity and trust layer, Visa's Trusted Agent Protocol and the equivalent Mastercard controls, matters more in the short term than the payment authorization spec itself, since it directly affects whether legitimate AI shopping traffic gets blocked as bot activity or fraudulently flagged at checkout. ACP and AP2 matter more once a store is actively selling through an AI assistant's commerce integration. None of the four are consolidated into one standard yet, so treat 2026 as a year to monitor rather than a year to commit engineering resources to any single protocol.

These four protocols, their governance, and their rollout timelines are new and still changing. Treat the specifics in this guide as current at time of writing, and confirm today's status with your payment processor and platform before making a technical or fraud policy decision.

Not sure which of these protocols already touch your checkout?

AtlanticWorks runs a free assessment of your Shopify and payment processor setup, checks which agent payment and trust protocols are already active, and reviews your fraud rules so legitimate AI shopping traffic gets through instead of getting blocked.

Start the Assessment