SublimeYe
SublimeYe

Reputation: 482

Request with surge_confirmation_id and surged price always response with 409 fare_expired error

During last few weeks my app can't request any surged request.

I send initial request:

{
  start_latitude: xx.xxxxx,
  start_longitude: xx.xxxxx
}

Receive surge error with surge_confirmation_id.

Send another request:

{
  start_latitude: xx.xxxxx,
  start_longitude: xx.xxxxx,
  surge_confirmation_id: yyyyy-xxxxx-kkkkk-aaaaa
}

And always receive 409 fare_expired.

I sent request with product_id and other properties specified and tried a request with only start location and surge_confirmation_id.

Without surge API works as expected and I'm able to request a ride.

Upvotes: 2

Views: 100

Answers (1)

Alec
Alec

Reputation: 561

This was due to a bug which is now resolved.

Upvotes: 2

Related Questions