#codyellow

1 messages · Page 1 of 1 (latest)

ebon templeBOT
barren gust
#

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"

gritty trench
#

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)

barren gust
#

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

gritty trench
barren gust
#

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