#Michael Frost
1 messages · Page 1 of 1 (latest)
👋 happy to help
Hi!
they can see all the data of the Standard Account
Excelent! Because I can't access Zukünftige Rückerstattungen, angefochtene Zahlungen oder Negativsalden this (sorry for the german) via the api. But the data is accessible through the dashboard?
those are about Payouts?
for the most part that sort of stuff you just get by getting the Balance or Payout objects of the connected account
e.g. https://stripe.com/docs/api/balance/balance_retrieve or https://stripe.com/docs/api/payouts/list , while using the Stripe-Account header. https://stripe.com/docs/connect/authentication
This is the information I'm looking for Future refunds or disputes or negative balance
Under balance/overview
I can't seem to get the information via any API call .
The "top ups" I think they are called
yeah I'm not sure what that is, can you give a screenshot so I can recognise what page/info that is in English?
if it's top ups then again, it would be https://stripe.com/docs/api/topups/list using the Stripe-Account header
random but ah you have that bug in Chrome where it doesn't use file extensions(https://bugs.chromium.org/p/chromium/issues/detail?id=1415352)
but yeah you might find that in topups, or in the pending balance of the https://stripe.com/docs/api/balance/balance_retrieve response for that account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.