#rnash
1 messages ยท Page 1 of 1 (latest)
Hello again! ๐
You can use the List Balance Transactions API (see here: 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 (these here: https://stripe.com/docs/api#balance_transaction_object) describing each transaction such as charges or refunds.
There's a good example of the above implementation here: https://stripe.com/docs/expand/use-cases#charges-in-payout