#codyellow
1 messages · Page 1 of 1 (latest)
It's expected, because we only provide a subset of features to the Express Dashboard
It depends on which information you want to show exactly
We might have some option to extend some specific property, but definitely not the whole view as "View as this account"
I'm really just looking for users to have the ability to export payments on demand with specified time windows.
Mostly using this so that users can know how much they've been paid out for their own tax reporting purposes.
The existing stripe dashboard does show payout timing and amount, but I'm needing to provide more details to my sellers (ie. which transactions are part of a payout)
Ah I see, you would be able to do that in API and provide them separatedly I guess. I don't think it could be available via the Express Dashboard
I see. So I would need to do something like .. find all the Charges associated with a connected account?
Any pointers to how I might do that? I don't see a way to specify that here https://stripe.com/docs/search#query-fields-for-charges
If you only use PaymentIntents, you can try List PaymentIntent API. The thing is you would need to filter out transactions only associated to the Connected Account.
I think you can do that by Taking the Transfer List first, then take only PaymentIntents from the Transfers
Similar to how Sigma does it here https://stripe.com/docs/stripe-data/query-connect-data#destination-charges