#neaorin
1 messages · Page 1 of 1 (latest)
Hi there, yes you can retrieve the fees via API. You should get the latest_charge from the paymentIntent, expand the balance_transaction (https://stripe.com/docs/api/charges/object?lang=go#charge_object-balance_transaction) and check its fee_details (https://stripe.com/docs/api/balance_transactions/object?lang=go#balance_transaction_object-fee_details)