#jairo-fee
1 messages · Page 1 of 1 (latest)
hi there! If you expand [0] the balance_transaction when retrieving the Charge [1], you'll be able to find the Stripe fee [2]
[0] https://stripe.com/docs/api/expanding_objects
[1] https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
[2] https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
you would define the Stripe-Account header as the connected account [0] when making the request to retrieve payouts : https://stripe.com/docs/api/payouts/list
from the same endpoint?
sorry, i'm not sure i understand the question about the same endpoint?
Oh, sorry. I mean that if payouts are also returned in the response of the /charges API
the same resource from we are getting the transactions
no it wouldn't be. Are you trying to find the itemized breakdown of a payout?