#fintechdev
1 messages · Page 1 of 1 (latest)
hi! I'd probably look into a report like one of the ones from https://stripe.com/docs/reports/report-types#connect .
actuall i am not able the total balance of connect account
So how do i get that
what did you try?
did you use the Connect HTTP header? https://stripe.com/docs/connect/authentication#stripe-account-header
if you do that ^^ it will give you the balance of the connected account.
yes that is what i want but
it is not showing the total volume of the connected account
correct, it is just the current balance. If you want the total volume over time, you'd need a more detailed/involved solution, like the reports I mentioned earlier so you could look into those.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
you can create the reports through the API https://stripe.com/docs/reports/api
if i want to get total volume balance of the connected account which API should i use?
ok
my colleague and myself have already answered your question
you need to use https://stripe.com/docs/reports/report-types#connect
and you can create them with the API using https://stripe.com/docs/reports/api