#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, 20 hours ago, 18 messages
Hi ๐ we're not familiar with the prebuilt Stripe reports in this forum, so I'm not sure what the column you're referring to contains. Can you elaborate on that or provide examples of what that report references?
it seems stripe transaction level record is providing details of stripe fee against each transaction.
Hm, so what specifically do you want to pull from the API?
Balance Transaction objects have information about fees in their fee and fee_details fields:
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.
This api returns an empty fee_Details array for me
I've to explicitly use the transaction type = stripe_fee, but that provide aggregated amount per day
Hm, are you on a non-standard pricing plan?
I'm using destination charges with application fee, I'm not sure about the pricing plan
I would recommend reaching out to our Support team and confirming the pricing plan for your Platform account:
https://support.stripe.com/?contact=true
it sounds like you may be on a non-standard plan, which we're less familiar with in this forum, and that will complicate this as those can change how fees are calculated and represented.
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 reaching out regarding the empty fee array on friday, The support wasn't able to tell the reason.
When you say the array is empty, you're referring to fee_details rather than fee, correct?
In my experience that either means you took an action that has no fee associated with it (I'm not sure how many, if any, of those there are, we're really not familiar with fee structures here), or you are on a plan where fees are not placed on specific transactions but you instead are charged fees in a lump sum. I'm thinking the latter, but only our Support team is able to tell you what pricing plan you're on.
okay