#josedevs-platform-currency
1 messages · Page 1 of 1 (latest)
You can not transfer funds between a US platform and a non US account today. The only way is to accept charges on their behalf with a Destination charge and on_behalf_of
https://stripe.com/docs/payments/connected-accounts
So with this, can I send money from the platform "USD" to the connected account "CAD"?
that's exactly the question you asked and the question I answered though.
the currency is not relevant. What's relevant is the country the account is based in
If you platform is a US based platform and your connected account is a CA based connected account then you can not create a Transfer of funds from the US to the CA account, that will not work
If you want to accept charges on behalf of a Canadian connected account you have to use https://stripe.com/docs/connect/destination-charges + on_behalf_of
I did not understand the last thing, please
You need to take the time to read the doc I linked to familiarize yourself with the flow of funds
thanks for your answers
How are you accepting funds today? How did you build your integration? Do you use the https://stripe.com/docs/connect/charges-transfers flow?
Okay so yeah you need to read https://stripe.com/docs/connect/charges to understand the different flow of funds and find the right one for your business in that case. If you transfer funds to other countries you have to use Destination charges
yes , i use Creating separate charges and transfers
only that I stop, whether or not I could send to a "CAD" account, if my platform is "USd"
lol
but it's the same question 3 times, without reading what I say or understanding that the currency doesn't matter
I'm sorry, I've explained it twice already. This is right at the top of our docs:
Stripe supports separate charges and transfers in the following regions: Australia, Brazil, Canada, Europe, Japan, Malaysia, New Zealand, Singapore, and the U.S. Separate charges and transfers are supported if both your platform and the connected account are in the same region (for example, both in Australia). For cross-region support, see the cross-border transfers docs.
Ultimately, you need to change your code to use Destination Charges: https://stripe.com/docs/connect/destination-charges and then it will work!
once again, thanks for your patience and your answers