#πΎππ π΅πππππ πππ
1 messages Β· Page 1 of 1 (latest)
:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
do you mean in test mode?
what type of connected accounts are you planning of creating?
express individual
you can create account links
https://stripe.com/docs/connect/express-accounts#create-link to send your connected accounts (in this case individuals) to onboarding
once they finish onboarding and their account is verified you can start doing transactions with the connected account
whats onboarding if i might ask
we need to collect info about each Stripe account
for more info please contact support.
very well i'll give documentation a quick read
sure thing
i still don't understand what the account link is
Account Link are used in order to grant a connected account permission to access Stripe-hosted applications, such as Connect Onboarding.
What you want to achieve exactly using Stripe Connect ?
i have managed to charge someones bank card but that is all
all i am really looking for is to be able to send money from my stripe account to the user
to another bank account sorry
of a user
that is automated
i have already collected they're banking infomation
and am trying to do my code but i am being told that my transactions for my account is disabled
i think that is why it isn't verifyed
and i'm now trying to figure out how to veryify it
Ok I think this is like a Destination charge :
https://stripe.com/docs/connect/destination-charges
i am the one trying to send money
You can create/onboard Express Connected Account (the user that you want to send money to):
https://stripe.com/docs/connect/express-accounts
You can follow these guides in order to build an integration.
but i still need to verify it though right
What you want to verify?
the connected account
You don't do the verification of the connected account. The user need to fill their data and Stripe will verify it.
is there any way that could be done from python
yes i mean they give me all the verification info through the account and they become verified
In that case you can use Custom Connect Account:
https://stripe.com/docs/connect/custom-accounts
And you can handle verification using API:
https://stripe.com/docs/connect/identity-verification-api
i see