Skip to main content
Schema2020-08-27object

file

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

FileFileLinkList

object

A list of [file links](https://stripe.com/docs/api#file_links) that point at this file.

data array
required

Details about each object.

has_more boolean
required

True if this list has another page of items after this one that can be fetched.

object string
required

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

url string
required

The URL where this list can be accessed.