Get Trip Receipt PDF

GET {{sandbox_base_url}}/v1/business/trips/{{trip_id}}/receipt/pdf_url

https://developer.uber.com/docs/businesses/receipts/references/api/v1/business-trips-tripid-receipt-pdfurl-get

The Business Receipt PDF endpoint allows you to view the pdf of the receipt generated for that trip. This will return NULL unless specifically granted access.

HEADERS

KeyDatatypeRequiredDescription
Accept-Languagestring
Content-Typestring
x-uber-organizationuuidstring
x-uber-sandbox-runuuidstring
User-Agentstring

RESPONSES

status: OK

{"trip_uuid":"Redacted","organization_uuid":"Redacted","resource_url":null,"user_receipt_pdf_url":null}