The new base url for the Partner API is partner-api.monta.com
The previous one (partner-api.monta.app) is deprecated and will continue to work until 01.04.2023.
π Feature
Added support to create and delete Charge Auth Tokens
Added support to fetch one or multiple Teams
Added field operatorNote to Charge Point responses
π Fix
Renamed /chargeAuthTokens endpoint to /charge-auth-tokens
request parameters and response payloads will remain the same,
we will support both endpoints until at least 13-02-2023
then we will effectively remove /chargeAuthTokens
π Docs
Updated API documentation includes:
New endpoints to create and delete Charge Auth Tokens
New endpoints to fetch Teams
New Charge Point field
Instructions to migrate from the deprecated /chargeAuthTokens endpoint
Charge transactions can be filtered by fromDate and state
Charge transactions are sorted by createdAt descending
β οΈ Breaking change
Previously, the pagination page parameter would handle 0 and 1 equally but return an incorrect pagination meta data. Our Pagination page parameter was updated to start from 0. A page of 1 will now return the second page.
2022-09-14
π Feature
New endpoint added for reserving a Charge Point.
β οΈ Breaking change
fromType and from on wallet transaction model is nullable now (e.g. for deposit transactions)
toType and to on wallet transaction model is nullable now (e.g. for withdrawal transactions)