惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Agents can pay. They can't prove they were supposed to.
Pico · 2026-05-08 · via DEV Community

Pico

On May 7, AWS launched AgentCore Payments in preview. Coinbase x402 plus Stripe. Agents can now purchase APIs, MCP servers, paywalled content, and data feeds mid-task, executing through payment rails without interrupting their reasoning loop. The system handles protocol negotiation, retries, and settlement automatically.

That's the payment problem solved. Production-grade. Backed by Coinbase, Stripe, and the card network infrastructure underneath both.

Which makes the other problem harder to ignore.

Monica Eaton, CEO of Chargebacks911, said it directly this week: "The payments industry has always treated the click as the signal of intent. Agentic commerce removes the click. So now we need a new way to prove intent when a human was not directly involved."

That new way doesn't exist yet.


A standard transaction dispute works like this: the customer went to checkout, clicked confirm, the processor logged a timestamp. If the customer later claims they didn't authorize it, you compare the click to the claim. The click wins most of the time.

Agent-executed transactions don't have a click. The customer granted permission to an agent, potentially days or weeks before the purchase occurred, set a spending limit, and walked away. The agent bought something. No human was present at the moment of execution.

Later, the customer sees the charge. Says: "I didn't want that." What's the evidence? The agent's internal logs, if anyone thought to preserve them. The session's spending limit config, if it's accessible. Maybe nothing.

Donald Kossmann, CTO of Chargebacks911, put the gap plainly: "Without that record, disputes in agentic commerce become almost impossible to arbitrate fairly."


AWS's design is worth reading carefully here. Per-session spending limits, explicit wallet authorization before any transaction, full traceability through the AgentCore console. They know trust is a problem and built real safeguards.

But those safeguards live inside one platform. When a dispute crosses platform boundaries, the safeguards don't cross with it. The merchant sees a completed payment. The customer sees a line item. Neither party has a neutral record of what the agent was authorized to purchase, within what constraints, and whether the executed transaction stayed inside them.

Three card networks are actively building agent-ready payment flows. McKinsey projects $3-5 trillion in annual agentic commerce by 2030. 43% of retailers are already piloting autonomous AI. Payment rails are scaling fast.

The dispute layer doesn't exist.


This is structural, not edge-case.

Every layer of traditional payment trust assumes a human at the point of transaction. Cardholder-initiated. Card-present. Regulatory frameworks, chargeback rules, and fraud detection heuristics all optimize for a person pressing a button.

Agents don't press buttons. They execute pre-granted permissions.

The evidence that resolves a dispute isn't "did the transaction occur." That part is easy to establish. The evidence that matters is: what was this specific agent authorized to purchase, at what time, within what constraints? That requires a timestamped, verifiable record of behavioral scope, produced at transaction time, accessible to both parties.

Nobody is producing that today.

Payment infrastructure is production-ready. Trust infrastructure is an open problem. These are separate layers, and payment readiness doesn't automatically create trust readiness. Companies building agent commerce infrastructure right now are making a choice about which layer they're actually building, whether they've thought about it or not.

If you're working on the behavioral audit side of this, there's work being done at agentlair.dev.