---
name: stripe-best-practices
slug: stripe-best-practices
score: 65
rubric: 1.0
provenance: verified-org
publisher: Stripe
license: MIT
capability: read-only
canonical: https://top-agent-skills.com/skill/stripe-best-practices
---

# stripe-best-practices

Stripe's own integration playbook: pick the right API, set up Connect and billing, and handle keys and webhooks securely.

## Install

### Claude Code

```bash
/plugin marketplace add stripe/ai
```

### Cursor

```bash
npx skills add github.com/stripe/ai --skill stripe-best-practices --target cursor
```

### Gemini CLI

```bash
gemini skills add stripe/ai --skill stripe-best-practices
```

## Best for

Building, modifying, or reviewing any Stripe integration — payments, marketplaces, subscriptions, secure key management.

## Not ideal for

Non-Stripe payment processors (Adyen, Braintree, PayPal) — the rules are Stripe-specific.

## About

Guides Stripe integration decisions — API selection (Checkout Sessions vs PaymentIntents), Connect, billing/subscriptions, and secure key handling — using the latest Stripe API version.

## Compatibility

claude-code, cursor, gemini-cli

## Metadata

- Categories: payments-billing, apis-integrations
- Tags: Stripe, Payments, Subscriptions
- Setup time: 3 min
- Complexity: Low
- Last update: 2026-06-14
- Verified: 2026-06-15
- Source: https://github.com/stripe/ai/tree/main/skills/stripe-best-practices


---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
