#Hero
1 messages · Page 1 of 1 (latest)
Hello Hero, 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.
• Hero, 4 days ago, 7 messages
You can choose to use manual payout so that you can decide when to create the payout.
thanks looking at this page, it mentions you can customize the amount to send on that payout, but can you specify which "transfers" are associated with this payout?
because with automatic payouts, i can retrieve a list of all the transfers that were paid out on that payout
balance_transactions = stripe.BalanceTransaction.list(
stripe_account=event.account,
payout=event.data.object.id,
type='payment',
expand=['data.source.source_transfer.source_transaction'],
)
transfer_ids = [txn.source.source_transfer.id for txn in balance_transactions.data]
No you can't specify which transfers to be included when creating a manual payout