#Andrew🪐
1 messages · Page 1 of 1 (latest)
Re. #1:
this seems like better questions for our support folks. I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact/email
Re. #2:
You can use the List Balance Transactions API (https://stripe.com/docs/api/balance_transactions/list) and pass the payout parameter to see what transactions are bundled in a given Payout. The API will return a list of balance transaction objects (https://stripe.com/docs/api#balance_transaction_object) describing each transaction such as charges or refunds. This only works for automatic payouts.
Ah i see, will follow up with them.
And thank you! When you say "This only works for automatic payouts" this excludes instant payouts correct?
I'm unsure if Instant Payouts can be automatic, or if they must be manual. I believe they have to be manual, but I may be wrong. Our support folks would have a better idea