#_gurra_
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.
What details will I get in the fee details?
When using this endpoint {{baseUrl}}/v1/balance_transactions/:id, I only get results like this:
"fee_details": [ { "amount": 505, "application": null, "currency": "sek", "description": "Stripe processing fees", "type": "stripe_fee" } ],
That's not separating the fixed fee and the percent fee.
That's all the Stripe fees
If you have question about the pricing, you may want to reach out to Stripe Support:
https://support.stripe.com/?contact=true
This channel is for technical integration question only
But is there a way to see what fixed fee and what percent fee that was used? I'm talking about the card payment processing fees.
In the public APIs no
In the dashboard then?
These are the supported fields of fee_details in the public APIs:
https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-fee_details
I don't think so honestly
Ok, but is there any other way to find it?
If you have doubt about Stripe fees and the pricing
feel free to reach out to Stripe Support about the details of a particular transaction (fix and percentage)
Since there are different rates for different payment methods, it would be normal to think one could find out which one has been applied.
Yes, there is a lot of rates (which we are not very familiar about in this technical channel)
I have a doubt about Stripe Reports:
https://docs.stripe.com/reports/report-types/balance
But I think it provide the same details as the balance_Transaction
If you want to have more details about a transactino that you have doubt don't hestiate to reach out to Stripe Support and double check it!
Ok, I understand. Thanks!