#guillaume-applicationfee-currency
1 messages · Page 1 of 1 (latest)
guillaume-applicationfee-currency
Hi!
Hey @sick grove ! When you take an ApplicationFee, it's always in the currency of the payment itself. So if you take a $100CAD payment with a $10CAD it'll be in CAD. And it will stick to CAD to avoid double currency conversion I think
https://stripe.com/docs/connect/currencies covers this in details
Okay, let's say i wanna take 20% of payment made using my platform. The charge is made in USD and the destination account is in EURO. Stripe will transfer the money in euro and transfert it to the destination account, meaning my application fees are recorded now in euro, would it be possible to specify that the application fees should be in USD?
My account balance is in multiple currency now and i can't make a payout from most if the account because i dont have an active account on those currency
sorry, Discord got busy for a sec
My account balance is in multiple currency now and i can't make a payout from most if the account because i dont have an active account on those currency
You can. It will convert to your preferred currency when you payout
This is what i get from the UI
Some of the charge were made is AUD and the fee deposited in a AUD account, but we do not have an active AUD account
You might need to use the API for this. Sorry I don't really know much about the Dashboard flows
Okay i'll keep looking and maybe try using a Direct charge
This issue was raised by our accounting team and i'm kind of lost on the solution to apply. Thank you for the help 🙂
Express
Then definitely do not move to Direct Charges at all. Stick to Destination Charges, that is the only viable integration path
Really what you can do is call https://stripe.com/docs/api/payouts/create to create a Payout for that balance and it'll convert to USD automatically