#JulesR-metrics
1 messages · Page 1 of 1 (latest)
Hi there! Can you clarify exactly what you mean here? You would like to retrieve data on your Connected Accounts to build your own metrics Dashboard?
All the reporting like on this https://cln.sh/IRpMNx but excluding the connect account data?
Ah okay so you are looking to replicate the Dashboard data.
yes
We don't really work with the Dashboard graphs/charts. For information on that you will be better off reaching out to our Support team: https://support.stripe.com/contact/login
need 1) product data, on what is possible to display and 2) api
no, this is about api
how to build it
Hey @scarlet cosmos, sorry I missed your reply. I don't have the information to help you reproduce those graphs via the API as we don't work with those graphs. That is why I recommend reaching out to Support
HI @scarlet cosmos, just want to make sure you saw my answer above.
I can't reproduce those graphs via the API as I don't work with them and thus don't know the information. Support will be able to better help you with recreating those.
No I am looking for api documentation on where to get data
Just in general?
I know you don't crate the graphs
You can use our Reports API to pull data: https://stripe.com/docs/reports/api
Thank you, for the disputes, Stripe has no filter on disputes per connect account, correct? So need to fetch on each client through all clients disputes?
what is Best practice, to fetch disputes update frequency?
and is there a branded page to send to like this https://dashboard.stripe.com/test/payments/ch_3KcCPyADVNm9XtHV0bmh4s35/dispute
Hello! Yes, you would need to fetch disputes in the API per account.
Not sure what you mean by update frequency? Can you provide more details?
There is no branded page I'm aware of like that, no.
How often is it recommended to fetch new data on disputes?
Also for creating dashboard with sale activity, it will not show for the current day/time sale? it will update 20 times per day, but if we look at our sales and compare to stripe sales it won't be the same becuase it will be not current for the day on stripe?
Please keep this open, more questions as we go through this and on tight dev deadlines
I don't think we have a recommendation for fetching new data on disputes manually. Typically if you're interested in knowing when a dispute happens you would set up a webhook endpoint and listen for charge.dispute.created events to be notified of new disputes.
Also for creating dashboard with sale activity, it will not show for the current day/time sale? it will update 20 times per day, but if we look at our sales and compare to stripe sales it won't be the same becuase it will be not current for the day on stripe?
I don't understand what you mean here. You're creating a dashboard? What do you mean by not showing for the current day/time sale?
What I mean If it is a new day, is it considered a new report or it was so currently the data?is
Sorry I am not at my desk now and the mobile view of this is not very easy to use sorry for any typos
Sorry, I don't understand. Are you asking about the Stripe Dashboard? A Stripe report? Your own custom dashboard you're building? Your own report? The Stripe API? Something else?
Our custom dashboard for connected stripe account.
I'm sorry I don't follow your ask @scarlet cosmos it's a bit vague. But we don't know much about the Reporting API here if that's what you're asking, but I'm not sure it is
Ok I'll take this to Bedar, our rep at Stripe sales
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I'm talking to our rep at Stripe becuase you guys could not help on this
This is a public thread, anyone can join it.
I can mention them so they can find it easier: @green badge
But you can also do the same.
So do you have a new question? Who is @green badge?
Hi Guys, is there API option to get data from https://stripe.com/en-it/sigma
The only API access we have for Sigma is for scheduled queries: https://stripe.com/docs/api/sigma/scheduled_queries
our goal point is to find way to fetch Gross/Net volumes, Payouts from stripe connected account dashboard with API
For example from Shopify https://cln.sh/hqDDuj
Gotcha, we opened another thread on this but let's keep our conversation here https://discord.com/channels/841573134531821608/954454062512877578
For payouts, you can grab them via the API with our list payouts endpoint and the stripe-account header. https://stripe.com/docs/api/payouts/list
https://stripe.com/docs/api/connected_accounts
For gross and net volume I suggested reports but sigma may make more sense. I am actually not that familiar with sigma, do you already know that it has Gross/Net volume as something you can query?
looks like sigma scheduled query api and reports api are identical - they are not providing data on the fly, but builds data report for later use
Yes, unfortunately there is not an active way to pull those numbers pre-calculated. I believe they get aggregated on our side once daily.
another question - is there ability to have separate WebHook endpoint per connected account?
Unfortunately not at the moment. Webhooks for the platform will either be for the platform itself or for all connected accounts
And yeah, unfortunately there is not a way to pull these reports on demand. The recommended approach would be pulling the balance transactions for each merchant and calculating gross/net volume based on that.
For disputes, in terms of bringing them into our dashboard and letting client enter dispute data, is there a branded version of this that we can just link out to, if we put the alert notice on our our dash? https://dashboard.stripe.com/test/payments/ch_3KcCPyADVNm9XtHV0bmh4s35/dispute
Unfortunately I don't think we have a pre-built stripe hosted page for that, if I understand your question correctly.
Is that essentially what you were asking for? A pre built stripe page to collect dispute data from a connected account?
I'm sorry, if we need to get this data from Stripe, what API sources would you recommend
The balance API should be able to help with that https://stripe.com/docs/api/balance/balance_retrieve
Re: Is that essentially what you were asking for? A pre built stripe page to collect dispute data from a connected account? >> YES - so we need to replicate everything here and can't link out to all your data and explanations of things? This seems like a ton of development??
@scarlet cosmos correct that's something you'd build yourself in that case
I'm sorry, I've not found option to filter balance per connected account
@green badge I'm not sure I understand the question/context here
I'm sorry, I need to retrieve balance for connect account
https://stripe.com/docs/api/balance/balance_retrieve is the API to call, and you can make the call on behalf of a connected account using https://stripe.com/docs/connect/authentication#authentication-via-the-stripe-account-header
Thank you I will try this - is it also applies for disputes?