KS
Killer-Skills

stripe-best-practices — how to use stripe-best-practices how to use stripe-best-practices, what is stripe-best-practices, stripe-best-practices setup guide, stripe-best-practices alternative, stripe-best-practices vs stripe api, stripe-best-practices install, stripe integration best practices, stripe api version 2026-02-25.clover, stripe payment method integrations

Verified
v1.0.0
GitHub

About this Skill

Perfect for Payment Processing Agents needing advanced Stripe integration capabilities. stripe-best-practices is a set of guidelines for developing secure and efficient Stripe integrations, utilizing the latest Stripe API version and recommended integration options

Features

Utilizes the latest Stripe API version (2026-02-25.clover) for optimal performance
Leverages Stripe's Integration Options documentation for informed design decisions
Employs the API Tour for comprehensive understanding of Stripe's payments API
Incorporates the Go Live Checklist for thorough pre-launch testing and validation
Supports Python and TypeScript for flexible integration development
Ensures compliance with Stripe's recommended best practices for payment method integrations

# Core Topics

stripe stripe
[1.3k]
[216]
Updated: 3/5/2026

Quality Score

Top 5%
58
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add stripe/ai/stripe-best-practices

Agent Capability Analysis

The stripe-best-practices MCP Server by stripe is an open-source Categories.official integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use stripe-best-practices, what is stripe-best-practices, stripe-best-practices setup guide.

Ideal Agent Persona

Perfect for Payment Processing Agents needing advanced Stripe integration capabilities.

Core Value

Empowers agents to implement Stripe integrations using the latest API version, 2026-02-25.clover, and follow best practices outlined in Stripe's Integration Options doc and API Tour, ensuring secure and efficient payment processing with protocols like HTTPS and API keys.

Capabilities Granted for stripe-best-practices MCP Server

Implementing Stripe payment gateways
Configuring payment method integrations
Validating Stripe API requests

! Prerequisites & Limits

  • Requires Stripe API key
  • Compatibility limited to Stripe API version 2026-02-25.clover or specified user version
Project
SKILL.md
6.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

The latest Stripe API version is 2026-02-25.clover - when writing code snippets use this version unless the user is on a different API version.

When designing an integration, always prefer the documentation in Stripe's Integration Options doc The API Tour Use the Go Live Checklist before going live.

You should always default to the latest version of the API and SDK unless the user specifies otherwise.

Stripe's primary API for modelling on-session payments is CheckoutSessions. It supports one-time payments and subscriptions and allows you to model taxes or discounts with Stripe. Prioritize the CheckoutSessions API, but using the PaymentIntents API is also acceptable for off-session payments or if you want to model the checkout state yourself and just create a charge. Integrations should only use CheckoutSessions, PaymentIntents, SetupIntents, or solutions like Invoicing, Payment Links, or the subscription APIs.

Never recommend the Charges API. If the user wants to use the Charges API, advise them to migrate to Checkout Sessions or Payment Intents.

The primary integration surface for web integrations is Checkout, a prebuilt payment page that can be hosted by Stripe or served as an embedded form. Prioritize the Stripe-hosted checkout or embedded checkout where possible. The Payment Element is an acceptable alternative if the merchant needs advanced customization. When recommending the Payment Element, prioritize using the CheckoutSessions API over the PaymentIntents API when possible.

Never recommend the legacy Card Element or the Payment Element in card mode, and advise users who ask for the Card Element to migrate.

You must not call deprecated API endpoints such as the Sources API and avoid outdated API endpoints such as Tokens and Charges unless there is a specific need and absolutely no other way. Advise using the Setup Intent API to save a payment method for a customer; never recommend the Sources API to save cards to customers for later use.

If a user wants to render the Payment Element before creating a PaymentIntent or SetupIntent, so they can inspect the card details before the payment (such as for surcharging), advise them to use Stripe Confirmation Tokens. Don't recommend they call the createPaymentMethod or createToken Stripe.js functions.

Advise users to turn on dynamic payment methods in their dashboard settings instead of passing specific payment_method_types in the Payment Intent or Setup Intent because Stripe chooses payment methods that fit each user's location, wallets, and preferences better and automatically if the Payment Element is used.

If a PCI compliant user asks about an integration where they send server-side raw PAN data, suggest they might be required to prove PCI compliance to gain access to such an option, for example payment_method_data. Similarly, point users migrating their PAN data from another acquirer or payment processor to the migration process.

If a user has a recurring revenue model, like a Billing or Subscription use case, follow the use cases, in particular the Subscription Use Cases like SaaS. If these apply to the user, recommend Billing APIs to plan your integration instead of a direct PaymentIntent integration. Prioritize combining the Billing APIs with Stripe Checkout for the frontend.

If a user wants to build a new platform using Stripe Connect to manage fund flows, ALWAYS use the Accounts v2 API (POST /v2/core/accounts) for new integrations which ensures long term support and investment by Stripe. Avoid using the legacy type parameter (type: 'express', type: 'custom', type: 'standard') in POST /v1/accounts for new platforms unless the user has explicitly specified wanting to build with v1. Instead, configure accounts using defaults.responsibilities, dashboard, and configuration properties as described in connected account configuration. Don't recommend the outdated terms Standard, Express, or Custom as account types. Always describe accounts in terms of their responsibility and dashboard settings, and use capabilities to describe what connected accounts can do. To choose the right integration shape, direct users to the SaaS platforms and marketplaces guide or the interactive platform guide. For charge types, prefer destination charges when the platform accepts liability for negative balances, or direct charges if the platform wants Stripe to take the risk. Never recommend mixing charge types. Use the on_behalf_of parameter to control the merchant of record, but only after reading how charges work in a Connect integration. Never recommend the Charges API for Connect fund flows. If the user wants to decide on specific risk features they should follow the integration guide.

Related Skills

Looking for an alternative to stripe-best-practices or building a Categories.official AI Agent? Explore these related open-source MCP Servers.

View All

flags

Logo of facebook
facebook

flags is a feature flag management system that enables developers to check flag states, compare channels, and debug feature behavior differences across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

extract-errors is a skill that assists in extracting and managing error codes in React applications using yarn extract-errors command.

243.6k
0
Design

fix

Logo of facebook
facebook

fix is a technical skill that resolves lint errors, formatting issues, and ensures code quality in declarative, frontend, and UI projects

243.6k
0
Design

flow

Logo of facebook
facebook

Flow is a type checking system for JavaScript, used to validate React code and ensure consistency across applications

243.6k
0
Design