#Szarlus
1 messages ยท Page 1 of 1 (latest)
So if I have 3 accounts connected with a main account, there is no way to generate payout_reconciliation.itemized.5 for all of the connected accounts?
Hi there ๐ jumping in as my teammate needs to step away soon. Can you tell me more about what you're doing? Are you triggering report runs from an API request?
Yes, exactly.
Gotcha, are you using the stripeAccount parameter/header when making those requests to make them on behalf of your Connected Accounts?
https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh, so if I have 3 connected accounts I need to make 3 request for each of the accounts with relevant acc_id?
I believe so.
Oh well, would be easier if could generate 1 common report for all connected accounts. Thanks for your assistance