What problem does it solve? Upgrading Stripe API versions and SDKs involves navigating breaking changes, version-specific behaviors, and platform differences, and mistakes can break payment integrations in production. ## Core Features & Use Cases - API Version Migration: Explains Stripe's date-based versioning, backward-compatible versus breaking changes, and how to pin or override API versions per language. - SDK Upgrade Guidance: Covers server-side SDKs (Ruby, Python, PHP, Node.js, Java, Go, .NET), Stripe.js evergreen releases, and iOS, Android, and React Native mobile SDKs. - Use Case: You need to move your Node.js integration from API version 2024-12-18.acacia to 2026-06-24.dahlia. Follow the upgrade checklist to review the changelog, update the SDK package, set the apiVersion parameter, and test with the Stripe-Version header before switching your account default. ## Quick Start Ask the agent to walk you through upgrading your Stripe integration to API version 2026-06-24.dahlia, including SDK updates and webhook testing.