#nachofranco-fees
1 messages · Page 1 of 1 (latest)
Hi there! I would love to help but this channel is for technical questions from developers. For this question you will be better off reaching out to our Support team: https://support.stripe.com/contact/login
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok, I will turn it into a technical one
How can I query the fees that I paid since the beginning from the API?
You would list your balance transactions (https://stripe.com/docs/api/balance_transactions/list) and examine the fee_details: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
Awesome! Thank you!
I'm running subscriptions
Am I going to be able to see the 0.5% applied to each transaction?
Those fees are batched at end of each day
You should see a separate balance transaction each day for those fees
As part of the list balance API yes you should get those balance transactions back as well
Yep should be Stripe fee