Back to skills

upgrade-stripe

development

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 an

Setup & Installation

npx skills add https://github.com/stripe/upgrade-stripe --skill upgrade-stripe
or paste the link and ask your coding assistant to install it
https://github.com/stripe/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

  • Working with upgrade stripe functionality
  • Implementing upgrade stripe features
  • Debugging upgrade stripe related issues