#patters-magento2

1 messages · Page 1 of 1 (latest)

uncut ridge
#

hello, Stripe does auto-currency conversion, to whatever the "default currency" is in your Stripe acct.

So both USD and CAD payments settle as USD payments in your account

#

you could set up 2 Stripe accounts, one in US and one in CA for separate settlement

static quest
#

Thx for the rply Hmunoz! Hmm, that hasn't been my experience to-date (4 years) needing separate accounts. But that may be true for Magento integration...

uncut ridge
#

why wouldn't you need separate Stripe accounts?
didn't you yourself mention earlier?

see/acknowledge USD versus CAD and send the currency to my correct account?

#

like you can only settle balances in one currency afaik

#

per acct

static quest
#

My current integration (non-Magento) handles the currency automatically. If someone pays in USD it routes to my USD acct. If someone pays in CAD, routes to CAD. I was hoping the Magento would be same...

uncut ridge
#

don't you have 2 Stripe accounts for that?

#

sorry if I'm being nitpicky

#

but when you say

If someone pays in USD it routes to my USD acct. If someone pays in CAD, routes to CAD.
that is two accounts no?

static quest
#

it's one stripe account. 2 bank accounts (obvs)

bitter glacier
#

Hello! So I think the confusion here is what "account" means. It's not uncommon for merchants to have multiple Stripe accounts in multiple countries, but it sounds like you have a single Stripe account with two bank accounts, one for USD and one for CAD. In that case payments in USD will automatically settle in your USD bank account and CAD payments will automatically settle in your CAD bank account.

static quest
#

Exactly what Rubeus said ^^ yay! Now here's another kicker. There will be 2 separate Magento 2 websites. One will be ALL in CAD, the second ALL in USD. Do I need 2 different Stripe accounts or can one account / plug in handle it all?

bitter glacier
#

It should work as long as Magento itself does not prevent it. I don't know much about how Magento works, but Stripe itself won't have an issue.

static quest
#

You rock, thx all for the help...