Skip to main content

API Version 2025-11-10

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.

Contributor
Lamone Armstrong

Share this article