#hananafzal88-connect

1 messages · Page 1 of 1 (latest)

quick zenith
#

hi there! I'm not sure I completely understand what you're asking, can you rephrase it a bit?

lapis mulch
#

I am saying that if i want to do onboarding of a connect account user on my platform not on stripe is this possible?

quick zenith
#

what does "on my platform" mean exactly?

lapis mulch
#

my website

quick zenith
#

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)

quick zenith
lapis mulch
#

but that account required onboarding until it is suspended

#

Sorry Restricted

#

but when i do onboarding through link then is completed

quick zenith
#

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

lapis mulch
#

can i create account with Complete status through api

#

??

#

@quick zenith Can i create connect Account with Complete Status through api call?

quick zenith
#

you can yes, but then it can change over time!

lapis mulch
#

@quick zenith can you give me that api?

quick zenith
#

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.