#naveed-web3auth_docs
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/1327194907982565446
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Note that we are charging an application fee of around 3.99% to the connected account so it's important we know how much of our application fees is going to Stripe
e.g. here
This is an example of GBP connected account charging in GBP where there is no conversion. However, I'm not too clear on what are the fees being incurred during the GBP to SGD conversion that we are receiving.
i think the underlying question here in terms of the GBP -> SGD conversion for the application fee is specifically with regards to the FX right?
can you paste the PaymentIntent id of a transaction for which you're getting GBP -> SGD conversion for the application fee? the id will have the prefix pi_
Okay. Let's look at the simple case first
GBP to GBP to SGD
pi_3QfZAXIAwVArUw7L0I0GiWia
The second case is
USD to GBP to SGD
pi_3QfdNJIAwVArUw7L1IXYtVDA
๐
I think with our integration type because it's direct charges + us handling fees the only way to know how much Stripe takes is via reports https://docs.stripe.com/connect/direct-charge-buy-rate-reporting-overview
reports is probably the easiest way really. There's actually an application fee object e.g. https://dashboard.stripe.com/test/connect/application_fees/fee_1QfdNXIAwVArUw7LyZ7MlasU > and you can expand the balance_transaction to get more details such as fee_details or fx : https://docs.stripe.com/api/balance_transactions/object
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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 page is probably easier to see all of the application fees : https://dashboard.stripe.com/test/connect/application_fees
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you can list all balance transactions for application fees : https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Indeed that page shows the collected fees, however as for the exact amount that ended up in our acc in SGD it is here https://dashboard.stripe.com/test/balance/all-activity
so you want to calculate the exact breakdown of the stripe fee in that screenshot?
Yes basically I want to know out of that 39.9 GBP or 39.9 USD what fees were incurred into the final SGD amount that ended up in our acc
ah, then probably disregard what I mentioned before. I think it's best that you write in to Stripe Support https://support.stripe.com/contact, and they'll be able to advise you on that in detail. We aren't so familiar with how to calculate the exact breakdown of fees for your use case here on this channel. Sorry about that