upgrade-stripe
Guide for upgrading Stripe API versions and SDKs
npx skills add fcakyon/claude-codex-settings --skill upgrade-stripe --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
The latest Stripe API version is 2026-07-29.dahlia - use this version when upgrading unless the user specifies a different target version. # Upgrading Stripe Versions This guide covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. ## Understanding Stripe API Versioning Stripe uses date-based API versions (e.g., `2026-07-29.dahlia`, `2025-08-27.basil`, `2024-12-18.acacia`). Your account’s API version determines request/response behavior. ### Types of Changes **Backward-Compatible Changes** (don’t require code updates): - New API resources - New optional request parameters - New properties in existing responses - Changes to opaque string lengths (e.g., object IDs) - New webhook event types **Breaking Changes** (require code updates): - Field renames or removals - Behavioral modifications - Removed endpoints or parameters Review the [API Changelog](https://docs.stripe.com/changelog.md) for all changes between versions. ## Server-Side SDK Versioning See [SDK Version Management](https://docs.stripe.com/sdks/set-version.md) for details. ### Dynamically-Typed Languages (Ruby, Python, PHP, Node.js) These SDKs offer flexible version control: **Global Configura
- Understanding Stripe API Versioning
- Types of Changes
- Server-Side SDK Versioning
- Dynamically-Typed Languages (Ruby, Python, PHP, Node.js)
- Strongly-Typed Languages (Java, Go, .NET)
- Best Practice
- Stripe.js Versioning
- Loading Versioned Stripe.js
- API Version Pairing
- Migrating from v3
- Mobile SDK Versioning
- iOS and Android SDKs
- React Native SDK
- Backend Compatibility
npm install @stripe/stripe-js curl https://api.stripe.com/v1/customers \
What does the upgrade-stripe skill do?
Guide for upgrading Stripe API versions and SDKs
How do I install it?
Run `npx skills add fcakyon/claude-codex-settings --skill upgrade-stripe --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
