Skill

Stripe Best Practices

Skill

Stripe’s own skill for integrations that will not page you.

Official Stripe skill. Idempotency, webhooks, and the API version you should actually be on.

spec·Apache-2.0·Updated this quarter·github.com/stripe

Claude CodeCursorDesktop
Scanned
npx skills add stripe/skills

By Stripe

Input

A Stripe integration or a failing webhook.

Output

A patch that matches current Stripe guidance.

stripe-best-practices.skill/invoke

You say

Why is this webhook retrying?

It returns

No idempotency key. 409 on replay. Fixture attached.

Prompt notebook

Prompts this skill is built for.

  • You say

    Why is this webhook retrying?

    It returns

    No idempotency key. 409 on replay. Fixture attached.

  • You say

    Upgrade us off the 2023 API.

    It returns

    Diff against 2026-04. Two breaking request shapes.

What it teaches

  1. 01Idempotency
  2. 02Webhooks
  3. 03API versions