#wangtao
1 messages · Page 1 of 1 (latest)
Hi there
First, it sounds like you are using Separate Charges & Transfers, correct?
I believe so
Okay and you are familiar with the restrictions for transferring cross border/region?
I'm not familiar with that
I don't actually remember it if it's called Separate Charges and Transfers now. But what I'm doing is that I'm using Stripe Elements to collect buyer's payment, then in the backend I create a transfer using stripe.transfers.create and specifiy a source_transaction to buyer's payment transaction, to a custom Connect account
Are you ever transferring to multiple Connected Accounts or transferring later after the charge was created (as in not immediately)
Only one account usually
It's actually working well, but we want to expand our business to another country which requires adding another currency
Right but if you use Separate Transfers like you are doing you can't expand to other countries unless they are in the same region (like EU)
Yes it's in EU
Okay then that works
So in that case, currency conversion will happen based on the settlement currency on your platform account
Have you read through https://stripe.com/docs/connect/currencies yet?
Not yet, thanks for yor explaination
Is there a cost for converting one currency to another?
Yes there is
Typically there is a 1% conversion fee. I believe it is mentioned on https://stripe.com/pricing
Overall though I don't know a ton about pricing as I focus on the API so if you need more pricing info then you will want to talk to our Support team about that side of things via https://support.stripe.com/contact/login
I see, thanks!