#Sold
1 messages · Page 1 of 1 (latest)
I'm using direct charges
Then Stripe will do the conversion according to each account currency
Yeah same
Can I then get the conversion rate which will be applied when converting? I'd like to convert the 50 EUR to USD before creating the PaymentIntent, but I need to make sure that after the conversion from the connected account to the platform account it will be exactly 50 EUR.
You can use different currency when using separate charge and transfer
https://stripe.com/docs/connect/charges-transfers
That's fixed by Stripe
Is there an API I can use to get it?
No API, but there is estimation page in your dashboard
https://dashboard.stripe.com/currency_conversion
Welcome!