$npx skillfedfor your agent

stripe-integration

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.

Stripe Integration handles PCI-compliant payment processing including checkout, subscriptions, and webhooks for your application.

AI-generated summary based on this skill's SKILL.md

★ 38,308  4,097 MITupdated by wshobson

Decision gist · record as of 2026-07-22

Stripe Integration handles PCI-compliant payment processing including checkout, subscriptions, and webhooks for your application. 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.

manual: git clone https://github.com/wshobson/agents → cp -r agents/plugins/payment-processing/skills/stripe-integration ~/.claude/skills/stripe-integration
plugins/payment-processing/skills/stripe-integration/SKILL.md · version f3607a5b

Use it when

  • stripe-integration covers subscription and recurring billing by configuring products with pricing plans.
  • stripe-integration implements PCI-compliant secure checkout by using Stripe's hosted checkout sessions and payment elements.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

wshobson/agents/stripe-integration · repository language: Python

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 do I integrate Stripe payments into my application?

stripe-integration enables you to add Stripe payment processing by setting up checkout sessions, payment intents, and customer management. The skill provides quick-start examples for initializing Stripe, creating payment sessions, and handling transaction responses. You'll configure your API keys, define product/pricing data, and implement client-side checkout flows using Stripe's hosted or embedded components.

How do I set up Stripe subscription billing and recurring charges?

stripe-integration covers subscription and recurring billing by configuring products with pricing plans, creating subscriptions for customers, and managing billing cycles. The skill includes setup intent examples for saving payment methods securely and handling subscription state changes. You can define trial periods, proration behavior, and automate invoice generation through Stripe's subscription management APIs.

What does stripe-integration provide for PCI-compliant payment processing?

stripe-integration implements PCI-compliant secure checkout by using Stripe's hosted checkout sessions and payment elements, which handle sensitive card data without exposing it to your servers. The skill covers Strong Customer Authentication (SCA) requirements, 3D Secure integration, and tokenization patterns. All examples follow Stripe's compliance best practices to minimize your PCI scope.

How does stripe-integration handle payment webhooks and transaction events?

stripe-integration provides webhook integration guidance for receiving and processing Stripe events like payment_intent.succeeded, charge.failed, and invoice.payment_action_required. The skill includes event verification, signature validation, and idempotency handling. You'll learn to set up webhook endpoints, parse event payloads, and trigger application logic based on payment status changes.

How can I manage customer payment methods and process refunds with stripe-integration?

stripe-integration covers customer payment method management by saving cards as payment methods, listing stored methods, and detaching outdated ones. For refunds, the skill demonstrates full and partial refund flows, refund status tracking, and handling refund webhooks. You can manage customer billing details, update default payment sources, and automate refund workflows based on business logic.

What test utilities does stripe-integration include for development?

stripe-integration provides test mode payment cards, mock webhook events, and sandbox customer creation for development and testing. The skill includes test card numbers for various scenarios (success, decline, 3D Secure), idempotency keys for safe retries, and guidance on simulating webhook events locally. All examples work in test mode before deploying to production.

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 Sessions

  • Recommended for most integrations
  • Supports all UI paths:
  • Stripe-hosted checkout page
  • Embedded checkout form
  • Custom UI with Elements (Payment Element, Express Checkout Element) using ui_mode='custom'
  • Provides built-in checkout capabilities (line items, discounts, tax, shipping, address

(truncated - see the full file via the links below)

File tree — 2 files
plugins/payment-processing/skills/stripe-integration/SKILL.md
plugins/payment-processing/skills/stripe-integration/references/details.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 application”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

stripe-integration
by HermeticOrmus · HermeticOrmus/LibreUIUX-Claude-Code

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.

MITupdated May 2026
★ 86repo stars
Stripe Implementer
by shipshitdev · shipshitdev/skills

Stripe Implementer guides you through integrating Stripe's payment platform into Next.js and NestJS applications. It covers payment methods, subscription billing, webhook event handling, and customer management with security best practices built in.

no license declared → metadata onlyupdated Jul 2026
★ 31repo stars
stripe
by civitai · civitai/civitai

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.

Apache-2.0for claude-codeupdated Jul 2026
★ 7,201repo stars
Stripe Integration
by oakoss · oakoss/agent-skills

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.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
stripe-payments
by jezweb · jezweb/claude-skills

This skill guides you through integrating Stripe into a web application, covering one-time payments via Checkout Sessions, recurring subscriptions, webhook event handling with signature verification, and customer self-service billing. It provides decision trees for choosing the right Stripe API, ready-to-use code patterns for common flows, and special handling for Cloudflare Workers environments.

MITupdated Jul 2026
★ 943repo stars
Stripe Integration
by dadbodgeoff · dadbodgeoff/drift

This skill provides a complete Stripe integration for SaaS applications, covering checkout sessions, subscription management, and secure webhook handling. It includes TypeScript and Python implementations with customer portal setup and payment event processing.

no license declared → metadata onlyupdated May 2026
★ 782repo stars

More skills web-payments (MIT) · Adding Stripe (unlicensed) · Stripe Subscription (unlicensed) · paypal-integration (MIT)

Tags
payment-gatewaybilling-automationrecurring-chargespci-compliancecheckout-flowwebhook-eventscustomer-datafraud-preventionsubscription-managementpayment-method-storage