riders.uber.com
Download Uber trip receipt PDF
Automatically download Uber trip receipt PDF on riders.uber.com. Download one Uber trip's receipt as a PDF, by tripId (from riders.uber.com/list_trips). Returns the filename and the PDF bytes, base64-encoded (decode and write it yourself). Every completed trip has a receipt, including trips in regions that issue no separate VAT invoice; use riders.uber.com/download_invoice when you specifically need the VAT invoice document.
Input
tripId requiredTrip uuid, e.g. cce57191-e89c-4200-84f7-451553bd95b6
Output
filename requiredpdf_base64 requiredThe PDF bytes, base64-encoded — decode and write to disk yourself.
FAQ
Download one Uber trip's receipt as a PDF, by tripId (from riders.uber.com/list_trips). Returns the filename and the PDF bytes, base64-encoded (decode and write it yourself). Every completed trip has a receipt, including trips in regions that issue no separate VAT invoice; use riders.uber.com/download_invoice when you specifically need the VAT invoice document.
Ask an AI agent connected to Reduck to run reduck/riders.uber.com/download_receipt, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/riders.uber.com/download_receipt
You do not need one. "Download Uber trip receipt PDF" drives the real riders.uber.com pages in a browser, so it works whether or not riders.uber.com offers an API for this.
Required: tripId.
It returns filename, pdf_base64.
Yes. It acts as you on riders.uber.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the riders.uber.com cookies saved by the Reduck extension.
It only reads. It looks things up on riders.uber.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/riders.uber.com/download_receipt, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/riders.uber.com/download_receipt
It is part of Reduck's official curated catalogue.
