#blackstone-connect-onboarding
1 messages · Page 1 of 1 (latest)
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.
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?
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
I understand it now, thank you so much!