#junaid_abbasi999
1 messages · Page 1 of 1 (latest)
We don't have prebuild dashboards via the API as far as I am aware (the Express dashboard itself may have something like this). You can build your own by listing Charges, Refunds, etc while specifying the connected account's ID. That will give you that list of objects for the connected account 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.
Ok can i atleast get some information about all the payouts?
As in list the payouts themselves? Or as in get the charges that are involved in each payout?
won't the list of payouts will contain the charges
No, the list of payouts just includes what is on the payout object https://stripe.com/docs/api/payouts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you are using automatic payouts you can use this code to get the charges for a payout https://stripe.com/docs/expand/use-cases#charges-in-payout
Ok one more thing if i am showing express dashboard to the express account holder where he can see all the payouts and stuff, can i somehow create some divisions into the payments like taxes and tips.
Unfortunately you can't create sections but you can give each charge a custom description which may help them better understand what is happenig from the dashboard itself https://stripe.com/docs/connect/customize-express-dashboard#set-custom-descriptions
One step in that doc that I will highlight is that you need to reach out to our support team for the custom descriptions to be enabled. Otherwise, you can set the descriptions but they won't actually be used in the dashboard