#dragonslayer5175
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dragonslayer5175, 6 days ago, 10 messages
I don't believe there are fees on Application Fees, but we're not really fee experts in this channel
Stripe document says, if we are using application fee, the stripe fee will be taken out of the application fee of the platform account.
Is there any way i can get the fees per transaction or i can calculate average of stripe fee on different types of cards?
I wish I could be more helpful, but we're not really fee experts in this channel. I would recommend reaching out to our support folks as they can help you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site 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.
I tried to reach the support on friday. But they are also clueless on why api is returning an empty array or how i can calculate stripe fee on a transaction.
Where are you seeing that fees are charged on Application Fees?
point 3
I think that's just talking about the order of operations. The Stripe Fee would still be taken out of the total amount of the Charge that you took an App Fee from. Point 4 seems to indicate that you don't pay fees on App Fees
but if i look at the response of list all balance transaction api, stripe fee should be available along each charge
instead, I've to call the transaction type stripe fee, which seems to be an aggregated amount instead of per transaction amount.
What are you actually trying to do with the fees? Maybe that's a better place to start
I'm trying to collect the fees on the transactions for the connect account and then charge the connected account with the amount at the end of the month.
Got it, so you can just get the balance transaction for each of the charges and look at the fee_details on each Charge's Balance Transaction: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.