#naveed-web3auth_docs

1 messages ยท Page 1 of 1 (latest)

runic cliffBOT
#

๐Ÿ‘‹ 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.

lost storm
#

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.

lethal hound
#

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_

lost storm
#

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

lethal hound
#

๐Ÿ‘€

lost storm
lethal hound
#

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

lost storm
lethal hound
#

so you want to calculate the exact breakdown of the stripe fee in that screenshot?

lost storm
#

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

runic cliffBOT
lethal hound
#

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