#koidestroyer-express-onboarding
1 messages · Page 1 of 1 (latest)
hi! is this for Express accounts?
yes
I see that if I change to custom or standard I have more countries
so, I can't use express outside the US? Or I can after some amount of transactions?
no, that's not it at all
it's simply that you have to enable countries in https://dashboard.stripe.com/settings/connect/express if you want them to be available in the UI when selecting a country (if you don't pass country to the API call when creating the account)
Great news, thanks
Is it possible add card options for express onboarding into a connect account in European countries? I'm setting things up in https://dashboard.stripe.com/settings/connect/express but when I uncheck the US the cards option disappears, as well as when I add the US I can't select the countries I want for card payments.
just going to answer this here instead
koidestroyer-express-onboarding
can you share some screenshots?
it's hard to grasp this from text
I guess I see what you mean, it's a confusing UI. It's easier if you think about in terms of the API and capabilities. The Transfers checkbox will request the transfers capability; the Payments one will request card_payments
Then once Payments(card_payments) is picked in the top set of checkboxes, only then are you able to pick capabilities for other payment methods; since having card_payments means the account is onboarded as a merchant and can process its own charges
https://stripe.com/docs/connect/account-capabilities
for any country not in the EU, you must request card_payments to onboard the account as a full merchant("payee only" accounts(ones with only transfers capability) are not supported cross-region)
got it - I didn't realize that