post https://partners.deliveroo.com/api/v1/deliveroo/rider-status
This callback is triggered when a rider status is updated.
Usually a regular rider status lifecycle is rider_assigned
=> rider_arrived (at the restaurant)
=> rider_in_transit (en route to customer)
=> rider_nearby
.
The following are all the valid values for a rider status.
Rider Status | Description |
---|---|
rider_assigned | Rider was assigned to the order. |
rider_unassigned | Rider was unassigned to the order. |
rider_arrived | Rider nearby to the restaurant. |
rider_confirmed_at_restaurant | Rider arrival at the restaurant confirmed on rider's app. |
rider_in_transit | Rider en route to the customer. |
rider_nearby | Rider is arriving at customer. |
Keep in mind that while every attempt is made to make callbacks in the order they occurred and in a timely manner, neither can be absolutely guaranteed. It is also possible to receive the same callback more than once.
It is important to notice that these webhooks will only be triggered when rider_status_url configuration entry is set.