From stripe
Displays Stripe test card numbers for various testing scenarios, with an optional scenario filter (e.g., declined, 3dsecure) and visual indicators. Also offers to generate test cases.
How this command is triggered — by the user, by Claude, or both
Slash command
/stripe:test-cards scenarioThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 decline reasons (insufficient_funds, lost_card, etc.) 3. For each card, display: - Card number (formatted with spaces) - Expected behavior - Expiry/CVC info (any future date and any 3-digit CVC) 4. Use c...
Provide a quick reference for Stripe test card numbers:
If the user is currently working on test code, offer to generate test cases using these cards.
npx claudepluginhub obahareth/claude-plugins-official --plugin stripe/test-cardsDisplays Stripe test card numbers for various testing scenarios, with an optional scenario filter (e.g., declined, 3dsecure) and visual indicators. Also offers to generate test cases.
/stripe-testTests Stripe checkout flows with personas and official test cards, simulating payments with realistic behavior and generating reports with optional traces.
/mp-test-cardsReturns test card numbers for Mercado Pago payments, resolving country from arguments, project config, or user prompt.
/saq-selectDetermines the appropriate PCI DSS Self-Assessment Questionnaire (SAQ) type based on business description or confirms a specified SAQ like A-EP.
/paymentsRecommends and configures a payment gateway, defaulting to Stripe via manage_billing with region-aware fallback.