#Sant-fee
1 messages · Page 1 of 1 (latest)
You could retrieve the fee_detail on the Balance Transaction API: https://stripe.com/docs/api/balance_transactions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks!
Is there a way to link one transaction to a specific payment intent/charge/invoice? How do I know for example what Stripe fee belonged to x invoice?
That's the source property on the Balance Transaction object