#Duane Friesen
1 messages · Page 1 of 1 (latest)
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 (see here: https://stripe.com/docs/api#balance_transaction_object) describing each transaction such as charges or refunds.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.