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.