stripe/test-cards

Display Stripe test card numbers for various testing scenarios

Content Preview
---
description: Display Stripe test card numbers for various testing scenarios
argument-hint: [scenario]
---

# Test Cards Reference

Provide a quick reference for Stripe test card numbers:

1. If a scenario argument is provided (e.g., "declined", "3dsecure", "fraud"), show relevant test cards for that scenario
2. Otherwise, show the most common test cards organized by category:
   - Successful payment (default card)
   - 3D Secure authentication required
   - Generic decline
   - Specific decl
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/stripe/test-cards.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/external_plugins/stripe/commands/test-cards.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at external_plugins/stripe/commands/test-cards.md

Related Skills