Uber Ride API - Driver -
we busy looking @ uber ride api , find out following:
- is all_trips scope applicable if oauth authorized user uber driver?
- will webhook invoke events everytime when driver accepts/cancels/completes trips?
- will webhook invoked during real trip while app under development or work in sandbox?
no.
all_trips
scope works riders.yes. every trip status change triggers webhook. possible statuses changes are:
processing
no_drivers_available
accepted
arriving
in_progress
driver_canceled
rider_canceled
completed
.
(list pulled here, according webhooks documentation here).
- yes. if grant app
all_trips
scope, uber api send webhooks url have registered @ developer.uber.com/dashboard every trip take, i.e. sandbox , real trips alike. note there no way flag uber app "in development" or "in production".
Comments
Post a Comment