Changelog#
2025-07-08#
ServiceAreaService#
Updates
Updated the package from
ridepooling
totrip
. To use this new version, the Protobuf definitions need to be re-downloaded (see Getting Started).
Removals
The old package is not supported anymore.
RefundService#
Updates
Updated the package from
ridepooling
totrip
. To use this new version, the Protobuf definitions need to be re-downloaded (see Getting Started).
Removals
The old package is not supported anymore.
2025-07-03#
FeedbackService#
Released v1. To use this new version, the Protobuf definitions need to be re-downloaded (see Getting Started). v1beta1 is deprecated.
2025-07-01#
CustomerService#
Released v1. To use this new version, the Protobuf definitions need to be re-downloaded (see Getting Started). v1beta1 is deprecated.
2025-06-19#
General#
Updates
Updated the URLs under which the Trip API is available in the Introduction.
2025-06-10#
General#
Updates
Renamed the
Ridepooling API
toTrip API
. To continue using the API, the Protobuf definitions need to be re-downloaded (see Getting Started).
2025-06-02#
RefundService#
Additions
Added
GetRefund
. To use this new RPC, the Protobuf definitions need to be re-downloaded (see Getting Started).
2025-05-07#
Sandbox#
Released the Ridepooling API Sandbox, see its documentation.
2025-05-06#
FeedbackService#
Updates
Renamed field
feedback_form
tofeedback_forms
inListPendingCustomerFeedbackFormsResponse
message.
2025-04-30#
TripService#
Updates
Changed field
location
inVehicle
message to optional.
2025-04-25#
TripService#
Released v1beta4. To use this new version, the Protobuf definitions need to be re-downloaded (see Getting Started).
Breaking
Renamed field
price
togross_amount
inPricePart
andPrice
messages.Added
net_amount
andtax_rate
toPrice
message.Re-numbered fields in
Price
andPricePart
messages.
Removals
v1beta3 is deprecated and support is dropped.
2025-04-11#
RefundService#
Released v1beta1
Additions
Added
ListRefunds
RPC. To use this new RPC, the Protobuf definitions need to be re-downloaded (see Getting Started).Added Guides - Handling Refunds page.
2025-02-28#
TripService#
Released v1beta3. To use this new version, the Protobuf definitions need to be re-downloaded (see Getting Started).
Breaking
Replaced
vehicle_id
field withvehicle
field inTrip
message.Re-numbered fields in
Trip
message.
Removals
v1beta2 is deprecated and support is dropped.
Additions
Added
ApproachSpeed
toTrip
andRequestTripOffersRequest
messages.
2025-01-28#
ServiceAreaService#
Updates
Renamed file from
servicearea.proto
toservice_area.proto
.
2025-01-20#
General#
Updates
Labelled
start
andend
asoptional
in common typemoia.type.v1.TimeInterval
.
2025-01-15#
CustomerService#
Additions
Added
AddCustomerFlag
,ListCustomerFlags
,RemoveCustomerFlag
RPCs.Added Fundamentals - Customer Flags page.
Added Customer Flags description to Guides - Customer Management page.
2025-01-14#
FeedbackService#
Updates
Updated Guides - Customer Feedback page.
2024-12-23#
FeedbackService#
Released v1beta1
Additions
Added RPCs
ListPendingCustomerFeedbackForms
andSubmitCustomerFeedback
.Added Guides - Customer Feedback page.
2024-12-04#
ServiceAreaService#
Released v1beta2
Breaking
Replaced
service_hours
inServiceAreaService
withservice_hour_intervals
.
Removals
v1beta1 is deprecated and support is dropped.
Updates
Updated Guides - Service Area page.
2024-11-22#
ServiceAreaService#
Released v1beta1
Additions
Added
GetServiceArea
,ListServiceAreas
andListServiceHours
RPCs. To use these new RPCs, the Protobuf definitions need to be re-downloaded (see Getting Started).Added Guides - Service Area page.
CustomerService#
Released v1beta1
Additions
Added RPCs
CreateCustomer
,GetCustomer
,ListCustomers
,UpdateCustomer
andDeleteCustomer
.Added Guides - Customer Management page.
Added Fundamentals - Customer Flags page.
2024-10-02#
General#
Additions
Added Common Types
moia.type.v1.Money
,moia.type.v1.LatLon
andmoia.type.v1.TimeInterval
(see API Concepts for more information).
TripService#
Released v1beta2
Additions
Added RPCs
CancelTripAsCustomer
,CancelTripAsIntegrator
,GetTrip
,AuthenticateForBoarding
andListBoardingAuthenticationMethods
. To use these new RPC, the Protobuf definitions need to be re-downloaded (see Getting Started).Added fields
name
,service_area_id
andprice
to theTrip
message.Added Fundamentals - Trip page.
Added Guides - Autonomous Trip page.
Breaking
Replaced
Money
inTripService
withmoia.type.v1.Money
.Replaced
LatLng
inTripService
withmoia.type.v1.LatLon
.Replaced
Interval
inTripService
withmoia.type.v1.TimeInterval
.
Removals
Removed
customer_id
fromRequestTripOffersRequest
,RequestTripOffersResponse
,OrderTripRequest
andOrderTripResponse
.v1beta1 is deprecated and support is dropped.
Updates
Renamed Field
service_class
toservice_class_id
in MessageOffer
.Renamed Field
service_class
toservice_class_id
in MessageTrip
.
2024-09-02#
TripService#
Released v1beta1
Additions
Added RPCs
RequestTripOffers
andOrderTrip
.
2024-08-26#
Additions
Added authentication documentation.