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_
is now starts_attime end_
is now ends_attime meters.
is now meters.metermeter_ id
The response changes are as follows:
data_
is now refreshed_atrefreshed_ at
The data
object is now nested inside rows, which includes pagination details. Within the data
field, the response changes are as follows:
bucket_
is now starts_atstart_ time bucket_
is now ends_atend_ time bucket_
is now valuevalue meter_
is now meterid
Impact
When you upgrade to this API version, you can use the pagination features to access more of your meter usage data.