#benfa_unexpected
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1298725971691700255
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, can you share more on how you're sending funds to the connected accounts? Can you share a request id for when you created a Checkout Session? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
this is how i generate the checkout session, this should create a direct payment using the sport_club.stripe_account_id which is a connected account
i'm currently in test mode, this is the last payment i tried: pi_3QDA6HBGFsJIeCDH0PgkqT2L
the payment was 100 eur, i don't add any fees, so i don't see any transaction in the platform account and when i go to the connected account dashboard i can see the payment of 100 eur but i don't see the stripe fees
i'm trying to retrive the request id
I can get it from the pi_ id, taking a look
thanks
It looks like you're trying to see the associated Stripe fees on that payment. We document how you can attain this data here: https://docs.stripe.com/connect/direct-charges?platform=web&ui=stripe-hosted#collect-fees. You can see what fees were charged by retrieving the Balance Transaction, https://docs.stripe.com/api/balance_transactions. If you have any specific questions about Stripe fees, you would need to talk to our support team, https://support.stripe.com/contact. They will have more expertise to further explain your fee structure on your accounts.
the platform doens't need to see stripe fees aplied to each transaction but i would expect to be able to see stripe transaction fees from the connected account dashboard, currently i'm not seeing any stripe transaction fee on the connected account dashboard. I'll check out the link you sent me
is ee the first link is about collecting fees, i'm not trying to collect any fee
i just want to be sure i explained myself correctly
I included that as we mention: The resulting charge’s balance transaction includes a detailed fee breakdown of both the Stripe and application fees.
This is not about Application fee, rather telling you where you can find details about fees
Yeah, you would want to talk to support on fees and how they are surfaced in the Dashboard for the Connected Account.
ok thanks
Sure!
so it's correct that for a direct transaction this is what i see? Import 100, Commissions 0, Net income 100?
i tried to export the payments with all the column and i don't see any fees there as well
it seems very wierd to me that nowhere on the connected account dashboard i see the fees, for now i'm still in testing i don't know if that makes any difference
Hello
As my colleague mentioned, we don't know much about how fees are reflected in the connected account dashboard..
I would suggest you reach out to our support about that as they're more familiar with this and can help further
https://support.stripe.com/?contact=true
If you have questions about the APIs then we're happy to help but dashboard related questions should be asked directly to support
ok in that case my only question is, is the api call i posted at the begin of the conversiation correct if i don't want to connect any fees and i want the connected account to pay for stripe fees?
for the visualization problem i will try to contact support
Yes, you've created a direct charge. The connected account is responsible for fees on a direct charge
thanks, we can close this thread