What problem does it solve? Upgrading Stripe API versions and SDKs involves breaking changes, version pairing rules, and platform-specific constraints that are easy to get wrong. This Skill provides a structured guide for planning and executing Stripe version upgrades safely. ## Core Features & Use Cases - API Version Migration: Explains date-based Stripe API versions, backward-compatible versus breaking changes, and how to pin versions in code. - SDK Upgrade Guidance: Covers server-side SDKs (Node.js, Python, Ruby, PHP, Java, Go, .NET), Stripe.js evergreen releases, and iOS/Android/React Native mobile SDKs. - Testing & Rollout: Shows how to test new versions with the Stripe-Version header and provides a nine-step upgrade checklist. - Use Case: Your Node.js integration pins an old Stripe API version and you need to move to 2026-07-29.dahlia. Use this Skill to review the changelog, update the SDK package, set the apiVersion parameter, and test webhooks before switching. ## Quick Start Ask the assistant to walk you through upgrading your Stripe integration to the latest API version using the upgrade checklist.