Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

upgrade-stripe

officialdevelopment

Handles the process of upgrading Stripe API versions, server-side SDKs, Stripe.

Setup & Installation

npx skills add https://github.com/stripe/ai --skill upgrade-stripe
or paste the link and ask your coding assistant to install it
https://github.com/stripe/ai/tree/main/skills/upgrade-stripe
View on GitHub

What This Skill Does

Handles the process of upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Covers version pinning, breaking change identification, and testing strategies across dynamically and strongly typed languages.

Stripe's versioning model has multiple moving parts (SDK version, API version, Stripe.js release, mobile SDK) that interact in non-obvious ways, and this skill maps out exactly which to change and in what order.

When to use it

  • Pinning a Node.js app to a specific Stripe API version like 2026-02-25.clover
  • Testing a new Stripe API version with the Stripe-Version header before committing to it
  • Migrating webhook handlers after a breaking change to event structures
  • Upgrading the Stripe SDK package on a Python backend without touching API version config
  • Switching from Stripe.js v3 to the Clover major release on a checkout page