#Ken Coca
1 messages · Page 1 of 1 (latest)
Hi there, yes it's possible, here's how it works.
- Get the balance transaction from the charge object (https://stripe.com/docs/api/charges/object#charge_object-balance_transaction)
- Get the
fee_detailslist from the earlier balance transaction - Check the
fee_detailslist, if the fee'stype==stripe_fee, that's the Stripe 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.
I see, thanks @buoyant harbor ❤️