August 2023
over 1 year ago
2023-08-31
π Feature
- Create a
Team
no longer requires userId to be provided - Create/Update
Tariffs
no longer requires countryAreaId to be provided - Added the user and team member (if from CP's team) associated with a
Charge
Charge Auth Tokens
usage 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:referenceType
referenceId
state
group
partnerExternalId
- Added new field
activeAt
to 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/:id
That 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
Charge
withkWhLimit
orsocLimit
- Added new endpoints to list and fetch
Country Area
- Added
displayName
andpriceGroupId
for theTeam Member
model. - Expanded patch
Team Member
to support more fields - Added new filter by the state for
Charge Points
- Operators can now access the
Charges
paid by their teams viaGET /charges/:id
endpoint. However, they are not yet included in theGET /charges
endpoint. This will come in a later release. - Added new field type for
Charges
π Fix
- Fixed access checks when fetching
Wallet Transactions
by id were causing403
- Fixed access checks when fetching
Price Groups
by 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
Sites
andCharge Points
- Partners can now use Monta's receipt system when providing
genericPaymentSession
when starting aCharge
- New Endpoints to fetch, list, create and update the following entities in the tariffs context:
Tariffs
Period Groups
Recurring Periods
- Added endpoint to generate the
Prices
for a given tariff
β οΈ Breaking change
- Previously, the
userId
field forTeam Member
was 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.