# Stripe Integration

> Integrate Stripe payments — Checkout Sessions, webhooks, Connect, and idempotent API patterns.

- Skill: `skillist-io/stripe-integration` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add skillist-io/stripe-integration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/skillist-io/stripe-integration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: skillist-io (https://skillmd.com/u/skillist-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/skillist-io/stripe-integration

---


# Stripe Integration

Use when implementing or debugging Stripe payments, subscriptions, or Connect.

## When to activate

- Adding checkout or billing
- Webhook handler implementation
- Connect marketplace payouts

## Procedure

1. Prefer Checkout Sessions for simple flows; PaymentIntents for custom UI.
2. Verify webhooks with signing secret; handle events idempotently.
3. Store Stripe customer/subscription IDs — never card data.
4. Use test mode keys in development; document required env vars.
5. Log event IDs, not full payment method details.

## Output format

- Integration pattern recommendation
- Required env vars and dashboard setup
- Webhook events to handle
- Test card numbers for verification

