August 2023
about 2 years ago
2023-08-31
π Feature
- Create a
Teamno longer requires userId to be provided - Create/Update
Tariffsno longer requires countryAreaId to be provided - Added the user and team member (if from CP's team) associated with a
Charge Charge Auth Tokensusage can now be limited to the operator's network.- Added support for partnerExternalId and partnerCustomPayload for
Wallet Transactions - Added patch endpoint for
Wallet Transactions - Added new filters to GET
/wallet-transactions, you can now filter by:referenceTypereferenceIdstategrouppartnerExternalId
- Added new field
activeAtto Charge Point model, indicating when the Charge Point was (last) activated
π Fix
- Price Groups: Added type
roaming - Tariffs:
- Fixed an issue where GET resource by ID would return 401
- Fixed an issue with the validation of non-overlapping recurring periods with the same weekday
- Fixed an issue with
PATCH /tariffs/:idThat would lead toBAD_REQUEST
π Docs
- Added/Updates API documentation for
Wallet Transactions,Price Groups,Subscriptions, and others.
2023-08-16
π Feature
- Beta / For selected partners: We are launching our webhooks system, starting with charge transactions. Check out the guide and the api docs. π
- Added support to starting a
ChargewithkWhLimitorsocLimit - Added new endpoints to list and fetch
Country Area - Added
displayNameandpriceGroupIdfor theTeam Membermodel. - Expanded patch
Team Memberto support more fields - Added new filter by the state for
Charge Points - Operators can now access the
Chargespaid by their teams viaGET /charges/:idendpoint. However, they are not yet included in theGET /chargesendpoint. This will come in a later release. - Added new field type for
Charges
π Fix
- Fixed access checks when fetching
Wallet Transactionsby id were causing403 - Fixed access checks when fetching
Price Groupsby id were causing403
π Docs
- Added/Updates API documentation for
Team Members,Price Groups, and others. - Split our API docs in guides and api reference
2023-08-03
π Feature
- Added new endpoints to list, create, update, and delete
Price Groups - Added endpoint to create (invite) and delete a
Team Member - Added endpoint to delete a
Team - Allow listing deleted
SitesandCharge Points - Partners can now use Monta's receipt system when providing
genericPaymentSessionwhen starting aCharge - New Endpoints to fetch, list, create and update the following entities in the tariffs context:
TariffsPeriod GroupsRecurring Periods
- Added endpoint to generate the
Pricesfor a given tariff
β οΈ Breaking change
- Previously, the
userIdfield forTeam Memberwas a non-nullable field, from this version onwards this field is nullable.
π Docs
- Added/Updates API documentation for
Price Groups,Team Members, andTariffs - Added detailed documentation for Price Groups.