#Edrain
1 messages · Page 1 of 1 (latest)
Can you share an example acct_xxx you're trying to onboard?
Yes, one moment please
acct_1MWIe62VYodeI7RQ
account create request: req_yzWdV27IoYPeQ1
account link request: req_VNA1d9nnahWz6i
It's because you're passing the capabilities hash on creation. If you do that, we lock the account country to the same as the platform
Omit that parameter and all supported countries will be listed in the onboarding flow
But without passing capabilities, I will be able to transfer payments received with cards to them?
Yep, transfers is a required capability. See here: https://dashboard.stripe.com/test/settings/connect
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
hummm. I'll test now and back here if needed, thank you Ynnoj!
np
I'm getting this error when try to create account witht transfer but without card_payment capabilitie:
Your platform needs approval for accounts to have requested the transfers capability without the card_payments capability. If you would like to request transfers without card_payments, please contact us via https://support.stripe.com/contact.
Yup, that's generally not possible
You just need to omit the entire capabilities hash
Let me see.