Changelog
This changelog is outdated, please use the Change Log in the side menu
2024-01-18
๐ Feature
- New endpoints and support for Team Member Profiles
- New endpoint to get Wallet Transactions by invoiceId
/wallet-transactions/invoices/{invoiceId} - New endpoint to get invoices by id
/invoices/{invoiceId} - New endpoint to get
listof invoices by wallet id as a query parameter/invoices?walletId=123 - Wallet Transactions: Added field
completedAt - Add new webhook event type for Charge Auth Tokens (
charge-auth-tokens) - Added new endpoints to retrieve Users that are part of your whitelable application
- Add new webhook event type for Users (
users) - Added new Insights endpoint to retrieve driver report with Team Member Cost Groups
- Added
fromSubAmount,fromVatAmount,toSubAmountandtoVatAmountto Wallet Transactions - Added
releasedAtfield to Charge model - Update to Insights > Driver Report: you can provide wether the report is based on wallet transactions
completedAtor charge transactionscompletedAtdate (default) - Update to Charges Webhooks: they are sent on
kwhchanges as well now - Updates to Charge Keys:
- PATCH endpoint allows setting
activeUntil - New endpoints added to block / unblock a Charge Key
- PATCH endpoint allows setting
- New endpoint for Wallets:
GET /walletsallows you to retrieve wallets for your operator or teamGET /wallets/:idreturns a specific wallet by id- We also added
fromWalletIdandtoWalletIdfields to Wallet Transactions
- New endpoint for Prices Forecast
/prices/forecast, this endpoint will enable partners to forecast prices for a given Charge Point and Price Group - Added field
startSourceon the Charges response, the full dictionary of types and descriptions can be found here - Added endpoints to create, update and delete Sponsored Charge Points, endpoints and request/response objects can be found here.
- Added new Insights APIs - they are replacing the Charges Insights APIs:
/insights/charges/charger-report: Returns a list of charge points (owned by giventeamId) with the number of charging sessions and the total Kwhs consumed./insights/charges/driver-report: Returns charge insights for the giventeamId(and optionallyteamMemberIds) broken down by team member.
Takes only charges into consideration that were paid for by the providedteamId.
- Added new Price Group Tags APIs - they allow you to assign tags to price group elements (charge pricings).
GET /price-group-tags- Retrieve your operators' tagsGET /price-group-tags/:id- Retrieve a tag by idPOST /price-group-tags- Create a new tagPATCH /price-group-tags/:id- Update an existing tagDELETE /price-group-tags/:id- Delete a tag
Note: tags are scoped at operator level, so they can be used across an operator.
- Price Group Tags are exposed on Charge Breakdowns
- Price Group Tags can be assigned when creating Price Groups
- Charge Points - added new fields:
chargePointModelIdisActive
- Sponsored Charge Points - added new fields to
chargePointobject:chargePointModelIdbrandNamemodelNamefirmwareVersionmaxKwisActive
- Charges contain a new object
publicChargePoint. This gives you public information about the charge point, such as EVSE ID, address, brand, and model. - You can include deleted entries for Sponsored Charge Points in
GET /api/v1/sponsored-charge-points - Added field
completedAtandchargePointOperatorNamefor Charges - Added
reservableandreservationTimefor Charge Points - Added
vatNumberto Teams model
๐ Docs
- We have added a new field
x-sunsetwhich specifies the date for removal on all deprecated fields / endpoints. Any field or endpoint that was announced to be removed already or soon was updated for removal by 01.04.2024 to give you more time to validate your integrations.
๐ Fix
- Generic Payment Sessions no longer require
cardLast4to be present to be persisted. For now, we persist in any Generic Payment Session that has any field filled in. Very soon will make it a requirement to provide at least one provider andexternalId - Generic Payment Sessions require the fields
providerandexternalIdto be provided. - Fixed a couple of fields that were not mapped correctly on the Tariffs response
- The
vatflag was not applied correctly to spot fees. - Deleted Team Members are retrievable via
GET /api/v1/team-members/{id} - When using the Driver Report, Team Members that did not yet create an account on Monta are excluded, avoiding a potential 500 error.
- Sponsored Charge Points:
deletedAtfield is properly populated - Installer Jobs: filtering by
siteIdis possible now - EVSE IDs are shown correctly now for Charge Points coming in via Hubject
Deprecation Note
- We have deprecated Charges Insights APIs (
/charges/insights). They will be removed by 01.04.24. Moving forward make use of the new Insights APIs.
BetaThe
/prices/forecastis currently in BETA phase, changes and might be subject to change in a near future release
2023-11-23
๐ Feature
- New endpoint for Charges insights
/charges/insights- This endpoint lets you get insights and breakdowns about charges for a specified period. You can get these insights:
- totalKwh
- totalPrice
- totalCost
- totalSessions
- Broken down by charges performed at:
- operator
- external
- sponsored
- total
- This endpoint lets you get insights and breakdowns about charges for a specified period. You can get these insights:
- New endpoint to
getandlistCurrencies - New endpoint to
getandlistOperators - Added support to set the flag
canManageTeamMembersfor Team Members via POST and PATCH. - Updated documentation around Charges state
- Added new the ChargePointAuthToken partnerExternalId on the Charges response.
- Team Members: Added new filter to filter Team Members by their state.
- Team Members: Added new filters to filter Team Members by their
userI,phoneoremail. - Team Members: Added new endpoint to resend Team Member invitations.
๐ Fix
- The Resource
Not FoundThe message was ambiguous in specific situations; this has been fixed now - Add new price group type
reimbursement - Renamed
partnerIdincharge.genericPaymentSessiontopartnerExternalId - Fix an issue with
sponsoredChargePointIdmissing on some sponsored charges - Fix an issue where empty tariffs were added to each charge breakdown item
- Renamed
occptoocpp, the protocol name was wrongly spelled. - Fix Charge Points costPriceGroup was wrongly mapped and therefore always null
- Fix Charge Auth Tokens partnerExternalId and partnerCustomPayload were not being persisted during the creation step
Deprecation Note
- We have deprecated
priceBreakdownandcostBreakdownfields on the Charge model both fields will be removed by 31.01.24. As a replacement for those fields, please usecharges/:chargeId/breakdown.
2023-09-29
๐ Feature
- When creating a Subscription you can set
discountPercentageanddiscountAbsolute - New endpoint for Charges at
/charges/:id/breakdownto retrieve price and cost breakdown - New endpoints to manage Installer Jobs - they can be created, deleted, and retrieved
- New Webhook entity added: Team Members - you can use this to get informed when a team member accepts their invite.
- You can use the Webhook Config endpoint to limit webhooks to certain Event Types, currently:
chargescharge-pointssitesteam-members- or provide
*to get all entity changes delivered to your webhook endpoint
- Added two new fields to Wallet Transactions:
kind: gives a hint about the reason for this transaction, ie. charge-sponsored, tax-refund, ...; Note that as of now we have 118 kinds and this list will grow over time. We will add more docs moving forward.vatPercentage: the amount of VAT that was part of this transaction
- Allow filtering Subscriptions by
subscriptionPurchaseId. This allows you to find a subscription related to a wallet transaction withreferenceTypeSUBSCRIPTION_PURCHASEand itsreferenceId - New endpoint to delete a Tariff Period Group
- New endpoint to delete a Tariff Recurring Period
- New endpoint to delete a Site
- New endpoint to delete a Charge Point
- Added
currencyas part of the Teams - Team Members have a new field `canRequestSponsoring which you can read/write
- Webhooks are enabled for all existing and new consumers
- Charges that you paid for can be obtained by using the new
operatorRolefilter onGET /chargeswith valuepayer - Added new fields to Charge Point model to determine its Price Groups
priceGroupId- id of the public price grouproamingPriceGroupId- id of the roaming price groupcostPriceGroupId- id of the cost price groupsponsoredPriceGroupId- id of the sponsored price group
- Added new endpoints to retrieve your Payment Terminals
- Added new endpoints to retrieve your Subscription Purchases
- Added new endpoints to retrieve and setup Charge Point Integrations
- New Webhook entity added: Wallet Transaction - you can now get notified when a wallet transaction is created or updated.
- New Webhook entity added: Subscription - you can use this to get informed when this entity is created or updated.
- New Webhook entity added: Plan - you can use this to get informed when this entity is created or updated.
- New Webhook entity added: Installer Job - you can use this to get informed when this entity is created or updated.
- New Webhook entity added: Price Group - you can use this to get informed when this entity is created or updated.
- New Webhook entity added: Team - you can use this to get informed when this entity is created or updated.
- New Webhook entity added: Team - you can use this to get informed when this entity is created or updated.
- Add new metadata section for Wallet Transactions metadata section will used to enrich transactions with either Charge or Tax Refund data.
- Added granular scopes: you can now specify not only the entities accessible by a consumer but also if they can read, write, or delete (read more)
- From now onwards, it is possible to patch the Team owner via Api
- Exposing the
chargePointKwfor the Charges response. chargePointIdsare not mandatory anymore for patching a Team Members- Exposing the
serialNumberfor Sponsored Charge Points responses.
๐ Fix
- Fixed
connectorIdis not mandatory to create Charge Point Integrations anymore. - Add a new flag called
autoConnectto allow setting up Charge Point Integrations without having to point the Charge Point to Monta - Fixed issue when setting up Charge Point Integrations the
connectorIdwas being set to0instead of1when not provided. - Sorting Charge Points and Sites by location now allows negative latitude and longitude.
2023-09-19
๐ Feature
- When creating a Subscription of type
tax-refundyou can modifypayoutPerKwhandpriceIncludesVATfield.
๐ Fix
- Update Plans and Subscription models
- Fixed
fromDate/toDatefilter for Wallet Transactions - Add
endDayOfWeekto Tariff Recurring Period
2023-09-14
Deprecation Note
- We have deprecated
operatorIdfield on Team models. Use the new fieldoperatorinstead. The old field will be removed by 01.12.23.- We have deprecated
maxKWfield on various model. Use the new fieldmaxKwinstead. The old field will be removed by 01.12.23.
๐ Feature
- Introduced endpoints for listing and retrieving
Sponsored Charge Points - Added endpoints for listing and retrieving
Plans - Implemented endpoints for creating, updating, canceling, and fetching
Subscriptions - Added support for specifying multiple days for
Tariffs Recurring Periods Charge Auth TokensAdded support for the following fields when creating or updating:userIdteamIdmontaNetworkroamingNetworkactivelUntil
Price Groups- New endpoint to set a default price group
- New endpoint to apply a price group to Team Members, Charge Points, and Sites
- Added the ability to specify a
from/todates for a fee - Price groups now support multiple tariffs
Webhooks- Expanded webhook support for Charge Points and Sites
- Charges events will also be triggered when the charge was paid by the operator
๐ Bugs
- Fixed display name missing for team members on the charges endpoint
๐ Docs
- Updated and added API documentation for
Price Groups,Subscriptions,Sponsored Charge Points, and more
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.
2023-07-20
๐ Feature
- Beta
Price Groupsendpoints are officially retired. The new price groups endpoints will be available soon Wallet Transactionscan now be fetched byteamId- Added the
referenceIdfield forWallet Transactions - Added support for filtering resources with null
partnerExternalId - Added new
/api/v1/consumers/me,api/v1/auth/meis now deprecated, please migrate to the new one - Exposing operator data for:
-Teams
-Charges
-Charge Points,
-Charge Auth Tokens,
-Sites
๐ Fix
- Fixed typo for
team-has-fundpayments method
๐ Docs
- Removed beta
Price Groupsdocs - Added documentation for new
Consumerendpoint - Updated documentation for existing endpoints, query parameters, and fields
2023-07-06
๐ Feature
- Added a Patch
Team Memberendpoint. Setting charge point ids for aTeam Memberis now supported - Ability to sort
Charge Pointsby location via thesortByLocationquery parameter - Updated
Charge Point Modelto expose the models supported features - Updated
Charge Pointmodel to expose theevse_id
๐ Docs
- Updated documentation for new endpoints, query parameters, and fields
2023-06-20
๐ Feature
- Ability to filter
ChargesbypartnerExternalId - Ability to provide
partnerExternalIdandpartnerCustomPayloadwhen starting aCharge - Expose new fields
partnerExternalIdandpartnerCustomPayloadforCharges - New patch endpoint to update
partnerExternalIdandpartnerCustomPayloadforCharges - New Endpoints to create and update the following entities:
TeamsSitesCharge Points
- New Endpoints to fetch one or multiple:
Charge Point ConnectorsCharge Point BrandsCharge Point ModelsCountries
๐ Docs
- Fixed missing
charge-points/mapsquery filters - Added documentation with new endpoints:
TeamsSitesCharge PointsCharge Point ConnectorsCharge Point BrandsCharge Point ModelsCountries
2023-05-02
๐ Feature
- Added new
Charge Pointfields:brandName,modelName,firmwareVersionandintegrationType - Added new field
partnerCustomPayloadon the following entities:Charge Point,Charge Auth Token,Charge Point,Team
- New patch endpoint to update
partnerExternalIdandpartnerCustomPayloadfor the following entities:Charge Point,Charge Auth Token,Charge Point,Team
- Added endpoints to fetch and list Team members.
- Ability to create
Charge Auth Tokenassigned to aUser.
๐ Fix
- Removed legacy
\chargeAuthTokensendpoint.
๐ Docs
- Updated
Charge Pointstates.
2023-03-20
๐ Feature
- Added new fields to
Chargemodel:soc(State of Charge),socLimitandpriceLimit - Added new field to
Charge Pointmodel:cablePluggedIn- indicates if a cable is plugged in currently - Added
partnerExternalIdtoCharge Point,Site,Charge Auth TokenandTeammodels - Added query parameter
partnerExternalIdto filter by it onCharge Point,Site,Charge Auth TokenandTeamindex endpoints
Beta
- Added endpoints to fetch
Price Groups- this group of endpoints is subject to change in a near future release
2023-03-01
๐ Fix
- โ ๏ธ Breaking change: Wallet transaction's field
updated_atis optional
2023-02-01
New Base URLThe new base url for the Partner API is
partner-api.monta.comThe 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
operatorNotetoCharge Pointresponses
๐ Fix
- Renamed
/chargeAuthTokensendpoint to/charge-auth-tokens
request parameters and response payloads will remain the same,
we will support both endpoints until at least13-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 Pointfield - Instructions to migrate from the deprecated
/chargeAuthTokensendpoint
- New endpoints to create and delete
2023-01-04
๐ Feature
- Charges can now be filtered by the combined filter
chargeAuthTypeandchargeAuthId - New endpoints added to fetch one or multiple
Charge Auth Token - Added a new field
lastMeterReadingKwhtoCharge Point
๐ Docs
- Updated API documentation includes:
- New endpoints to fetch
Charge Auth Token - New
Chargefilters - New
Charge Pointfield
- New endpoints to fetch
๐ Fix
- Endpoint
/api/v1/mewould not work with certain scopes - Fetching a Wallet Transaction by id was not working
2022-12-14
๐ Feature
- Filter Charges, Sites and Charge Points by
teamId - Wallet Transactions now have the
createdAtandupdatedAtfields - New fields
kwhPerHourandstopReasonadded to Charge, allowing you to retrieve information:- The total Kwh consumed for that charge, split by hour
- The reason why the charge was stopped
๐ Docs
- Endpoints now also have the most important errors documented
- General cleanup of examples and descriptions to help auto-generate valid requests
2022-11-07
๐ Feature
- New field
chargeAuthadded to Charge, allowing you to retrieve information about the authentication method used to authenticate the charge - Charge, ChargePoint and Site now have the
createdAtandupdatedAtfields
๐ Fix
siteIdquery param of/api/v1/charge-pointswould allow for string values. This will now return a400 - Bad Requestif the value is not a number.
๐ Docs
- Update documentation for
auth/meand pagination parameters.
2022-09-16
๐ Feature
- Charge transactions can be filtered by
fromDateandstate - Charge transactions are sorted by
createdAtdescending
โ ๏ธ Breaking change
- Previously, the pagination
pageparameter would handle0and1equally but return an incorrect pagination meta data. Our Paginationpageparameter was updated to start from0. Apageof1will now return the second page.
2022-09-14
๐ Feature
- New endpoint added for reserving a Charge Point.
โ ๏ธ Breaking change
fromTypeandfromon wallet transaction model is nullable now (e.g. for deposit transactions)toTypeandtoon wallet transaction model is nullable now (e.g. for withdrawal transactions)
2022-07-06
๐ Feature
- New map endpoint for Charge Points, allowing you to retrieve Clusters, Sites and Charge Points to be rendered on a map.
- Added field
deeplinksto Charge Points. They allow you to start charging via Monta app or web app [no registration needed]. - Added auth scopes to credentials. Scope determines if you are eligible to access certain endpoints.
๐ Docs
- Update contact url in docs.
2022-06-13
๐ Feature
- Rate-limit will be enforced from now on
โ ๏ธ Breaking change
staticMapUrlremoved fromLocationmodel
2022-06-03
๐งน Chore
- Better error handling
2022-06-01
โ ๏ธ Breaking change
- Rename
Connector.slugtoConnector.identifier - Rename query param
from/totofromDate/toDatein wallet transactions
๐ Fix
- Throw 401 instead of 404 when client credentials are wrong
๐ Docs
- Improve description for pagination parameters
- Add schema for
TeamOrOperator - Add enum values to all enum types
- Add security schemes
2022-05-31
๐ Feature
- Initial Release with Sites, Charge Points, Charges, Wallet Transactions and Start/Stop charging