What is Stripe agentic commerce?
Stripe uses “agentic commerce” for several ways that agents can participate in buying and selling. These include seller integrations for agent platforms, scoped payment credentials, and machine payments for APIs or services. They are not one universal switch, and some features or agent-side capabilities remain in preview.
Use the Agent Business Readiness Scan to identify organization, authority, provider, and merchant gaps. For a scoped implementation, see Agent Merchant Activation.
Which Stripe path matches which job?
| Business job | Relevant Stripe surface | Important boundary |
|---|---|---|
| Make a catalog available to shopping agents | Seller agentic-commerce integration using supported commerce protocols | Catalog and eligibility requirements apply |
| Let an agent present or complete checkout | ACP or UCP based flows supported by the current program | Agent-side features and programs may be preview or restricted |
| Pass a bounded buyer payment credential | Shared Payment Tokens | The token is scoped; it is not a reusable raw card credential |
| Charge for a programmatic API or resource | Machine payments using x402 or MPP | Product, geography, asset, and preview availability vary |
| Sell a high-touch professional service | Standard Checkout, Payment Element, invoice, or subscription | Use human review, quotes, deposits, and explicit milestones |
Stripe’s current documentation distinguishes selling through agents from accepting machine payments. It lists UCP or ACP for agent-platform commerce and MPP or x402 for machine payments. (Stripe, Agentic commerce)
What are ACP and UCP?
The Agentic Commerce Protocol, or ACP, defines building blocks for agent-driven catalog, checkout, delegated payment, delegated authentication, orders, and webhooks. Stripe describes it as an open standard created with OpenAI and Meta. (Stripe, Agentic Commerce Protocol)
The Universal Commerce Protocol, or UCP, defines common commerce capabilities and transport bindings for platforms and businesses. Its specification includes discovery, checkout, identity linking, payment handlers, and order updates. The business remains responsible for its offer and merchant role. (Universal Commerce Protocol)
Protocol compatibility does not mean a particular agent platform accepts every category, country, or service. Verify current program policy and account eligibility before promising distribution.
What are Shared Payment Tokens?
Shared Payment Tokens are scoped payment credentials for agent-initiated purchases. The buyer or agent side creates the credential under Stripe’s rules, and the seller uses it for the permitted payment context. This reduces the need to expose the underlying payment method to the agent or merchant integration. (Stripe, Shared Payment Tokens)
A token is not the complete authority system. The business should still know which organization and controller authorized the purchase, which agent initiated it, the maximum amount, the merchant or use restriction, the expiry, and the incident path.
What must a seller prepare?
Agentic checkout starts with ordinary merchant discipline:
- Accurate business profile. Legal entity, website, support contact, refund policy, and truthful category.
- Canonical catalog. Stable IDs, names, descriptions, prices, currency, availability, eligibility, and current URLs.
- Server-authoritative pricing. The client or agent cannot choose the final amount.
- Clear checkout state. Taxes, fees, discounts, fulfillment, and customer disclosures are resolved before completion.
- Verified payment events. Fulfillment follows server-side API state and signature-verified webhooks, not a browser success URL.
- Idempotent fulfillment. Retries and duplicate events do not create duplicate orders or deliver twice.
- Delivery evidence. The order records what was promised, charged, delivered, and when.
- Refund and dispute handling. The same customer protections apply when an agent initiates the purchase.
- Support routing. A person or system can resolve failed checkout, delivery, refund, and identity questions.
Stripe’s seller documentation covers catalog setup, checkout integration, order data, webhooks, testing, refunds, and disputes. (Stripe, Sell through agents)
Should formation and activation services use machine payments?
Usually not as the first path. LLC formation, EIN coordination, identity review, and custom authority work are high-touch services with customer documents, government fees, provider decisions, and irreversible milestones. A normal Stripe Checkout, Payment Element, invoice, or subscription provides clearer disclosures and refund handling.
Machine payments are more natural for deterministic resources such as an API call, a small report, or a verification lookup with a defined output. Even then, validate the request before charging and return a receipt that ties payment to delivery.
Does a business need Stripe Connect?
Not merely because an agent is involved. Connect is intended for platforms and marketplaces that manage payments or payouts across connected accounts. A business selling its own services can normally use standard Stripe payments.
Adding Connect creates account onboarding, responsibility, fee, dispute, loss, and platform-risk decisions. Use it only if the business actually operates a provider network that needs connected-account funds flows.
What should be tested before launch?
Test the complete deployed flow in a Stripe sandbox and then with a controlled live transaction where appropriate:
- correct and stale catalog data;
- supported and unsupported service eligibility;
- valid, expired, and wrongly scoped credentials;
- price change between discovery and checkout;
- duplicate checkout or webhook delivery;
- payment success with fulfillment failure;
- refund before work and non-refundable pass-through fees after submission;
- customer support and dispute routing;
- removal or suspension of the agentic surface.
Do not claim ACP, UCP, x402, MPP, or agent-platform support until a live end-to-end path has passed with the exact account and product category.
What is the next step?
List the service, target agent channel, customer, price rule, payment method, fulfillment milestone, refund boundary, and provider eligibility. Run the readiness scan, then request an Agent Merchant Activation assessment for catalog normalization, checkout readiness, conformance, and a controlled test purchase.
Last updated August 2026. Stripe features, previews, eligibility, protocols, countries, and pricing can change. Confirm current Stripe documentation and your account before making customer commitments. This is not legal, tax, financial, or security advice.
Primary sources: