#blackstone-connect-onboarding

1 messages · Page 1 of 1 (latest)

merry herald
#

Hmm well you could include the created account id in that URL as a query parameter, or your own representation of the account ID, then check whether they've fulfilled the requirements using the onboarding flow

#

Or what exactly are you trying to check here? You've already created the account before redirecting them.

latent widget
#

Oh, so do you mean user finishes creating account even if they click Return to... button on onboarding flow?
And how can I check they've fulfilled the requirements in that flow?

merry herald
#

I mean that the account already is created before you send them to onboarding, you created it with the API call prior to that

#

Onboarding is for collecting the required verification information & agreeing to terms of service, which they may or may not complete

latent widget
#

I understand it now, thank you so much!