stripe-best-practices

Guide Stripe API and Connect platform decisions with structured routing.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/kimny1143/mued-claude-code-template --skill stripe-best-practices-kimny1143
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-best-practices
Source: https://github.com/kimny1143/mued-claude-code-template/tree/main/.claude/skills/stripe-best-practices
Command: npx skills add https://github.com/kimny1143/mued-claude-code-template --skill stripe-best-practices-kimny1143

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Stripe integration decisions can be complex and error-prone; this Skill provides a centralized guide to help engineering teams choose the right API patterns and platform configurations.

Core Features & Use Cases

  • API routing guidance for Stripe workflows: one-time payments, subscriptions, Connect marketplaces, and embedded UI options.
  • Decision framework for API surfaces (Checkout Sessions, PaymentIntents, SetupIntents), Connect Accounts v2, and treasury or billing considerations.
  • Quick references to official Stripe documentation and best practices to accelerate design reviews and implementation.

Quick Start

Run through a scenario: decide between Checkout Sessions vs PaymentIntents for a new product with subscriptions, and outline the required Connect and billing setup.

Frequently Asked Questions about stripe-best-practices

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

FAQPage Schema
When should I use Stripe Checkout Sessions vs PaymentIntents for my integration?

Stripe Connect Accounts v2 provides the framework for building marketplaces and routing payments to third parties. This Skill outlines setup decisions for Connect platforms, including treasury and billing configurations for scalable implementations.

How do I design a Stripe billing integration for subscriptions?

Migrating Stripe APIs involves mapping legacy flows to current patterns like SetupIntents and Connect Accounts v2. This Skill provides migration paths across common scenarios with references to official documentation for secure transitions.

What's the best way to set up Stripe Connect for a marketplace platform?

Stripe integration decisions involve navigating API choices like Checkout Sessions versus PaymentIntents, Connect setups, and billing workflows. This Skill centralizes routing guidance to help engineering teams avoid errors and ensure secure, scalable designs.

How do I handle one-time payments and subscriptions in a single Stripe integration?

Stripe embedded UI options require choosing between Checkout Sessions and PaymentIntents based on your desired level of customization. This Skill outlines the API routing needed to implement embedded payment interfaces securely.