Attributes
- idstring
Unique identifier for the object.
- parametersobject
Parameters of this report run.
- parameters.
columnsnullable array of strings The set of output columns requested for inclusion in the report run.
- parameters.
connected_ accountnullable string Connected account ID by which to filter the report run.
- parameters.
currencynullable enum Currency of objects to be included in the report run.
- parameters.
interval_ endnullable timestamp Ending timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after the user specified
interval_
and 1 second before this report’s laststart data_
value.available_ end - parameters.
interval_ startnullable timestamp Starting timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after this report’s
data_
and 1 second before the user specifiedavailable_ start interval_
value.end - parameters.
payoutnullable string Payout ID by which to filter the report run.
- parameters.
reporting_ categorynullable string Category of balance transactions to be included in the report run.
- parameters.
timezonenullable string Defaults to
Etc/UTC
. The output timezone for all timestamps in the report. A list of possible time zone values is maintained at the IANA Time Zone Database. Has no effect oninterval_
orstart interval_
.end
- report_
typestring The ID of the report type to run, such as
"balance.
.summary. 1" - resultnullable object
The file object representing the result of the report run (populated when
status=succeeded
).- result.
idstring Unique identifier for the object.
- result.
objectstring String representing the object’s type. Objects of the same type share the same value.
- result.
createdtimestamp Time at which the object was created. Measured in seconds since the Unix epoch.
- result.
expires_ atnullable timestamp The file expires and isn’t available at this time in epoch seconds.
- result.
filenamenullable string The suitable name for saving the file to a filesystem.
- result.
linksnullable object A list of file links that point at this file.
- result.
links. objectstring String representing the object’s type. Objects of the same type share the same value. Always has the value
list
. - result.
links. dataarray of objects Details about each object.
- result.
links. data. idstring Unique identifier for the object.
- result.
links. data. objectstring String representing the object’s type. Objects of the same type share the same value.
- result.
links. data. createdtimestamp Time at which the object was created. Measured in seconds since the Unix epoch.
- result.
links. data. expiredboolean Returns if the link is already expired.
- result.
links. data. expires_ atnullable timestamp Time that the link expires.
- result.
links. data. filestringExpandable The file object this link points to.
- result.
links. data. livemodeboolean Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - result.
links. data. metadataobject Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- result.
links. data. urlnullable string The publicly accessible URL to download the file.
- result.
links. has_ moreboolean True if this list has another page of items after this one that can be fetched.
- result.
links. urlstring The URL where this list can be accessed.
- result.
purposeenum The purpose of the uploaded file.
Possible enum valuesaccount_
requirement Additional documentation requirements that can be requested for an account.
additional_
verification Additional verification for custom accounts.
business_
icon A business icon.
business_
logo A business logo.
customer_
signature Customer signature image.
dispute_
evidence Evidence to submit with a dispute response.
finance_
report_ run User-accessible copies of query results from the Reporting dataset.
financial_
account_ statement Financial account statements.
identity_
document A document to verify the identity of an account owner during account provisioning.
identity_
document_ downloadable Image of a document collected by Stripe Identity.
Show 7 more - result.
sizeinteger The size of the file object in bytes.
- result.
titlenullable string A suitable title for the document.
- result.
typenullable string The returned file type (for example,
csv
,pdf
,jpg
, orpng
). - result.
urlnullable string Use your live secret API key to download the file from this URL.
- statusstring
Status of this report run. This will be
pending
when the run is initially created. When the run finishes, this will be set tosucceeded
and theresult
field will be populated. Rarely, we may encounter an error, at which point this will be set tofailed
and theerror
field will be populated.
More attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- errornullable string
If something should go wrong during the run, a message about the failure (populated when
status=failed
). - livemodeboolean
true
if the report is run on live mode data andfalse
if it is run on test mode data. - succeeded_
atnullable timestamp Timestamp at which this run successfully finished (populated when
status=succeeded
). Measured in seconds since the Unix epoch.
{ "id": "frr_1MrQwrLkdIwHu7ixUov4x2b3", "object": "reporting.report_run", "created": 1680203749, "error": null, "livemode": false, "parameters": { "interval_end": 1680100000, "interval_start": 1680000000 }, "report_type": "balance.summary.1", "result": null, "status": "pending", "succeeded_at": null}