acp-payment-handlers

The payment handler supports flexible integration.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill acp-payment-handlers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-payment-handlers
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/acp-agentic-commerce/skills/acp-payment-handlers
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill acp-payment-handlers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of various payment methods into the Agentic Commerce Protocol (ACP) by providing a standardized way to define and negotiate payment handler specifications.

Core Features & Use Cases

  • Pluggable Payment Specifications: Define and manage different payment methods like tokenized cards, gift cards, loyalty points, and store credit.
  • Handler Negotiation: Facilitates the discovery and agreement on supported payment handlers between agents and merchants.
  • Use Case: When building an e-commerce platform that accepts both credit cards via Stripe and custom store credit, this Skill helps define and manage these distinct payment handler specifications for seamless integration.

Quick Start

Use the acp-payment-handlers skill to fetch the payment handlers RFC for tokenized cards.

Frequently Asked Questions about acp-payment-handlers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate multiple payment methods into the Agentic Commerce Protocol?

Payment handler negotiation in e-commerce is the process where agents and merchants discover and agree on supported payment methods using standardized instrument schemas for seamless transaction integration.

Can I use seller-backed payment methods like store credit alongside tokenized cards?

Yes, you can define pluggable specifications for seller-backed methods like store credit alongside tokenized cards, allowing the Agentic Commerce Protocol to support both within a single e-commerce integration.

How do I define payment instrument schemas for tokenized cards in ACP?

To start using ACP payment handlers, fetch the payment handlers RFC for tokenized cards to reference the standardized specifications, then define your handler identification and instrument schemas for integration.

Does the Agentic Commerce Protocol support custom e-commerce payment handler specifications?

ACP payment handlers are best suited for e-commerce integrations requiring diverse payment method support, specifically enabling handler negotiation and standardized instrument schemas for tokenized cards and seller-backed methods.