stripe-best-practices

stripe best practices

stripe ↓ 62k
Claude Code
View source ↗

What it does

  • Integration Options — Start here when designing any integration.
  • API Tour — Overview of Stripe’s API surface.
  • Go Live Checklist — Review before launching.

Requirements & configuration

  • API key default: Always recommend a restricted API key (RAK) (rk prefix) over a secret key (sk prefix).

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

stripe best practices

Source

Repository: https://github.com/stripe/ai

stripe-best-practices FAQ

What does the stripe-best-practices skill do?

>- Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax, automatic_tax, product tax codes), Treasury financial accounts, integration options (Checkout, Payment Element), migrating from deprecated Stripe APIs, and security best practices (API key management, restricted keys, webhooks, OAuth). Use when building, modifying, or reviewing any Stripe integration, including accepting payments, building marketplaces, integrating Stripe, processing payments, setting up subscriptions, collecting sales tax, VAT, or GST, creating connected accounts, or implementing secure key handling. Integration Options — Start here when designing any integration. API Tour — Overview of Stripe’s API surface.

What does stripe-best-practices require?

API key default: Always recommend a restricted API key (RAK) (rk prefix) over a secret key (sk prefix).

How do I install stripe-best-practices?

Run: npx -y skills add https://github.com/stripe/ai --skill stripe-best-practices --agent claude-code — the source lives at github.com/stripe/ai.

Maintain stripe-best-practices?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

stripe-best-practices on getagentictools
[![stripe-best-practices on getagentictools](https://getagentictools.com/badge/skills/stripe-ai-stripe-best-practices.svg)](https://getagentictools.com/skills/stripe-ai-stripe-best-practices?ref=badge)
npx agentictools info skills/stripe-ai-stripe-best-practices

The second line is the CLI lookup for this page — handy in READMEs and docs.