Reputation: 1737
By my understanding when Uber turns a Surge Confirmation request with response code 409, it wants the user to visit the provided link and in some way act to confirm that the surge pricing is OK.
I am wondering, is it possible to confirm acceptance of a surge without the need of a user to visit the provided URL?
I am accessing the Uber API via PHP, so in essence, can I get the PHP server to process this acceptance?
Upvotes: 2
Views: 181
Reputation: 561
Unfortunately, it's not possible to accept the surge confirmation without prompting the user with the provided URL.
Upvotes: 2