My Account

GET <baseURL>/clients/tips/client/{clientId}/externalorder/{externalOrderId}

This request retrieves tip details for a prior delivery or delivery driver.

If a tip has not been assigned to the externalOrderId, or no tip is available, this request returns an error.

Examples

This example retrieves a tip from externalOrderId 2855066270 and clientId 2.

GET {baseURL}/clients/tips/client/2/externalorder/2855066270

Response body:

{ "tip": { "amount": 10.36, "currency": "USD" }, "externalOrderId": "33911649269272", "clientId": "2", "status": "UNPROCESSED", "pickupPointId": "101979"
}

See Also

To add a tip for a delivery or delivery driver, see POST /clients/tips.

Language
URL