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
Decision gist · record as of 2026-05-27
Stripe Integration lets you add Stripe payment processing to applications with checkout, subscriptions, and webhooks. 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.
Use it when
- Stripe Integration includes complete subscription billing setup patterns.
- Stripe Integration teaches webhook handling for payment events and subscription lifecycle changes.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
HermeticOrmus/LibreUIUX-Claude-Code/stripe-integration · repository language: Shell
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
File tree — 1 file
plugins/payment-processing/skills/stripe-integration/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Integrate Stripe payment processing into web or mobile applications”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Set up Stripe payment processing with checkout sessions, subscription billing, and webhook event handling. Covers customer management, refunds, and SCA compliance for secure transactions. Includes quick-start examples and test utilities.
Query Stripe customer records, subscriptions, charges, invoices, and saved payment methods to investigate billing disputes and support issues. Execute subscription cancellations and process refunds with optional dry-run previews and configurable reasons. Built for support teams handling payment investigations and customer account management.
Stripe Integration provides server-side and client-side patterns for implementing payments with the Node.js SDK and React Stripe.js. Handle one-time payments, recurring subscriptions, hosted checkout, custom payment forms, and webhook verification. Reference guides cover checkout flows, subscription lifecycle, webhook event handling, and pre-built UI components.
This skill covers PayPal payment integration across multiple products and methods. Set up one-time payments and express checkout flows, configure recurring billing and subscriptions, handle refunds and disputes, and process webhooks for real-time payment notifications. Includes both client-side JavaScript SDK and server-side REST API approaches for maximum flexibility.
Handle real customer billing operations—from subscription disputes to refund triage—by connecting to Stripe and other billing platforms. The skill guides you through identifying the customer, classifying the issue, and taking the safest reversible action, whether that's restoring self-serve controls, fixing duplicate charges, or processing a refund. It also surfaces product gaps so billing friction doesn't become a support loop.
Add Stripe payment processing to your application by installing the SDK, configuring environment variables, and setting up checkout sessions. This skill covers webhook handling for subscription events, customer portal setup, and best practices like signature verification and local testing with Stripe CLI.
More skills Polar Migration (GPL-3.0) · web-payments (MIT) · payment-gateway-integration (MIT) · polar-billing (Apache-2.0) · Stripe Implementer (unlicensed)