エージェント型コマースの仕組み非公開プレビュー
エージェント コマースを実現する概念についてご紹介します。
An agent manages transactions between a seller and buyers within an AI interface. It maintains pre-existing relationships with customers, such as their preferences, payment methods through existing subscriptions, and customer details. This information enables the agent to make real-time and actionable purchase recommendations directly within the AI interface, helping to improve conversion rates and leading to high-intent purchases.
概要
AI インターフェイス内で、エージェントは買い手と売り手が対話して製品を発見し、取引を実行するのを支援します。エージェントは、支払い方法を安全に管理するために 共通決済トークン を発行します。
売り手
Sellers are either individual businesses or platforms made up of multiple sellers, and typically provide e-commerce goods, subscriptions, digital content, or API functions. As a seller, you can use the agent as your sales channel to offer your products.
AI agents
Agents are LLM-powered applications which, among many things, can discover and recommend products for purchase. For example, an AI agent can, through a user interface, display products in response to a user prompt. Typically, buyers have an account or subscription with the AI agent.
The AI agent creates a Customer object for each buyer, and stores their payment information, enabling a more streamlined checkout process.
共有決済トークン
Agents issue a Shared Payment Token with the API, which is a scoped grant of a payment method. A seller can use Shared Payment Tokens directly in PaymentIntents flows, and outside of Stripe through virtualization.
売り手であるあなたには、共有決済トークンが固有に付与されており、それがあなたの取引に対してのみ使用されることが保証されています。支払いプロセスのセキュリティと管理を提供するために、共有決済トークンには使用状況制限と有効期限が含まれています。さらに、実際の PAN やその他の未加工の認証情報が含まれることはありません。
詳細については、共有決済トークンをご覧ください。
取引処理する
This diagram outlines the transaction process between AI agents and buyers, showing how you register and process payment methods.
- 買い手は、既存のサブスクリプション関係を通じて、または新しい支払い方法として、エージェントに決済手段を提供します。
- エージェントは、Stripe を呼び出して、共通決済トークンを発行します。このリクエストは、共通決済トークンを受け取る売り手、取引金額、および決済手段を指定します。
- エージェントは、公開済みの API を介して、共通決済トークンと取引金額を売り手に送信します。
- Stripe アカウントの共有決済トークンを使用してPaymentIntentを作成し、Stripe が取引をプロセスします。