Proof of Delivery
POST {{baseUrl}}/customers/:customer_id/deliveries/:delivery_id/proof-of-delivery
If a delivery is created with any verification requirements (e.g. picture, signature or pincode), the resulting image file is made available to you through our proof-of-delivery endpoint. The endpoint will return a Proof-of-Delivery (P.O.D.) File – A long Base64 string that can be converted to a PNG image (Web Converter (External)).
The image will include the following information:
- Delivery Status
- Delivery timestamp
- Uber Order ID
- External Order ID
- Proof Type
- Image (Signature image, picture image, or pincode value)
For the signature
verification type, signer name or signer relationship will also be included if it is enabled for a delivery.
Request Body
{"type"=>"pincode", "waypoint"=>"return"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
User-Agent | string |
RESPONSES
status: OK
{"document":"iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAABlBMVEX///+/v7+jQ3Y5AAAADklEQVQI12P4AIX8EAgALgAD/aNpbtEAAAAASUVORK5CYII"}