Changelog#

2025-07-08#

ServiceAreaService#

Updates

  • Updated the package from ridepooling to trip. 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 to trip. 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 to Trip 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 to feedback_forms in ListPendingCustomerFeedbackFormsResponse message.

2025-04-30#

TripService#

Updates

  • Changed field location in Vehicle 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 to gross_amount in PricePart and Price messages.

  • Added net_amount and tax_rate to Price message.

  • Re-numbered fields in Price and PricePart messages.

Removals

  • v1beta3 is deprecated and support is dropped.

2025-04-11#

RefundService#

Released v1beta1

Additions

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 with vehicle field in Trip message.

  • Re-numbered fields in Trip message.

Removals

  • v1beta2 is deprecated and support is dropped.

Additions

  • Added ApproachSpeed to Trip and RequestTripOffersRequest messages.

2025-01-28#

ServiceAreaService#

Updates

  • Renamed file from servicearea.proto to service_area.proto.

2025-01-20#

General#

Updates

  • Labelled start and end as optional in common type moia.type.v1.TimeInterval.

2025-01-15#

CustomerService#

Additions

2025-01-14#

FeedbackService#

Updates

2024-12-23#

FeedbackService#

Released v1beta1

Additions

2024-12-04#

ServiceAreaService#

Released v1beta2

Breaking

  • Replaced service_hours in ServiceAreaService with service_hour_intervals.

Removals

  • v1beta1 is deprecated and support is dropped.

Updates

2024-11-22#

ServiceAreaService#

Released v1beta1

Additions

  • Added GetServiceArea, ListServiceAreas and ListServiceHours 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

2024-10-02#

General#

Additions

  • Added Common Types moia.type.v1.Money, moia.type.v1.LatLon and moia.type.v1.TimeInterval (see API Concepts for more information).

TripService#

Released v1beta2

Additions

  • Added RPCs CancelTripAsCustomer, CancelTripAsIntegrator, GetTrip, AuthenticateForBoarding and ListBoardingAuthenticationMethods. To use these new RPC, the Protobuf definitions need to be re-downloaded (see Getting Started).

  • Added fields name, service_area_id and price to the Trip message.

  • Added Fundamentals - Trip page.

  • Added Guides - Autonomous Trip page.

Breaking

  • Replaced Money in TripService with moia.type.v1.Money.

  • Replaced LatLng in TripService with moia.type.v1.LatLon.

  • Replaced Interval in TripService with moia.type.v1.TimeInterval.

Removals

  • Removed customer_id from RequestTripOffersRequest, RequestTripOffersResponse, OrderTripRequest and OrderTripResponse.

  • v1beta1 is deprecated and support is dropped.

Updates

  • Renamed Field service_class to service_class_id in Message Offer.

  • Renamed Field service_class to service_class_id in Message Trip.

2024-09-02#

TripService#

Released v1beta1

Additions

  • Added RPCs RequestTripOffers and OrderTrip.

2024-08-26#

Additions