paypal

Test Accounts — Testing skill for Claude Code

Testing community

Show PayPal sandbox test accounts and scenario-specific testing tips.

How to install Test Accounts

Installs to ~/.claude/skills/paypal-ai-toolkit-test-accounts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/paypal-ai-toolkit-test-accounts && curl -fsSL https://raw.githubusercontent.com/paypal/AI-Toolkit/HEAD/commands/test-accounts.md -o ~/.claude/skills/paypal-ai-toolkit-test-accounts/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Test Accounts does


description: Show PayPal sandbox test accounts and scenario-specific testing tips argument-hint: [scenario — e.g. "decline", "BNPL", "Venmo", "subscriptions", "dispute"] allowed-tools: Read, mcp__paypal-sandbox__*

If "$ARGUMENTS" is set, show only the section(s) relevant to that scenario plus the Key Gotchas. If empty, show all sections.

Sandbox Buyer & Seller Accounts

Create test accounts at https://developer.paypal.com/dashboard/accounts. Two types:

Type Purpose

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Playwright — claude-plugins-official Browser automation, E2E testing, screenshots 29.4k ★

Full documentation available on GitHub

View Source Repository