Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds pagination and updates fields for aggregrated Billing meter usage data


  • Breaking changes
  • Public preview

Adds pagination and updates fields for aggregrated Billing meter usage data Breaking changes Public preview

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_at starts_atAddedBilling. Analytics. MeterUsage#retrieve Billing.Analytics.MeterUsageRow
meterAddedBilling. Analytics. MeterUsage#retrieve. meters[] Billing.Analytics.MeterUsageRow
valueAddedBilling.Analytics.MeterUsageRow
bucket_end_time bucket_start_time bucket_valueRemovedBilling.Analytics.MeterUsageRow
meter_idRemovedBilling. Analytics. MeterUsage#retrieve. meters[] Billing.Analytics.MeterUsageRow
end_time start_timeRemovedBilling. Analytics. MeterUsage#retrieve
refreshed_at rowsAddedBilling. Analytics. MeterUsage
data data_refreshed_atRemovedBilling. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?