#unknowncat
1 messages ยท Page 1 of 1 (latest)
hi duchess
Sorry can you clarify a bit what you mean? You want to see what fees are on the transactions included in a payout?
Gotcha. You're referring to the transaction fees collected by Stripe, correct?
correct
Gotcha. So you'd have to list balance transactions by payout: https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout. Then, you can see the stripe fees on the individual balance transactions: https://stripe.com/docs/api/balance_transactions/object (will be under fee and fee_details)
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.
awesome, thanks so much!