Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When integrating Stripe payments, building subscription billing, implementing secure checkout, or handling webhooks/refunds in web or mobile apps.
references/details.md for deeper patternsA PCI-compliant Stripe integration with checkout, subscriptions, webhooks, and tests reducing implementation risk and maintenance burden.
Use Cases
A SaaS startup needs to charge customers monthly. Using this skill, the developer creates Stripe Checkout Sessions in subscription mode with the Python SDK, configures webhook handlers for `customer.subscription.deleted`, and tests with test cards. This delivers a reliable recurring billing system without handling card data directly, achieving PCI compliance and reducing engineering time.
An e-commerce site must accept one-time payments with SCA for EU users. The skill guides using Payment Intents with Stripe.js, handling `payment_intent.succeeded` via webhooks, and processing refunds. The team ships a secure checkout that passes Strong Customer Authentication, avoids PCI scope, and correctly reconciles orders through webhook events.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File