acp-payment-handlers
Installation
SKILL.md
ACP Payment Handlers
Before writing code
Fetch live docs:
- Web-search
site:github.com agentic-commerce-protocol rfcs payment_handlersfor the payment handlers RFC - Web-search
site:github.com agentic-commerce-protocol rfcs seller_backedfor seller-backed payment handler RFC - Fetch
https://developers.openai.com/commerce/specs/payment/for payment data structures - Web-search
site:docs.stripe.com agentic-commerce payment handlerfor Stripe's handler implementation
Conceptual Architecture
What Payment Handlers Are
Payment handlers are pluggable specifications that define how a particular payment method works within ACP. Each PSP or merchant publishes handler specs, and agents/merchants negotiate which handlers they mutually support.
This inverts the traditional integration model — instead of hardcoding payment methods into the protocol, handlers are discoverable and composable.