#Devik
1 messages · Page 1 of 1 (latest)
The old thread - #dev-help message
👋 happy to help
just give me a few minutes to go through the context here
I strongly suggest you contact support https://support.stripe.com/?contact=true since all of your questions are more related to Accounts and not really integration related
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Well, I did start there with the initial message. They weren't able to give me any meaningful response for weeks, redirecting from team to team. Then I tried here.
At the moment I'm trying to ascertain if the integration I want or can accept is possible with Stripe.
Hey! Taking over for my colleague. Let me catch up.
You need to use Stripe Connect https://stripe.com/docs/connect
First of all, you need to choose the type of your Connected Account (https://stripe.com/docs/connect/accounts) and the Type of charges you need to implement (https://stripe.com/docs/connect/charges)
- Does the user need to manually create an account on Your site?
Yes they can if you choose Standard/Express Accounts- Can I start this process in our app and redirect back to app at the end?
- Can I collect user data in our app and just send it to You, so the user doesn't even know some account is created for them?
Yes if you choose to use Custom connect Accounts for example:
https://stripe.com/docs/connect/connect-onboarding
- Is there some identity verification needed for the user, or the bank account number needs to be verified?
Yes, all must be verified by Stripe- Does the user need to interact with this account in any way after creation, or can the management be automated by our app?
That will depends on the Connected Account Type, they can have access to their Stripe Dashboard or not, more details can be found here
<>https://stripe.com/docs/connect/accounts#choosing-approach:~:text=User can access the Dashboard%3F