#kefah_30674
1 messages · Page 1 of 1 (latest)
Hello! The fees are shown on the associated Balance Transcations. Payment Intents create Charges, and Charges have a balance_transaction property.
Payment Intents have a latest_charge property: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge
All of these are expandable, so you can expand those properties to get the Payment Intent, Charge, and Balance Transaction all in a single API request.
More info here: https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
ok i see, ot was helpfull , Thank you
Happy to help!