#surgical - stripe fee
1 messages · Page 1 of 1 (latest)
Yes, the Charge object should have a balance_transaction property with the ID of a balance transaction. If you retrieve that balance transaction by ID you can check its fee property to see what your fee was https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.