# ユニバーサルコマース・プロトコル Universal Commerce Protocol (UCP) がプラットフォームを横断してエージェンティックコマースを実現する仕組みを紹介します。 The [Universal Commerce Protocol](https://ucp.dev) (UCP) is an open standard that lets different participants in commerce transactions interoperate, with support for checkout, identity linking, order tracking, and secure payment token exchange (Stripe is a member of the UCP Tech Council). See [ucp.dev](https://ucp.dev) for the full specification. UCP は、コマース向けの組み合わせ可能な構成要素を定義しています。 - **Checkout**: 人の介入の有無にかかわらず、カート管理、税金計算、決済を含む決済フローを作成、管理できます。 - **ID 連携**: OAuth 2.0 ベースの認可により、プラットフォームは買い手に代わって操作を実行できます。 - **注文**: Webhook ベースのライフサイクル更新により、配送、配達、返品のステータスを監視します。 - **決済トークン交換**: プラットフォーム、事業者、認証情報プロバイダーが決済トークンと認証情報を安全に交換できます。 ## Stripe の UCP 向け決済ハンドラー [UCP 決済ハンドラー](https://ucp.dev/latest/specification/payment-handler-guide/)は、取引のすべての参加者間で決済手段を取得、交換、処理する方法を定義します。 ## See also - [UCP 仕様とドキュメント](https://ucp.dev) - [UCP GitHub リポジトリ](https://github.com/Universal-Commerce-Protocol/ucp) - [UCP サンプルとリファレンス実装](https://github.com/Universal-Commerce-Protocol/samples)