#Edrain
1 messages · Page 1 of 1 (latest)
I can have a look, while I'm doing that you should read https://stackoverflow.com/questions/55686949/why-i-am-getting-insufficient-funds-when-trying-stripe-transfers-even-though-i/55687932#55687932 as it covers a lot of the basics
Ok, I'll do it now
here the issue is you are trying to transfer CAD, but you don't have any CAD, you have a USD balance.
you have to pass currency:USD in the API request. It will get converted to whatever currency the connected account can settle in.
hum... I got it. I'm observing I'm receiving the payments in CAD and the Stripe auto-convert to US, there is a way like configuration to inform Stripe to keep the currencies I'm receiving?
I'm mean, if I receive cad payments, keep cad in my account, if I received in USD keep in usd.
sorry my english is not very good
A US account can't usually accumulate a CAD balance.
Right now this applies to you:
https://stripe.com/docs/connect/currencies#separate-charges-transfers-without-on-behalf-of
Separate charges are converted to the platform’s default currency from the presentment currency and the platform later transfers the funds to the connected account.
so an option might be (and this does involve accumulating a CAD balance)
https://stripe.com/docs/connect/currencies#separate-charges-transfers-on-behalf-of
Separate charges are converted to the connected account’s default currency from the presentment currency and the platform later transfers the funds to the connected account.
ok, I'll read now. If I got doubt I can keep asking here or back to the main channel chat?
here is fine if it's within the next hour or so