Questions tagged [uber-api]

For questions about developing software that utilizes the Uber API. DO NOT ask customer support questions here. Please send those to Uber's customer support department.

864 questions
2
votes
0 answers

Where can i find my STORE_UUID for Uber Eats?

I'm trying to make a link open the app directly at the restaurant. I found this deep link for that: ubereats://store/browse?client_id=eats&storeUUID={STORE_UUID} However, I can't find the {STORE_UUID} to replace. Looked everywhere. Nothing. Where…
Filipe
  • 21
  • 4
2
votes
2 answers

How does Uber send new ride requests to drivers?

I was curious about what system design possibly Uber uses for sending new trips to Drivers. The new trip requests keep popping up on the phone of Uber drivers. The things to consider would be :- Are the requests sent by splitting by locality of the…
2
votes
1 answer

Ubereats: How to get a list of finished orders

I want to get a list of finished orders from Eats API, but it doesn't seem that there's an endpoint for this purpose. I guess it might be supposed to be done with CSV files provided by Reporting API, but is there any direct way to do this?
ymdarake
  • 21
  • 2
2
votes
1 answer

Functional Requirement vs Non-Functional Requirement for Uber Application

What is the difference between the functional requirement and non-functional requirement for Uber application?
oc2020
  • 31
  • 1
  • 3
2
votes
0 answers

How to get realtime info on Uber button in Swift?

I followed the official documentation here and it claimed that by the end of the tutorial I would have a button that displays realtime info about the ride (ie. cost, distance from nearest driver in minutes). I have read through all of the Uber…
Rage
  • 870
  • 9
  • 27
2
votes
1 answer

How do I find my store_id for use with the Uber eats api

I’m trying to display my stores menu on my website using the UberEats API GET v2/eats/stores/{store_id}/menus I can’t find my store_id
EricP
  • 1,459
  • 6
  • 33
  • 55
2
votes
0 answers

How can I get a Server Token for access to Uber's API?

Or, how can I access an Uber Development Representative? For my app, I need a server token.We have tried all the hints we could find so far with no luck.
2
votes
0 answers

Is Uber's API still stable? I can't get basic authentication working IOS 13 swift 5.0

Was trying to do basic integration of Uber's IOS Ride Request SDK, I followed the instructions here https://developer.uber.com/docs/riders/ride-requests/tutorials/api/ios When trying to authenticate a user it opens the Uber app then immediately…
Kevin Shiflett
  • 203
  • 1
  • 4
  • 10
2
votes
0 answers

Uber API Integration-scopes

I just created a developer account and my app on the Uber Developer Dashboard. For some reason, I can't set the scope for my tokens. It says I should contact Uber Business Development or Uber POC. I tried using the scope in CURL, but it still…
2
votes
1 answer

Error: Unexpected value 'HttpClient' imported by the module 'AppModule'. Please add a @NgModule annotation

I do not understand why I am getting this error: Error: Unexpected value 'HttpClient' imported by the module 'AppModule'. Please add a @NgModule annotation. I have tried both: import { HttpClient } from '@angular/common/http'; and import {…
DomP87
  • 21
  • 1
  • 3
2
votes
0 answers

Uber API calls are getting HTTP 401 response code

Uber API calls are getting HTTP 401 response code. https://api.uber.com/v1.2/products?latitude=11.111111&longitude=-11.111111 Our Uber API calls are getting HTTP 401 response code and we have already submitted the form as per Uber's email "Uber API…
2
votes
0 answers

Getting invalid_payment response from uber with 400 status code;using rest API

I am using REST API to book and uber ride using: https://api.uber.com/v1.2/requests . It's not working with payment methods other than Cash. I am getting 400 with code:invalid_payment Can someone please help me out; I am able to make payment using…
2
votes
0 answers

Uber RideRequestButton not displaying estimates for countries other than US

I'm trying to add the RideRequestButton feature to my android app, I want it to update the estimates through the button but for some reason this only displays when I use US-related addresses/coordinates. Is this only supported in US? Here's my…
Esteban Rincon
  • 2,040
  • 3
  • 27
  • 44
2
votes
1 answer

Book Later option for Uber API

For Uber Rider API Integration referring to https://developer.uber.com/docs could not find any option for book later functionality although it is available in Uber App. Am I missing something from the docs or is uber restricting this functionality…
2
votes
0 answers

RIBs architecture's data flow

So the data flow of RIBs architecture is basically from top to bottom. So does that mean all the data stream that child RIBs needs, need to be prepared/ready ahead of time at the Root RIBs? If yes, which means all the APIs/networking calls/database…
Pang Ho Ming
  • 1,299
  • 10
  • 29