Audience:
DevelopersOperators
Create an individual onboarding link
Create an individual onboarding link and share it with your user: generate it from the Dashboard or with the API.
There are two methods you can use to create individual onboarding links.
- Run an API mutation to create a unique onboarding link for each future individual account holder.
- Use a public URL from your Dashboard to share the same individual onboarding link with all of your users.
Public onboarding links
Use public links with caution. Those with fraudulent intent can use these public links to complete multiple onboardings, and if this happens undetected, they'll have multiple accounts in your project.
Choose how to create the link
OperatorsFrom the DashboardGenerate a public onboarding link from the Dashboard. No code required.DeveloperUsing the APICreate a unique onboarding link per user with the
createIndividualAccountHolderOnboarding mutation.Review the onboarding concept for the full model.