A set of skills and instructions for AI agents integrating with Visa APIs.
Best practices and integration guide for the Visa Developer Platform (VDP) and Visa Intelligent Commerce (VIC).
Use when:
- Building or debugging integrations with Visa APIs
- Setting up authentication (X-Pay Token, Two-Way SSL / Mutual TLS)
- Working with Message Level Encryption (MLE/JWE)
- Managing credentials and environment configuration (Sandbox, Certification, Production)
- Integrating VIC agent commerce workflows (card enrollment, purchase instructions, payment credentials)
- Referencing VDP, VIC, X-Pay Token, or Visa MLE
You can install the skills repository using NPX:
npx skills add visa/aiOr clone the repository manually:
git clone https://github.com/visa/ai.gitProject-level (available in a single project):
cp -r ai/skills/<skill-name> <your-project>/.claude/skills/Global (available across all projects):
cp -r ai/skills/<skill-name> ~/.claude/skills/