#dannyboy2189
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dannyboy-payout-transactions, 33 minutes ago, 33 messages
- dannyboy2189, 2 days ago, 3 messages
- dannyboy2189, 6 days ago, 7 messages
With reference to https://stripe.com/docs/expand/use-cases#charges-in-payout:
You can only retrieve balance transaction history on automatic payouts. If you have manual payouts enabled, you must track transaction history on your own.
With manual payout, your system controls the payout amount that Stripe has no visibility which payments contribute to the amount being paid out.
yep but i still need to get the list of balance transactions connected to a payout weather its automatic or manual for reporting purposes? Any idea how to achieve that?
In manual payout, Stripe has no idea the balance transactions connected to a payout. For example, the payments are $10 and $20 respectively, but your system decided to manual payout $15. Stripe doesn't know which payments/balance transactions contributed to this payout, so listing balance transactions for a manual payout is not possible.
Listing balance transactions for automatic payout is then possible with the guide here: https://stripe.com/docs/expand/use-cases#charges-in-payout
got it . thank you