ap2-credentials-provider

Manage AP2 payment credentials, tokenize cards into DPANs, and validate payment mandates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the secure management of payment credentials, enabling agents to provide payment methods, handle tokenization, and facilitate secure transactions between shopping agents and payment processors.

Core Features & Use Cases

  • Secure Credential Storage: Manages user payment methods (cards, wallets) in a PCI DSS compliant manner.
  • Tokenization: Converts real payment credentials into Digitized Primary Account Numbers (DPANs).
  • Payment Mandate Validation: Verifies user authorization before releasing tokens to merchants.
  • Use Case: When a user needs to make a purchase, this Skill provides available payment methods, securely tokenizes the selected card, and validates the payment mandate before allowing the transaction to proceed.

Quick Start

Use the ap2-credentials-provider skill to list available payment methods for the current user.

Frequently Asked Questions about ap2-credentials-provider

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

FAQPage Schema
How does DPAN tokenization work for secure agentic commerce?

DPAN tokenization works by converting real payment credentials into Digitized Primary Account Numbers, ensuring sensitive card data is replaced with secure tokens before releasing them to merchant payment processors.

How do I list available payment methods for agentic commerce transactions?

To list available payment methods for agentic commerce transactions, you query the credential provider to retrieve user stored cards and wallets, enabling the selection of a specific funding source for the purchase.

What is payment mandate validation in payment processing?

Payment mandate validation in payment processing is the verification of user authorization before releasing tokenized credentials to merchants, ensuring the transaction is explicitly approved and secure.

Can I use tokenized credentials with merchant payment processors?

Yes, you can use tokenized credentials with merchant payment processors. The skill generates DPANs and validates the payment mandate before securely releasing the token to the merchant for transaction processing.

Do I need PCI DSS compliance to store payment credentials?

Managing payment credentials requires PCI DSS compliant storage. This skill handles secure storage internally, allowing agents to provide payment methods and tokenize cards without directly exposing your infrastructure to compliance scope.

Limitations of using DPANs for payment processing?

A key limitation of using DPANs for payment processing is that the digitized tokens must be validated through a payment mandate before release, meaning transactions cannot proceed without explicit user authorization.