stripe-expert

Automate Stripe payments, subscriptions, and webhooks across applications.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/gounthar/bazel-riscv --skill stripe-expert-gounthar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-expert
Source: https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/stripe
Command: npx skills add https://github.com/gounthar/bazel-riscv --skill stripe-expert-gounthar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrating Stripe for payment processing, subscriptions, and advanced financial features can be complex due to its vast API and numerous integration patterns. This Skill provides comprehensive, accurate guidance based on 3,253+ official documentation files, simplifying development, ensuring best practices, and saving you significant time.

Core Features & Use Cases

  • End-to-End Payment Processing: Implement one-time payments, subscriptions, and custom checkout flows using Stripe Checkout or Payment Elements, streamlining your sales.
  • Automated Billing & Webhooks: Manage recurring billing, customer subscriptions, and set up secure webhooks for real-time event handling, reducing manual oversight.
  • Advanced Financial Features: Leverage expertise in Stripe Connect for marketplaces, Radar for fraud prevention, Tax for automated calculations, and Issuing for card creation, enhancing your financial operations.
  • Use Case: If you need to set up a subscription service in your Next.js application using Stripe, this Skill can guide you on creating a product and a recurring price, and then integrating Stripe Checkout for users to subscribe, all with clear instructions.

Quick Start

Explain how to create a basic Stripe Checkout session for a one-time payment of $20.00.

Frequently Asked Questions about stripe-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Stripe payment processing for subscriptions in my web application?

Stripe subscription payment processing involves creating products and recurring prices, then integrating Stripe Checkout or Payment Elements to handle customer billing. The Skill guides you through secure API key handling, Payment Intents, webhook verification, and customer management across web and mobile applications.

What's the best way to handle Stripe webhooks for billing events?

Stripe webhooks deliver real-time payment and subscription events to your application. Set up secure webhook verification, configure event listeners for billing updates, and automate invoice and subscription management. This Skill covers webhook verification best practices and integration patterns for reliable event handling.

Can I use Stripe for marketplace payments and seller payouts?

Stripe Connect enables marketplace payment processing and automated seller payouts. This Skill covers Connect setup for handling customer payments, distributing funds to connected accounts, managing fees, and integrating marketplace billing workflows securely.

How do I prevent payment fraud with Stripe?

Stripe Radar detects and prevents fraudulent transactions using machine learning and rule-based analysis. This Skill explains Radar integration, fraud detection configuration, and how to balance security with user friction across payment flows.

Do I need to handle tax calculations separately from Stripe payments?

Stripe Tax automates tax calculation and reporting for transactions. This Skill covers Tax integration with your payment and subscription workflows, reducing manual compliance overhead for invoicing and billing automation.

What's required before implementing Stripe payment APIs?

Stripe API integration requires valid API keys, understanding of Payment Intents and Checkout workflows, webhook infrastructure, and secure credential handling. This Skill ensures proper setup of technical and functional requirements for payments, subscriptions, and advanced features like Connect and Radar.