Get Financial Report Breakdown
Returns the top entities behind one high-level financial report bucket and an aggregate remainder.
Query parameters
The owning account ID (a biz_ identifier).
The high-level report bucket to explain.
Whether to explain money received or money sent.
The report currency to explain.
Start of the report window as an ISO 8601 timestamp.
Exclusive end of the report window as an ISO 8601 timestamp.
Period grouping used by the parent report.
IANA timezone used by the parent report to bucket periods. Defaults to UTC.
Headers
Pins the request to a dated API version.
Response
breakdown returned
Example response
{
"activity_filters": {
"direction": "money_out",
"line_types": [
"platform_balance_transfer_outgoing"
]
},
"bucket": "transfers",
"currency": "usd",
"direction": "money_out",
"items": [
{
"amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"avatar": {
"shape": "circle"
},
"object": "user"
}
],
"other_amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"other_name": "Other"
}Changes
Changed in 7 of the 74 revisions of this API.1129
- ○
added the new enum value
hourto thequeryrequest parametergroup_byrequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
affiliate_earningsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
affiliate_payoutsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
clawbacksenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
disputesenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
platform_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
revenue_shareenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision's changelog hit the recording limit, so it may not list every change to this endpoint.
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
card_loadsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
card_loadsto thequeryrequest parameterbucketrequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
withdrawal_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
withdrawal_markupto thequeryrequest parameterbucketrequest-parameter-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
application_feesenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
refundsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
application_feesto thequeryrequest parameterbucketrequest-parameter-enum-value-added
- ○
added the new enum value
refundsto thequeryrequest parameterbucketrequest-parameter-enum-value-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
removed the enum value
card_authorizationsfrom thequeryrequest parameterbucketrequest-parameter-enum-value-removed
- ●
added the new
ad_campaignenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
adsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
adsto thequeryrequest parameterbucketrequest-parameter-enum-value-added
- ○
removed the
card_authorizationsenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.