惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
爱范儿
爱范儿
J
Java Code Geeks
A
About on SuperTechFans
F
Fortinet All Blogs
B
Blog
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
博客园_首页
博客园 - 叶小钗
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
云风的 BLOG
云风的 BLOG

Clerk Changelog

Largest organizations report Flush elevation option for page-mounted components Groups and custom attributes mapping are now generally available Organizations support in OAuth Applications Improved observability with Application Logs Clerk CLI API Keys General Availability Directory Sync (SCIM) is now generally available Theme Expo native components from a JSON file Infinite scrolling in Overview tables Filter test users in Overview analytics Annual-only plans for Clerk Billing Preview Custom Session Claims Restrict end users from changing their identifiers Clerk Billing now supports plans with seat limits Overview for waitlist mode Clerk is now available in Stripe Projects Organization activity report Create and manage enterprise connections through Clerk's API Native React Native components, Google Sign-In, and Core 3 X social connection improvements JWT format support for M2M tokens Chrome Extension JavaScript SDK support Core 3 Organization retention report Require multi-factor authentication (MFA) on mobile Test enterprise connections with shareable links Clerk Convex integration for Swift and Kotlin Require multi-factor authentication (MFA) Improved visibility into Stripe account status
API Version 2025-11-10
Lamone Armstrong · 2025-11-10 · via Clerk Changelog

Category
Billing

Published

New API Version available with Clerk Billing updates

What’s New

Billing API Redesign

  • Introduces a new /billing path to replace the legacy /commerce endpoints for all billing-related functionality.
  • Billing amounts are now represented using structured Fee objects instead of top-level fields.
  • More details: Guide to Upgrading Your API Version

Overview of Breaking Changes

More details can be found in the upgrade guide linked above.

AreaDescriptionMigration Notes
Field Renamepayment_sourcepayment_methodUpdate all integrations and payload references to use payment_method.
Payload ChangeRemoved top-level amounts fields in the plans payloadAll amount-related info is now structured via associated Fee objects.
Endpoint Change/commerce/* endpoints have been renamedUse /billing endpoints instead. /commerce will be removed over time.

Note

We strongly recommend upgrading to version 2025-11-10 as soon as possible to ensure new billing features work as expected. To see which SDK versions support it, click here.