Stripe Integration
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.
Stripe Integration helps you add Stripe payment processing, subscriptions, and billing to your Node.js application.
AI-generated summary based on this skill's SKILL.md
Install
oakoss/agent-skills/stripe-integration · repository language: Python
git clone https://github.com/oakoss/agent-skills
cp -r agent-skills ~/.claude/skills/stripe-integrationgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install oakoss/agent-skills/stripe-integrationFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I add Stripe to my app?
Stripe Integration provides server-side and client-side patterns using the Node.js SDK and React Stripe.js to implement payments. Start by installing the Stripe libraries, then use the reference guides to set up checkout flows, create payment intents, and handle customer data. The skill covers both hosted checkout and custom payment forms to fit your application architecture.
What payment types does Stripe Integration support?
Stripe Integration handles one-time payments, recurring subscriptions, hosted checkout, and custom payment forms. You can process transactions through multiple channels and manage the full subscription lifecycle, from creation through cancellation. Pre-built UI components and webhook verification help automate your billing workflows.
How do I set up Stripe webhook configuration?
Stripe Integration includes webhook event handling patterns that verify incoming webhook events and process them securely. The reference guides walk through configuring webhook endpoints, validating event signatures, and responding to subscription and payment events. This enables real-time updates to your application when Stripe events occur.
Can Stripe Integration automate billing and recurring charges?
Yes. Stripe Integration provides patterns for automating billing through subscriptions and recurring charges. You can configure subscription lifecycle management, set up recurring payment schedules, and use webhooks to trigger billing events. The skill includes guides for managing customer subscriptions and automating charge collection.
What does Stripe payment processing include?
Stripe Integration covers the complete payment processing flow: payment intent creation, customer payment handling, transaction processing, and settlement. Reference guides show how to integrate checkout flows, handle payment confirmations, and manage customer payment methods using both the Node.js SDK and React Stripe.js libraries.
How does Stripe Integration handle checkout flows?
Stripe Integration provides checkout flow patterns for both hosted checkout and custom payment forms. Guides cover payment intent creation, client-side form handling with Stripe.js, server-side verification, and confirmation workflows. Pre-built UI components simplify integration while maintaining security and PCI compliance.