As mentioned in the doc https://developer.uber.com/docs/v1-requests
The response should be
{ "meta": { "surge_confirmation": { "href": "https://api.uber.com/v1/surge-confirmations/e100a670", "surge_confirmation_id": "e100a670", "multiplier": 1.4, "expires_at": 1459191276 } }, "errors":[ { "status": 409, "code": "surge", "title": "Surge pricing is currently in effect for this product." } ] }
I am implementing Uber API in one of my app, Testing the surge pricing feature. In sandbox mode their is empty response of /requests api with http status 409 surge.
Is their any other way to test the surge pricing feature?