stripe-best-practices — how to use stripe-best-practices how to use stripe-best-practices, stripe-best-practices setup guide, stripe integration best practices, stripe api version 2026-01-28.clover, what is stripe-best-practices, stripe payments integration tutorial, stripe go live checklist, stripe integration options documentation

v1.0.0
GitHub

About this Skill

Perfect for Payment Processing Agents needing expert Stripe API integration guidance stripe-best-practices is a set of guidelines for optimizing Stripe integrations, focusing on the latest API version and best practices for going live

Features

Utilizes the latest Stripe API version (2026-01-28.clover) for integrations
References Stripe's Integration Options documentation for design guidance
Leverages the API Tour for a comprehensive understanding of Stripe payments
Employs the Go Live Checklist to ensure a smooth transition to production
Prioritizes documentation from Stripe's official resources for accuracy

# Core Topics

soundcheck-capital soundcheck-capital
[0]
[0]
Updated: 3/4/2026

Quality Score

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

Agent Capability Analysis

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

Ideal Agent Persona

Perfect for Payment Processing Agents needing expert Stripe API integration guidance

Core Value

Empowers agents to integrate Stripe payments seamlessly, ensuring compliance with the latest API version, such as 2026-01-28.clover, and utilizing Stripe's Integration Options documentation and API Tour for a smooth go-live process

Capabilities Granted for stripe-best-practices MCP Server

Configuring payment methods using Stripe's Integration Options doc
Validating API versions for compatibility with the latest features
Optimizing go-live checklists with Stripe's Go Live Checklist

! Prerequisites & Limits

  • Requires access to Stripe API documentation
  • Stripe API version 2026-01-28.clover or later recommended
  • Integration with Stripe's payment ecosystem necessary
Project
SKILL.md
5.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

The latest Stripe API version is 2026-01-28.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 platform using Stripe Connect to manage fund flows, follow the recommended integration types; that is, prefer to use either direct charges if the platform wants Stripe to take the risk or destination charges if the platform accepts liability for negative balances, and use the on_behalf_of parameter to control the merchant of record. Never recommend mixing charge types. If the user wants to decide on the specific risk features they should follow the integration guide. Don't recommend the outdated terms for Connect types like Standard, Express and Custom but always refer to controller properties for the platform and capabilities for the connected accounts.

Related Skills

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

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication