Skip to content
Create account or Sign in
The Stripe Docs logo
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Versioning
Changelog
    Overview
    Clover
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Stripe Dashboard
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Terraform
Features
Workflows
Event destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context ProtocolBuild agentic AI SaaS Billing workflows
Security and privacy
Security
Stripebot web crawler
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
United States
English (United States)
HomeDeveloper resourcesChangelogClover2026-01-28.clover

Adds OpenAPI artifacts containing v2 API endpoints

What’s new

New versions of Stripe’s OpenAPI specifications have been added to the stripe/openapi repository, covering all endpoints and events in the v1 and v2 API namespaces in a single file. The new files are available in two directories:

  • /latest/ — The latest generally available (GA) release, with public specs (openapi.spec3.*) and SDK specs (openapi.sdk.spec3.*)
  • /preview/ — The latest public preview release, with SDK specs only (openapi.sdk.spec3.*)

All files are available in JSON and YAML formats. The SDK specs contain additional OpenAPI Extensions that Stripe uses internally.

OpenAPI files in /openapi/, which contain only v1 endpoints and events, will continue to be updated as usual with each new API version.

Impact

Developers of third-party SDKs and custom Stripe clients that are powered by the OpenAPI specifications in stripe/openapi can use the new unified files to power their code generation. Users and developers who don’t consume these files aren’t affected by this change.

Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc