Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign 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
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
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
United States
English (United States)
HomeDeveloper resourcesChangelogClover2025-09-30.preview

Adds pagination and updates fields for aggregrated Billing meter usage dataBreaking changes

What’s new

Adds pagination to aggregated Billing meter usage data, and updates field names for consistency with other Stripe APIs.

Why is this a breaking change?

We renamed some request parameters and response fields.

The request changes are as follows:

  • start_time is now starts_at
  • end_time is now ends_at
  • meters.meter_id is now meters.meter

The response changes are as follows:

  • data_refreshed_at is now refreshed_at

The data object is now nested inside rows, which includes pagination details. Within the data field, the response changes are as follows:

  • bucket_start_time is now starts_at
  • bucket_end_time is now ends_at
  • bucket_value is now value
  • meter_id is now meter

Impact

When you upgrade to this API version, you can use the pagination features to access more of your meter usage data.

Changes

ParametersChangeResources or endpoints
ends_atstarts_atAdded
Billing.Analytics.MeterUsage#retrieveBilling.Analytics.MeterUsageRow
meterAdded
Billing.Analytics.MeterUsage#retrieve.meters[]Billing.Analytics.MeterUsageRow
valueAdded
Billing.Analytics.MeterUsageRow
bucket_end_timebucket_start_timebucket_valueRemoved
Billing.Analytics.MeterUsageRow
meter_idRemoved
Billing.Analytics.MeterUsage#retrieve.meters[]Billing.Analytics.MeterUsageRow
end_timestart_timeRemoved
Billing.Analytics.MeterUsage#retrieve
refreshed_atrowsAdded
Billing.Analytics.MeterUsage
datadata_refreshed_atRemoved
Billing.Analytics.MeterUsage

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-09-30.preview
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Related changes

  • Adds the ability to update automatic tax, invoice creation, and invoice settings for Checkout Sessions
  • Adds the unit label parameter to the product data hash
  • Adds support for Billing Cadence, Billing Settings, and Billing Profile
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc