Trip Stops
Taxi & Private Hire › Products › Trip › 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
| Method | Path | |
|---|---|---|
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.
action risk: low
Record an attempt to contact the customer at a stop (counts toward the no-show call guard).
POST/client/{clientId}/tripsegmentstop/{tripSegmentStopId}/call-customer
action risk: low
Record a passenger no-show at a stop, once the no-show guards are met.
POST/client/{clientId}/tripsegmentstop/{tripSegmentStopId}/noshow