#jry-balancetransaction-connect
1 messages · Page 1 of 1 (latest)
jry-balancetransaction-connect
@viscid egret as a platform you have connected accounts say acct_1 and acct_2. You can make API requests on their account by using the Stripe-Account header feature as documented here: https://stripe.com/docs/connect/authentication#stripe-account-header
So you can combine that and the List BalanceTransactions API https://stripe.com/docs/api/balance_transactions/list
The List BalanceTransactions API lists BalanceTransactions so it returns a list of https://stripe.com/docs/api/balance_transactions/object. It's unrelated to Manual Payouts.
Maybe your real question is "can I filter the BalanceTransactions bundled in a manual Payout" in which case the answer is no you can't
how should I fetch records of maunal payouts?
I want to make sure that the records can be reconciled
you can't, it's impossible, so you don't.
If you use manual Payouts, the balance accumulates over time and you as the developer decide when to send them money and how much. Only you know what is "bundled" in that Payout
sorry, let me clarify, I want to show the user their balance and their payout history. If for some reason a payout was manually processed, I still want to show that record to the customer to avoid them thinking it just vanished.
We have a List Payouts API https://stripe.com/docs/api/payouts/list