Skip to content

Trip Stops

Taxi & Private HireProductsTrip › Trip Stops

Generally available

A stop is one waypoint on a trip — a pickup, dropoff or intermediate point. Each carries its address and coordinates, an expected arrival time, a type (pickup / dropoff / waypoint) and its own lifecycle (scheduled → en route → arrived → finished, or no-show / cancelled) that drives the driver app.

Example request

POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/arrived

See the API reference for the full request and response schema.

Endpoints

MethodPath
POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/arrived · primary
POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/call-customer
POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/cancel
POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/finished
POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/noshow

Full request/response schemas and an interactive explorer will live in the API reference (coming soon).

Use cases

Operator flows that exercise this feature.

Log a customer contact

action risk: low

Record an attempt to contact the customer at a stop (counts toward the no-show call guard).

  1. POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/call-customer
Mark a no-show

action risk: low

Record a passenger no-show at a stop, once the no-show guards are met.

  1. POST /client/{clientId}/tripsegmentstop/{tripSegmentStopId}/noshow