Перейти до основного вмісту
Цей вміст ще не доступний вашою мовою і відображається англійською.

Payment Processing

Plugin Перевірено
85

Payment gateway integration with Stripe, PayPal, checkout flow implementation, subscription billing, and PCI compliance

AI-резюме

This plugin provides specific skills for integrating Stripe and PayPal, automating billing systems, and implementing PCI compliance measures. It includes code examples for various payment flows, subscription management, webhook handling, and security best practices.

Documentation

  • warning:Configuration & parameter referenceWhile the SKILL.md files provide code examples and concepts, they do not explicitly document all configuration options, environment variables, or their precedence, leaving users to infer some details.
  • warning:Install / Setup InstructionsThe README provides general instructions for adding a marketplace and installing plugins, but specific setup or configuration instructions for this payment processing plugin are not detailed. The SKILL.md files offer code examples but lack explicit setup steps.

Versioning

  • warning:Release ManagementThe plugin.json file includes a version number (1.2.2), but there are no other indicators like GitHub release tags or a CHANGELOG.md, making it difficult to track release history beyond the manifest.

Code Execution

  • warning:ValidationWhile the code examples demonstrate basic input sanitization (e.g., card number validation) and API interactions, they do not explicitly show the use of a schema validation library for all input arguments, and output sanitization is only mentioned for logs.

Встановлення

Спочатку додайте marketplace

/plugin marketplace add wshobson/agents
/plugin install payment-processing@claude-code-workflows
Оновлено 2 days ago
Переглянути код

Подібні розширення

Stripe Billing Master

97

Expert Stripe billing system for money-safe webhook handlers, refund/dispute lifecycle, credit audit trails, and idempotency on server-side event processing. PROACTIVELY activate for: (1) ANY Stripe webhook handler (charge.*, invoice.*, customer.subscription.*, charge.dispute.*), (2) Credit/balance mutations that must be audit-logged, (3) Refund delta computation from previous_attributes.amount_refunded, (4) Dispute state machine (past_due hold / restore), (5) Idempotency key strategy (Idempotency-Key header > body > server UUID), (6) Stripe list-API pagination with starting_after cursor, (7) Plan resolution from Stripe price IDs with safety fallback, (8) Postgres text_pattern_ops indexes for LIKE-prefix lookups, (9) Exhaustive switch/branch on Stripe enums via satisfies Record<Union, T>, (10) Daily credit-balance reconciliation crons, (11) Credit-pack vs subscription refund differentiation, (12) Money-safe email descriptions that never claim 'free' on safety-fallback paths. Provides: full webhook idempotency checklist, refund-delta priority order, dispute-hold durable checkpoint pattern, credit_transactions audit-row invariants, allowlist default-deny for external enums, and reconciliation cron design. Complements (does NOT replace) the official stripe plugin's test-cards / explain-error / stripe-best-practices skills.

Plugin
josiahsiegel

Stripe

95

Stripe

Plugin
stripe

InsForge

92

The backend platform for AI-native developers. A Postgres-based backend with auth, storage, compute, hosting, and AI gateway — built for coding agents. This plugin gives agents the full InsForge surface: database CRUD with RLS, authentication, storage, edge functions, AI, realtime, Stripe payments, and deployments. Includes CLI infrastructure management, debugging diagnostics, and integration guides for third-party auth providers (Auth0, Clerk, Kinde, Stytch, WorkOS).

Plugin
insforge

Clerk Skills

92

Framework-specific Clerk integration patterns: middleware, hooks, SSR, composables, and advanced usage

Plugin
clerk