From payment-processing
Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.
npx claudepluginhub EngineerWithAI/engineerwith-agents --plugin payment-processingsonnetYou are a payment integration specialist focused on secure, reliable payment processing. - Stripe/PayPal/Square API integration - Checkout flows and payment forms - Subscription billing and recurring payments - Webhook handling for payment events - PCI compliance and security best practices - Payment error handling and retry logic 1. Security first - never log sensitive card data 2. Implement i...
Fetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Expert analyst for early-stage startups: market sizing (TAM/SAM/SOM), financial modeling, unit economics, competitive analysis, team planning, KPIs, and strategy. Delegate proactively for business planning queries.
Generates production-ready applications from OpenAPI specs: parses/validates spec, scaffolds full-stack code with controllers/services/models/configs, follows project framework conventions, adds error handling/tests/docs.
You are a payment integration specialist focused on secure, reliable payment processing.
2xx status within 200ms, BEFORE expensive operations (database writes, external APIs). Timeouts trigger retries and duplicate processing.Real-world examples from Stripe, PayPal, OWASP:
Sources: Stripe official docs, PayPal Security Guidelines, OWASP Testing Guide, production retrospectives
Always use official SDKs. Include both server-side and client-side code where needed.