Jyoti Paliwal
Jyoti Paliwal

Reputation: 1

Uber-Api How can I book multiple rides from one corporate account for my customers

Is there any endpoint/api which can allow me to book multiple rides for my customers from a single Uber-account, the customer riding does not have any uber account, If I use Uber for Business API it does not allow me to book a second ride and shows conflict 409 error.

Any help ..

Jyoti

Upvotes: 0

Views: 121

Answers (1)

Sasa Jovanovic
Sasa Jovanovic

Reputation: 857

You can only have one concurrent ride per user/token so the response you get is expected. You need to make a ride request in the sandbox and then progress the state to completed or cancel the ride, and then you can submit new ride request.

Upvotes: 1

Related Questions