stripe-integration
Stripe Integration handles end-to-end payment processing for web and mobile apps, covering one-time purchases, recurring billing, and customer management. It provides patterns for hosted checkout, custom payment UI, subscription setup, and secure webhook handling to process transactions safely.
Stripe Integration lets you add Stripe payment processing to applications with checkout, subscriptions, and webhooks.
AI-generated summary based on this skill's SKILL.md
Install
HermeticOrmus/LibreUIUX-Claude-Code/stripe-integration · repository language: Shell
git clone https://github.com/HermeticOrmus/LibreUIUX-Claude-Code
cp -r LibreUIUX-Claude-Code/plugins/payment-processing/skills/stripe-integration ~/.claude/skills/stripe-integrationnpx skillfed install HermeticOrmus/LibreUIUX-Claude-Code/stripe-integrationFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How to integrate Stripe payments into my application?
Stripe Integration provides end-to-end patterns for adding payment processing to web and mobile apps. Start by initializing the Stripe client with your API keys, then use Payment Intents for one-time charges or Billing for subscriptions. The skill covers hosted checkout flows, custom payment UI implementation, and secure customer data handling to ensure PCI compliance throughout your integration.
How do I set up Stripe subscription billing with recurring charges?
Stripe Integration includes complete subscription billing setup patterns. Create a customer, attach a payment method, then establish a subscription with your desired billing cycle. The skill covers recurring charge configuration, proration handling, and subscription lifecycle management—including upgrades, downgrades, and cancellations—plus integration with the Stripe customer portal for self-service management.
What's the best way to implement Stripe webhooks?
Stripe Integration teaches webhook handling for payment events and subscription lifecycle changes. Set up an endpoint to receive webhook events, verify signatures using your signing secret, and process events like payment_intent.succeeded or customer.subscription.updated. The skill covers signature verification, idempotency, and reliable event processing to keep your billing system in sync with Stripe.
How does Stripe Integration handle refunds and payment failures?
Stripe Integration covers refund processing, dispute handling, and payment failure recovery. Implement refund logic tied to your business rules, set up retry logic for failed payments, and configure dispute workflows. The skill includes patterns for notifying customers of payment issues and managing payment method updates when charges decline.
Is Stripe Integration PCI compliant for secure checkout?
Stripe Integration implements secure, PCI-compliant checkout flows by design. Use hosted Stripe Checkout or Elements to avoid handling raw card data, leverage Payment Intents for tokenization, and follow Stripe's security best practices. The skill ensures your application meets PCI DSS requirements without storing sensitive payment information directly.
What payment methods and authentication does Stripe Integration support?
Stripe Integration supports multiple payment methods including cards, digital wallets, and bank transfers, with built-in 3D Secure authentication for enhanced security. Manage customer payment methods through the Stripe API, set up automatic payment retry, and handle authentication challenges. The skill covers method tokenization, customer portal access, and compliance with regional payment regulations.
SKILL.md
rendered from the published skill — quoted content, verbatim
Stripe Integration
Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.
When to Use This Skill
- Implementing payment processing in web/mobile applications
- Setting up subscription billing systems
- Handling one-time payments and recurring charges
- Processing refunds and disputes
- Managing customer payment methods
- Implementing SCA (Strong Customer Authentication) for European payments
- Building marketplace payment flows with Stripe Connect
Core Concepts
1. Payment Flows
Checkout Session (Hosted) - Stripe-hosted payment page - Minimal PCI compliance burden - Fastest implementation - Supports one-time and recurring payments
Payment Intents (Custom UI) - Full control over payment UI - Requires Stripe.js for PCI compliance - More complex implementation - Better customization
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
plugins/payment-processing/skills/stripe-integration/SKILL.md