August 2025
3 months ago
⚠️ Deprecations
- Subscriptions: The request body field
firstPurchaseAtin approve-subscriptions endpoint has been deprecated. UsenextPurchaseAtinstead (for consistency reasons).
🚀 Feature
- Charges: Add new field
Charge.kwhPerMaxResolutionwhich provides kWh consumption in highest available resolution (usually 15min buckets). - Subscriptions: When creating a subscription you can provide
nextPurchaseAtnow.
🐛 Fix
- Currencies: Brought back the
idfield where it was missing. - Charges:
Charge.kwhPerHourprovides kWh consumption in hourly buckets. - Subscriptions: When filtering by multiple criteria in the list endpoint, only the first criteria was considered.
- Users: When retrieving users,
includeDeletedfilter works properly now - Users:
createdAt,updatedAtanddeletedAtare taken from the respective Application User instead of the underlying user. This allows you to identify when a user signed up for / deleted the account from your app. This is necessary since the same user might belong to many applications (ie. Monta and your whitelabel application).