Reports v2
The Report resource represents a customizable report template that provides insights into various aspects of your Stripe integration.
Attributes
- idstring
The unique identifier of the
Report
object. - objectstring, value is "v2.reporting.report"
String representing the object’s type. Objects of the same type share the same value of the object field.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - namestring
The human-readable name of the
Report
. - parametersmap
Specification of the parameters that the
Report
accepts. It details each parameter’s name, description, whether it is required, and any validations performed.
{ "id": "4242", "name": "4242", "object": "4242", "parameters": { "4242": { "array_details": { "element_type": "enum", "enum_details": { "allowed_values": [ "4242" ] } }, "description": "4242", "enum_details": { "allowed_values": [ "4242" ] }, "required": true, "timestamp_details": { "max": "2025-01-01T00:00:00.000Z", "min": "2025-01-01T00:00:00.000Z" }, "type": "array" } }, "livemode": true}
A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.
Describes an owner of an account.
A Financial Connections Session is the secure way to programmatically launch the client-side Stripe.js modal that lets your users link their accounts.