#eliasknudsen
1 messages · Page 1 of 1 (latest)
That's only possible with certain countries: https://stripe.com/docs/connect/account-capabilities#transfers-cross-border
Alternatively, you can facilitate international payouts by using the card_payments capability to make charges directly on Standard connected accounts. Stripe strongly discourages using direct charges for Custom and Express accounts.
Yep
Hm, but my business is in norway, which means EU. Does this mean i can transfer to all SEPA countries?
All stripe connected acounts located in SEPA countries?
Yes it does
Does this mean it is not possible for my business to transfer anything to US connected stripe accounts?
What I am trying to make is a sort of refferal system btw
That's correct
Have you considered using Standard Accounts + direct charges?
What is a direct charge?
Only recommended with Standard accounts though
Oh, but does direct charge solve my issue with cross-border payouts or does it still apply?
Cross border doesn't apply because charges are made direclty on the connect accounts
That's the caveat you quoted above
Again, you'll need to use Standard accounts for this though
I see. I will do this. Is it as easy to implement as the express method?
Take a look at https://stripe.com/docs/connect/accounts
Recommend you fully understand the differences before going that route
I read a little on the docs now. Thank you really much for the help. There are so many different approaches so it is easy to get lost:)
I wouldn't say it's necessarily easier or harder. It's just completely different
Yeah that's understandable
Connect is a very complicated product because of all the functionality we offer
But if you read that comparison doc I linked above, that should make things a bit more clear
Ok, nice. Thanks for the help:) I think i will figure the rest out:)