#hananafzal88-connect
1 messages · Page 1 of 1 (latest)
hi there! I'm not sure I completely understand what you're asking, can you rephrase it a bit?
I am saying that if i want to do onboarding of a connect account user on my platform not on stripe is this possible?
what does "on my platform" mean exactly?
my website
information on the connected account like identity verification has to be submitted to Stripe at some level since we need to know that for legal reasons. That can happen a few different ways(through the API or our hosted pages)
you can collect all the requirements from the user yourself and then send it to Stripe in the API, that's what Custom Connect is for(https://stripe.com/docs/connect/custom-accounts). I highly highly recommend against building things that way though
but that account required onboarding until it is suspended
Sorry Restricted
but when i do onboarding through link then is completed
yep but the requirements can change over time
which is why you need to listen to the account.updated webhook event and send the user back to the onboarding when things become required
can i create account with Complete status through api
??
@quick zenith Can i create connect Account with Complete Status through api call?
you can yes, but then it can change over time!
@quick zenith can you give me that api?
like you can collect all the information required upfront and pass it to the API when creating the account. But over time the information can change due to regulatory changes and we need more information. That is happening right now in fact! (https://stripe.com/guides/important-update-for-connect) So you need to be prepared for that.