objectfile
This is an object representing a file hosted on Stripe's servers. The file may have been uploaded by yourself using the [create file](https://stripe.com/docs/api#create_file) request (for example, when uploading dispute evidence) or it may have been created by Stripe (for example, the results of a [Sigma scheduled query](#scheduled_queries)). Related guide: [File Upload Guide](https://stripe.com/docs/file-upload).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
File
objectThis is an object representing a file hosted on Stripe's servers. The file may have been uploaded by yourself using the [create file](https://stripe.com/docs/api#create_file) request (for example, when uploading dispute evidence) or it may have been created by Stripe (for example, the results of a [Sigma scheduled query](#scheduled_queries)). Related guide: [File Upload Guide](https://stripe.com/docs/file-upload).
Time at which the object was created. Measured in seconds since the Unix epoch.
The time at which the file expires and is no longer available in epoch seconds.
A filename for the file, suitable for saving to a filesystem.
Unique identifier for the object.
A list of [file links](https://stripe.com/docs/api#file_links) that point at this file.
String representing the object's type. Objects of the same type share the same value.
The [purpose](https://stripe.com/docs/file-upload#uploading-a-file) of the uploaded file.
The size in bytes of the file object.
A user friendly title for the document.
The type of the file returned (e.g., `csv`, `pdf`, `jpg`, or `png`).
The URL from which the file can be downloaded using your live secret API key.