stripe-api-versioning-and-upgrades

star 45

Upgrading Stripe API versions, SDKs, Stripe.js, and mobile SDKs. Covers versioning rules and upgrade checklist.

diegosouzapw By diegosouzapw schedule Updated 2/28/2026

name: stripe-api-versioning-and-upgrades description: Upgrading Stripe API versions, SDKs, Stripe.js, and mobile SDKs. Covers versioning rules and upgrade checklist. when_to_use: Use when updating Stripe API/SDK versions, testing version changes, or migrating integrations. scope: execution/backend/payments/ authority: high alwaysApply: false

Stripe API Versioning & Upgrades

Latest API version: 2026-01-28.clover. Default to latest unless user specifies otherwise.

API Versioning Basics

  • Date-based versions (e.g., 2026-01-28.clover, 2025-08-27.basil).
  • Backward-compatible: New resources/params, webhook types (no code changes).
  • Breaking: Field renames/removals, behavior changes (review changelog).

Server-Side SDKs

  • Dynamic languages (Node.js/Python/Ruby/PHP): Set apiVersion globally or per-request.
    const stripe = require('stripe')(key, { apiVersion: '2026-01-28.clover' });
    
Install via CLI
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill stripe-api-versioning-and-upgrades
Repository Details
star Stars 45
call_split Forks 14
navigation Branch main
article Path SKILL.md
More from Creator
diegosouzapw
diegosouzapw Explore all skills →