#shawon3719-imitate-dashboard
1 messages ยท Page 1 of 1 (latest)
yes
let me see if I can figure this out for you
we're not really familiar with the dashboard data on this channel
so?
just give me a moment to try to figure it out
ok
would you mind sharing the dashboard link where you're seeing this
oh it's the express dashboard
yes
HI there ๐ I'm jumping in as my teammate needs to step away soon.
I'm not exactly sure where that dashboard is pulling details from, but the processing amount on the left may align with the pending amounts that are returned when you retrieve an Account's balance:
https://stripe.com/docs/api/balance/balance_retrieve
For the total earnings section, I don't believe that number is stored anywhere and is calculated instead. You would likely need to step through all the Payment Intents or Transfers that you created for the Connected Account (depending on the type of Connected Account and charge structure that you're using) to calculate that aggregate value.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
not that
For total earnings, I need to get the earning list first to calculate
Transfers list doesn't match the number of earnings
Can you elaborate on this or provide specific examples?
shawon3719-imitate-dashboard