Glossary

AP2: Agent Payments Protocol

Google's sister protocol to UCP. AP2 handles secure agent-led payments while UCP orchestrates the broader purchase lifecycle.

Last updated 2026-06-03

In detail

Where ACP carries its payment layer through Stripe's Shared Payment Token and the Delegate Payment endpoint at POST /agentic_commerce/delegate_payment, the Google stack separates payments cleanly. UCP handles checkout-lifecycle: POST /checkout-sessions, PUT updates, completion, cancel. AP2 handles the credential layer that funds the completion.

The separation matters operationally. A merchant implementing UCP does not also need to design payment-instrument handling from scratch; AP2 provides the contract, and supported PSPs implement against it. For a Shopify brand using Shopify Agentic Storefronts, both layers are wrapped inside the channel — the merchant does not touch UCP or AP2 directly.

Why it matters

The clean split between protocol-layer and payments-layer is what lets the Google stack support multiple PSPs without rewriting UCP. For Shopify brands, the practical implication is that the payments side of agentic commerce is not under their control — it lives between Google, the PSP, and the buyer's payment instrument. The merchant's job is the catalog, the feed, the endpoints, and the fulfillment.

Related terms

Ask AI about AP2

Have your favorite AI engine summarize this for your specific use case.

Frequently asked questions

What problem does AP2 solve?
It separates payments from the broader UCP lifecycle. UCP handles cart and completion; AP2 handles payment instrument presentation, scoping, and settlement when an agent transacts on a buyer's behalf.
Is AP2 the same as Stripe's Delegate Payment in ACP?
They solve overlapping problems but belong to different stacks. Stripe's Delegate Payment sits inside ACP and issues vault tokens for OpenAI's stack. AP2 is Google's payments protocol that sits alongside UCP.
Who implements AP2 today?
AP2 is a Google-led specification. PSP-specific support is not comprehensively listed on any single page as of 2026-06-03. Check ucp.dev for current partner status.