Back to Blog
AI

When AI Agents Pay for You: Preparing Enterprise Systems for Agentic Commerce

With Google's AP2, the OpenAI×Stripe protocol, and Amazon's 'Buy for Me,' infrastructure for agent-initiated payments is coming together fast. Here is what enterprise systems need to prepare — from mandate-based delegation to machine-readable product data, fraud-detection recalibration, and audit logging.

POLYGLOTSOFT Tech Team2026-08-278 min read0
Agentic CommerceAI Agent PaymentsAP2E-commerceDelegated Authority

The Buyer May Not Be a Human

E-commerce has always been designed on one assumption: there is a person in front of the screen. Over the past year, that assumption has started to break. Transaction flows in which an agent handles not just discovery and comparison but the payment itself are now being built into real infrastructure.

Google published AP2 (Agent Payments Protocol), drawing in more than 60 payment networks, card issuers, and technology partners, and has since expanded the conversation toward a broader universal commerce layer. OpenAI and Stripe released an agentic commerce protocol that lets a purchase complete inside a conversation. Amazon shipped 'Buy for Me,' which purchases items from third-party merchants on the user's behalf.

These are competing specifications, but they point the same direction. When dozens of financial institutions attach their names to a single protocol, the discussion has moved past demos and into settlement, disputes, and liability.

The Core Concept: Mandates and Delegated Authority

The central idea in agentic commerce is the mandate. The user approves once, and the agent then transacts within a defined ceiling, category, and merchant scope — for example, 'up to 200,000 KRW per month, household goods, approved merchants only,' recorded as a signed condition.

Three design points matter most.

  • Separating intent from cart: What the user approved is an intent — what they want to buy. The actual cart contents are a separate signed object. Keeping them apart is what makes it mechanically possible to detect an order that exceeded the approved scope.
  • Non-repudiation: Every step must be cryptographically signed so that a later claim of 'I never authorized that order' can be resolved with evidence.
  • Tokenization: The agent never receives an actual card number. Only a scope-limited payment token is passed along.
  • Can an Agent Actually Read Your Service?

    The first question for an enterprise is not payment integration. It is machine readability.

  • Are your product, inventory, and pricing data exposed in machine-readable form — structured feeds, public APIs, Schema.org markup?
  • Is there logic that exists only behind the human UI, such as coupon eligibility rules, per-option surcharges, or remote-area shipping fees? A final price computed only in the browser is a blind spot for an agent. When the price an agent calculated differs from the amount actually charged, that order becomes a dispute.
  • Is your bot-blocking policy still fit for purpose? A rule that blocks all crawlers now also blocks the agents that would bring you revenue. Replace the block-or-allow binary with identity-based allowlists and rate limits.
  • Risks and Control Points

  • Erroneous and duplicate orders: Automatic agent retries can submit the same order twice. Idempotency-key-based order creation is not optional; it is a precondition. Terms of service must also state whether refund liability sits with the user, the agent operator, or the merchant.
  • Recalibrating fraud detection: Existing FDS rules flag unusually fast input in the middle of the night as a risk signal. Agent transactions look exactly like that. Leaving human-calibrated rules in place will block legitimate orders at scale.
  • Audit logs: You must be able to prove after the fact who approved what scope, when, and under which signature the order was formed.
  • A Phased Readiness Checklist

  • Now: Audit product feed consistency and clean up pricing and inventory APIs. Low cost, with immediate spillover benefits for search and ad quality.
  • Next: Separate order and settlement logic for delegated-payment scenarios, and harden idempotency, cancellation, and partial-refund paths.
  • Later: Instrument agent traffic as its own acquisition channel and analyze conversion, average order value, and return rates separately from human traffic.
  • How POLYGLOTSOFT Approaches It

    Doing nothing until the standards settle is risky. Betting everything on one specification is equally risky. POLYGLOTSOFT recommends an incremental transition that layers machine readability onto your existing storefront and order systems rather than replacing them. Start with work that stays valuable no matter which specification wins: feed normalization, extracting pricing logic into an API, and idempotent order processing.

    A subscription development model fits this kind of change particularly well. A dedicated monthly team responds only as fast as the standards actually solidify, so you do not need to lock every requirement up front the way a large SI contract demands. If you need a roadmap for agentic commerce readiness, contact POLYGLOTSOFT.

    Need Technical Consultation?

    Our expert consultants in smart factory, AI, and logistics automation will analyze your requirements.

    Request Free Consultation