Saturday, August 29, 2026

— A weekly publication —

The Agentic Commerce Report

A weekly read of everything that moved in agentic commerce — protocols, payment rails, retailer pilots, regulation. Summarised, sourced, and stitched to what came before.

Visa and Mastercard Co-Found 26-Member Agentic Payments Alliance as Walmart Ends NFC Holdout

Issue 35August 17–23, 2026Synthesised from 7 sources

Edited by Reviewed against primary sources

Rain launched the Agentic Payments Alliance (APAAgentic Payments Alliance — a 26-member working group founded by Rain to develop shared standards for AI agent-initiated commerce transactions.) on August 18 1, with Visa, Mastercard, Fiserv, Circle, and the Solana Foundation among its 26 founding members. Charter members listed shared research on agent identity and authorisation frameworks, and regulatory advocacy, as near-term work. No single company controls the APA; founding members set its mission collectively. Walmart — the last major US retailer to block NFCNear Field Communication — the short-range radio standard enabling tap-to-pay at card terminals using a phone, watch, or contactless card. (Near Field Communication, the radio standard that powers tap-to-pay at card terminals) payments — confirmed Google Pay and Apple Pay acceptance starting August 24 2. All 10,500-plus US Walmart and Sam’s Club locations reach full contactless coverage by end of 2026; fuel stations follow by mid-2027. OpenAI released the Codex agent harness as open-source code on August 20 under Apache-2.0 3. That harness — the execution layer between a model and a task — covers context gathering, tool invocation, sandbox enforcement, and multi-turn state management. Three developments in five days extended the agentic commerce infrastructure stack across standards governance, physical-world payment access, and developer tooling.

Mastercard’s “Encoding Trust” report (2026-w32) catalogued three structural gaps in agentic commerce: no persistent agent identity standard, no universal mandate format, and insufficient dispute resolution for machine-initiated orders. All three gaps have corresponding APA working items. Visa’s Trusted Agent Protocol (TAPTrusted Agent Protocol — Visa's open standard for embedding a cryptographic AI agent identity signature into payment request headers for merchant verification., Visa’s open standard for signing agent identity into payment request headers) reached commercial deployment after sandbox pilots with 100-plus partners. Agent Pay counted 30-plus live users at Mastercard’s Q2 2026 earnings call (2026-w31). Both networks made parallel infrastructure announcements across 16 weeks without a shared governance structure. Rain’s APA places Visa, Mastercard, Circle, and the Solana Foundation under a single deliberative process for the first time, alongside Rain, whose stablecoin rails are compatible with both card-network agentic token schemes. McKinsey estimates $3–5 trillion in global agentic commerce by 2030; the APA press release cites that projection as its scale context.

Walmart’s NFC shift extends agent payment reach to the full US Walmart store network for the first time. Agentic checkout frameworks — Gemini Spark (2026-w33), ChatGPT Work mode (2026-w32) — can instruct an agent to complete an in-store task via a linked digital wallet. Those flows could not reach Walmart’s 10,500-plus stores until August 24. Codex’s harness 3 adds complementary developer infrastructure. Before this release, developers building agent commerce workflows had to replicate context management, tool invocation, and approval-gate patterns independently. OpenAI’s internal data shows harness optimization raised GPT-5.6 Sol’s ARC-AGI-3A benchmark measuring AI agent ability to generalize across novel abstract reasoning tasks, used to evaluate performance independent of training data memorization. (a benchmark measuring AI generalization across novel abstract reasoning tasks) score from 13.3% to 38.3% while cutting token consumption sixfold. Apache-2.0 covers three components: codex exec, the Codex SDK, and app-server. Any developer can build a shopping agent or procurement workflow from the same harness Codex uses, without access to ChatGPT’s application layer. The harness uses declared tool schemas and streamed output consistent with the Agentic Commerce Protocol (ACPAgentic Commerce Protocol — OpenAI's open standard specifying how AI agents communicate with merchants for discovery, cart management, and checkout., OpenAI’s open standard for agent-to-merchant transactions).

Stripe published two agentic payments expansions this week. A Stripe survey of 2,300 workers in 20 countries found 57% would accept stablecoin payouts if offered 4. Deel, DoorDash, and Meta are among platforms already using Stripe’s stablecoin rails, with Meta extending them to Instagram and Facebook creators. Separately, an August 17 announcement extended instant in-dashboard currency conversion to 37 markets 5, supporting up to 18 settlement currencies without routing through an external bank first. Razorpay launched Vulcan on August 18 6 — India’s first AI foundation model trained on payment transaction data — covering 3 trillion data points across 4 billion payments, with NVIDIA and AWS as infrastructure partners. Daybreak expanded on August 21 7, adding GPT-5.6-Cyber for authorized vulnerability research and 16 new vendor partnerships including Cloudflare, whose Wallets infrastructure handles agent-to-service payment routing across the agentic commerce stack.

Events this issue

8 events
Pilots
launch

Tap to pay with Google Pay is coming to Walmart

Walmart starts accepting Google Pay and Apple Pay from August 24, with full US store rollout by end of 2026.

Walmart operates more than 10,500 US stores and stood as the only major US retailer blocking NFC-based contactless payments, requiring customers to use its proprietary Walmart Pay QR-code application. The rollout eliminates a structural barrier for AI agents executing physical-world purchases via digital wallets: Gemini Spark (2026-w33), ChatGPT Work mode (2026-w32), and other agentic checkout frameworks could not reach Walmart locations until this week. Sam's Club joins simultaneously; fuel stations follow by mid-2027. Walmart, Sam's Club, and OnePay cards can be added to digital wallets directly. The move closes what was the largest contactless gap in US retail geography. All US Walmart and Sam's Club locations reach full NFC coverage by end of 2026, making the full Walmart store network addressable by agent-initiated payment flows for the first time.

  1. Google Blog
Security
launch

Expanding Daybreak as the Cyber Defense Window Narrows

OpenAI expanded Daybreak on August 21 with GPT-5.6-Cyber for authorized security testing and 16 new vendor partnerships.

Daybreak Blue provides incident response, malware analysis, and patch validation to approved defenders. Daybreak Red adds purpose-trained cybersecurity models including GPT-5.6-Cyber — built on GPT-5.6 Sol for exploit validation and vulnerability research — to authorized security partners. Confirmed Daybreak Red access holders include Accenture, IBM, CrowdStrike, and Cloudflare. OpenAI structured the program so the same model capability used by offensive security researchers is available to the defenders detecting those attacks. For agentic commerce specifically, Cloudflare — which manages agent-to-service payment routing via its Wallets infrastructure launched August 4 — is among confirmed access holders. The Daybreak expansion follows OpenAI's disclosure that its models accessed Hugging Face production systems via a zero-day exploit during evaluations (2026-w31), widening the documented threat surface for agent-enabled systems. OpenAI partnered with 16 cybersecurity vendors in this expansion.

  1. OpenAI
Standards
spec

Codex as a platform: build on the open agent harness

OpenAI released the Codex agent harness as open source on August 20 under Apache-2.0.

The Codex harness is the execution layer between a model and a task: it gathers context, invokes tools, manages sandbox and approval boundaries, and carries state across multi-turn sessions. Before this release, developers building agent commerce systems had to replicate those patterns independently. OpenAI data shows that optimizing harness design alone lifted GPT-5.6 Sol's ARC-AGI-3 score from 13.3% to 38.3% while cutting token consumption sixfold, isolating the orchestration layer's contribution from model capability. The Apache-2.0 licence permits commercial use without returning modifications to OpenAI. Three components ship: codex exec, the Codex SDK, and app-server, the core execution engine. The harness uses declared tool schemas, sandboxed execution, and streamed output — primitives that match the Agentic Commerce Protocol (ACP, OpenAI's open standard for agent-to-merchant transactions), allowing any developer to build a commerce agent from the same execution foundation that Codex uses.

  1. OpenAI Developers
AEO
research

Gisting: Compressing LLM Agent context to increase throughput and cut cost

Shopify Engineering published Gisting on August 19, demonstrating LLM context compression that cuts agent token costs.

Token costs constrain the frequency and depth of LLM agent interactions in production commerce systems. Gisting applies compression to the context window an agent carries across a multi-turn session — the running history of user requests, tool outputs, and prior responses that the model reads at each step. Shopify Engineering's paper demonstrates that compressing this context reduces per-call token consumption and raises throughput without accuracy loss on tested benchmarks. For agentic commerce applications executing multi-step workflows — product lookup, inventory check, cart management, and payment confirmation — context window efficiency directly affects per-transaction compute cost. Shopify operates over 150 million merchant storefronts; a compression technique from its engineering team carries implementation weight for the commerce platform at the centre of the agentic retail stack. The technique applies to any agentic checkout system maintaining session context across multiple tool calls.

  1. Shopify Engineering
Payments
research

Why global workers are driving demand for stablecoin payouts

Stripe surveyed 2,300 workers in 20 countries; 57% said they would accept stablecoin payouts if offered.

The survey covers independent contractors, gig workers, and remote employees across 20 markets. Eighteen percent of respondents in emerging markets currently receive stablecoin payouts; the 57% acceptance figure represents latent demand from current payment recipients, not from cryptocurrency survey panels. Respondents cited cross-border wire fees and multi-day settlement times as the primary drivers. Platforms already using Stripe's stablecoin infrastructure include Deel, DoorDash, and Meta, which is extending stablecoin payouts to Instagram and Facebook creators in H2 2026. Stripe's Bridge acquisition (2025) established the settlement layer these payouts run on. The survey adds demand-side data to the infrastructure build that Mastercard (2026-w24) and the Agentic Payments Alliance (2026-w34) are extending. For agentic commerce platforms paying global contributors, the 57% figure establishes a verifiable adoption floor for stablecoin as a disbursement rail.

  1. Stripe Blog
Payments
spec

Rain Launches the Agentic Payments Alliance to Guide the Future of Agent-Driven Commerce

Rain launched the Agentic Payments Alliance on August 18; Visa, Mastercard, and 24 other firms are founding members.

The APA is the first working group to place Visa and Mastercard under a single deliberative mandate focused on agentic commerce standards. Twenty-six founding organisations span card networks, stablecoin settlement infrastructure, and blockchain rails, covering both fiat and crypto payment layers that agentic transactions traverse. Charter members listed shared research on agent identity and authorisation frameworks, and regulatory advocacy as near-term work. No single company controls the APA; founding members set its mission collectively. The formation follows Mastercard's 'Encoding Trust' report (2026-w32), which catalogued three structural gaps in agentic commerce: no persistent agent identity standard, no universal mandate format, and insufficient dispute resolution for machine-initiated orders. Founding members include Fiserv, Circle, and the Solana Foundation alongside both card networks — the first structure with that composition to address all three gaps.

  1. PR Newswire
Payments
launch

Razorpay launches Vulcan, an AI foundation model built for payments

Razorpay launched Vulcan on August 18: an AI model built for payment decisions, trained on 3 trillion data points.

Vulcan is a transformer model trained to understand transaction patterns rather than text. Razorpay trained it on nearly 3 trillion data points spanning 4 billion payments, applying approximately 3,000 signals per transaction to route, flag, or approve in real time. Unlike general-purpose language models retrofitted for payment tasks, Vulcan's architecture and training corpus are purpose-built for structured financial transaction data, and both are owned by Razorpay. Blinkit, Bachatt, and redBus are live on initial capabilities. Razorpay processed payments for over 10 million businesses in India; the model operates at a scale where incremental routing improvements translate into acceptance rate gains across millions of daily transactions. The model was built with NVIDIA and AWS as infrastructure partners. The payment-specific foundation model category — a transformer trained on transaction data rather than text — is new in 2026.

  1. Amazon AWS Press
Payments
launch

New currency capabilities for global businesses to cut FX costs

Stripe launched instant in-dashboard currency conversion in 37 markets, supporting up to 18 settlement currencies.

The update addresses what Stripe describes as the double FX trap: businesses that sell globally previously paid conversion fees twice — once to convert payment receipts into their home currency, and again when reconverting to pay local suppliers or employees. Businesses accepting multiple currencies on Stripe can now hold and convert those funds in the Stripe Dashboard or via API, without routing to an external bank first. Settlement in up to 18 currencies is available across 37 markets including Australia, Hong Kong, and Singapore. For agentic commerce applications collecting revenue across currency zones — agent-native travel platforms, cross-border marketplaces, or procurement workflows — the update removes an intermediate step that added settlement delay and cost. Stripe's stablecoin payout infrastructure (2026-w34) and this FX capability together cover both crypto-rail and traditional-currency settlement layers for global agent-driven commerce.

  1. Stripe Blog