#unknowncat
1 messages ยท Page 1 of 1 (latest)
HI ๐ I believe you're looking for the fee or fee_details fields available on Balance Transaction objects:
https://stripe.com/docs/api/balance_transactions
You can find the ID of the related Balance Transaction on the Charge object:
https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
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.
Hi Toby!, thank you. Actually I'm starting with balance_transactions, from there getting source_transfer, and then charge_id and payment intent. ( all to chase down the stripe fees associated with payouts ) I'm not seeing fee or fee_details on any of these, at least none that have values.
oh sorry, I see the balance_transaction id is different than the one I started with ( so there's two balance_transactions involved ) I'll check there.
thanks!
got it! thanks so much Toby
Awesome, glad that helped!