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

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
M
MIT News - Artificial intelligence
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
Engineering at Meta
Engineering at Meta
Martin Fowler
Martin Fowler
H
Help Net Security
B
Blog
Y
Y Combinator Blog
小众软件
小众软件
S
SegmentFault 最新的问题
I
InfoQ
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
D
Docker
博客园 - 【当耐特】
J
Java Code Geeks
阮一峰的网络日志
阮一峰的网络日志

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
Custom plans and prices
Clerk · 2026-01-26 · via Clerk Changelog

You can now transition active subscriptions between different billing plans right from the dashboard or backend API. Switch a customer's subscription from one price to another while keeping their billing smooth — whether you're upgrading them from free to paid or moving between paid tiers.

What's new

This subscription item management feature lets you easily change a customer's active subscription item to a new pricing plan. It makes essential Billing workflows simple:

  • Promotional offers - Apply special pricing to existing subscribers
  • Tiered upgrades and downgrades - Move customers between different paid plans based on their needs or usage
  • Plan migrations - Transition customers to new pricing structures as your product evolves

When you create a price transition, we handle all the timing and billing logic for you:

Free-to-paid transitions depend on the customer's current subscription state:

  • New to paid: When transitioning a customer from free to a paid plan with no other active subscription, the paid plan activates immediately and the customer is charged right away

    • Example: Moving a customer on the free plan to Pro ($50/month). Pro activates immediately, customer charged $50.
  • Free to paid with active subscription: When transitioning from free to paid but the customer has another active subscription, the paid plan is scheduled as upcoming to avoid billing conflicts

    • Example: Customer on free plan with an active Pro subscription through March 20. Switching the free plan to Enterprise sets Enterprise as upcoming until March 20.

Paid-to-paid transitions schedule the new plan to avoid billing overlap:

  • Switching between paid plans: When a customer already has an active paid subscription, the new plan is scheduled to start when their current billing period ends
    • Example: Upgrading a customer from Basic ($20/month, paid through Feb 15) to Enterprise ($35/month) on Jan 15
    • Basic remains active through Feb 15 (already paid for)
    • Enterprise becomes upcoming and activates Feb 15 (customer charged then)
    • Prevents double-billing the customer for overlapping periods

Paid-to-free transitions schedule the free plan as upcoming, allowing the customer's current paid subscription to run through its paid period before automatically activating the free plan.

Getting started

To change the price or plan of your subscriptions:

  1. Navigate to Subscriptions in the Clerk dashboard
  2. Choose the subscription item you want to update
  3. Click the three dots menu
  4. Update the price or plan as needed

Custom plans and prices

Create custom prices

If you can't find a price that satisfies your needs from the existing options, you can create a new price by clicking "Create new price" and use it right away for your subscription transitions.

We're currently working on a feature that will allow you to assign paid plans to customers without billing them. This capability will be valuable for several scenarios:

  • Gifting subscriptions - Give users complimentary access to premium features
  • Internal team access - Let your team use paid features in production without extra billing
  • Migration help - Support customers who've already paid on other platforms