#Debbi-connect
1 messages · Page 1 of 1 (latest)
hi! No, there's no direct field for that. You'd have to calculate it by counting relevant payments/transfers etc from the raw API or use our Reporting products.
"Reporting products." means?
Which api for this "payments/transfers etc from the raw API"?
something like https://stripe.com/docs/reports/report-types#connect
e.g. https://stripe.com/docs/api/transfers/list#list_transfers-destination ; or https://stripe.com/docs/api/charges/list + using https://stripe.com/docs/connect/authentication to get charges on the connected account
I need payments list not transfer for Connected account. Please help for this.
that would be https://stripe.com/docs/api/charges/list + using https://stripe.com/docs/connect/authentication to get charges on the connected account
Need this thing for Connect account not for Customers. Actually i need calculate transfered amount to Connect amount only. So please tell about this.
I never mentioned Customers
what part are you specifically stuck on, what have you tried so far and what results did you get that are not what you expect?
Actually i need calculate transfered amount from stripe merchant to Connect amount.
If any way to get transfers of particular Connect account.
Any api to get transfers list from merchant account to a particular destination filtter.
yep : https://stripe.com/docs/api/transfers/list#list_transfers-destination which I linked above.
that API returns exactly the information from your second screenshot.
Actually i need calculate transfered amount
yeah but you also said
I need payments list not transfer for Connected account
which is the exact opposite, so it's a little difficult to help you.
I suggest you take some time to write some code and experiment with those APIs, get some results, and if you have specific questions after that you can ask here.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!