#mrelliot69 - question
1 messages · Page 1 of 1 (latest)
You could check the balance of the account with https://stripe.com/docs/api/balance/balance_retrieve
but how i know then the transactions (payments,transfer) associated with that balance
I don't think that's possible with the balance. But once the payout is created you can find the transaction associated with it.
but how stripe lists that incoming payouts?
its not provided on api? or should i check a specific status when looking at incoming stripe payouts
Looking into this...
I don't see a way to do this with the API. Note that there are complex calculations involved when dealing with automatic payouts, and different countries can have different payout creation timings.
So I would recommend to just wait for payouts to be created, and then list all related transactions with https://stripe.com/docs/expand/use-cases#charges-in-payout
that i already did for the payouts that are created but i wanted to create like a list with the estimated future payouts so my clients can sse it