#unknowncat

1 messages ยท Page 1 of 1 (latest)

fiery vigilBOT
broken night
#

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

south light
#

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

broken night
#

Awesome, glad that helped!