#vitorleitao_docs
1 messages Ā· Page 1 of 1 (latest)
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.
- vitorleitao_docs, 1 day ago, 17 messages
š Welcome to your new thread!
ā²ļø We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
ā±ļø We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
š This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1261258247747276853
š Have more to share? Add details, code, screenshots, videos, etc. below.
š happy to help
https://docs.stripe.com/expand/use-cases#stripe-fee-for-payment
Hey @white hill
Just to confirm, which of the options should I include to receive all fees and networking charges on a payment? Just latest_charge.balance_transaction or is there another option?
For a bit of context on what is happening
We retrieved every transaction in ⬠and when substracting all the fees, refunds, disputes, payouts etc, there seems to be some missing value on the balance.
Stripe Support said it was Aditional Stripe Fees and Network Costs that we had not taken into account in our analysis, but I cannot find any docs on the API's on how to retrieve these additional fees and network costs so we can include them in our analysis / system
Hey! Taking over for my colleague.
which of the options should I include to receive all fees and networking charges on a payment? Just latest_charge.balance_transaction or is there another option?
Nope simply follow the guide my colleague shared with you
We retrieved every transaction in ⬠and when substracting all the fees, refunds, disputes, payouts etc
In order to see what charges included in a Payout, you need to follow this section:
https://docs.stripe.com/expand/use-cases#charges-in-payout
There is no one single entry for everything
And just to confirm, if there are charges in a payout, would these charges be taken off our balance for that currency? or on the value of the payout on the receiving end?
Not sure I understand this sorry. Once an amount is paid out via a payout, it's deduced from your Stripe Balance.
If this respond to your question.
So the issue we are having is the following
We have transactions in ⬠which have the status of paid, failed, refunded etc
We retrieved all the transactions, and compared our remaining balance to all the fees, disputes, payouts, etc that we have visible
Stripe Support said there were Additional Stripe Fees and Network costs, and we are just trying to find where to fetch these from the API, since we cannot find then in the UI at all at this moment.
So we are trying to find if these additional fees and network costs are on Payouts, or Payments, since we have no more details right now
Stripe Support said there were Additional Stripe Fees and Network costs,
I think you should reach out back to them and ask for more details. You can keep following on that email?
Already did, just waiting for their reply but I am trying to see if I can get anywhere while waiting
I'll try what you guys suggested, specially in the Payouts, since I already am using the documentation you mentioned on the PaymentIntentGetOptions.
I'll come back here in a few minutes once I make a requests for a payout we know about and if I can spot any charges on it
But just to confirm
Any charge that shows up on a Payout is taken out of our balance besides the payout amount?
Any charge that shows up on a Payout is taken out of our balance besides the payout amount?
No I don't think so
This is so odd what is happening then
I'll try and see what I can find in Payouts, and i'll ask for a reopen if I fail to find something, and wait for the support to come back with more details
Thanks @lost plover and @white hill
Happy to help!
Hey @lost plover I am back
Just a small problem
I am getting this error
Stripe.StripeException: 'Balance transaction history can only be filtered on automatic transfers, not manual.'
This was when I tried to retrieve the charges for a payout we trigger via code, where we first perform a Transfer and then a Payout to a connected account
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
But the error message seems to be enough explicit you can't make that request on manual transferS
I will get a request ID now, 2 minutes please
Yes, its pretty explicit, I was trying to imply more of a request to see if there was a way to get the charges on the manual transfers that may not be on the those docs
req_TmASsmEJfKxDrt
Yes you can't get that
Got it, in this case, then I need to wait at 100% for the support team reply, since I cannot confirm then where these extra charges are coming from
Thanks again @lost plover