#Ante75
1 messages · Page 1 of 1 (latest)
Hi there!
I think that's a dashboard-only feature. You cannot get that information with the Stripe API.
This is terrible... ðŸ˜
Can you share more information about your use case?
I am integrating this DASHBOARD data into our app
and not having the list of transactions yet to be received is a lack
ok is solved by going to the DASHBOARD, but it was preferable to have everything in our app
you can try listing pending payouts (https://stripe.com/docs/api/payouts/list#list_payouts-status) and summing the amounts, I think that's more or less the same thing.
you get that detail by using https://stripe.com/docs/expand/use-cases#charges-in-payout to break down the transactions in a given payout
ok I try, thank you very much
maybe with "List all payout"> "Payout Service", get only outgoing payments ...
I'm not sure what you're asking exactly.
did you try listing status:pending payouts as I mentioned?
yes but it only makes me outgoing payments
yep, I don't know what those "incoming to Stripe" payouts are either, to be honest. Usually that means negative payouts, i.e. you have a negative Stripe balance and we are going to debit your bank account for that.
if they don't appear in the Payouts API then I don't know where else you could get it from
what's your account ID so I can have a quick look? https://stripe.com/docs/dashboard#find-account-id
acct_1L2dGTJTv3g6fMhy
that list should contain the transactions not yet paid by STRIPE
ok, I don't think you can get this information really, sorry
ok, tanks