HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Download Receipts in the Driver App

EV Driver reviews and downloads receipts in the Driver App for a certain time period

When an EV driver wants to view all of their receipts for a specific period in the app, the custom backend sends a GET request to the Public API at /resources/receipts/v2.0, applying filters for user ID and the relevant period.

The Public API responds with the requested data, providing details such as receipt number, user ID, total kWh, total amount, and a download URL for each receipt. The backend then communicates this information to the custom app, presenting the user with their receipts and an option to download them.

The user can download receipts for a specified period via the download URLs.