Agent skill · Backend & API

upgrade-stripe

Guide for upgrading Stripe API versions and SDKs

fcakyongithub.com/fcakyonGitHub ↗
claude-codecodexcursorApache-2.0
Install
npx skills add fcakyon/claude-codex-settings --skill upgrade-stripe --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: plugins/stripe-skills/skills/upgrade-stripe/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 967
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Understanding Stripe API Versioning
  2. Types of Changes
  3. Server-Side SDK Versioning
  4. Dynamically-Typed Languages (Ruby, Python, PHP, Node.js)
  5. Strongly-Typed Languages (Java, Go, .NET)
  6. Best Practice
  7. Stripe.js Versioning
  8. Loading Versioned Stripe.js
  9. API Version Pairing
  10. Migrating from v3
  11. Mobile SDK Versioning
  12. iOS and Android SDKs
  13. React Native SDK
  14. Backend Compatibility
Commands it runs
npm install @stripe/stripe-js
curl https://api.stripe.com/v1/customers \
More from claude-codex-settings
All skills →
About this skill
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.

Keep going