Reference Data Flows
Existing portals / apps
Complete a KYC flow from existing portal
principals start the journey in your existing application push the customers information to detected over api (full sequence diagram available trigger a kyc journey with redirect docid\ azk y2pehathqaehvnkn ) then redirect the customer to the detected verify kyc portal, customer then completes the required onboarding tasks in the detected portal webhook fires to notify existing systems that submission is complete data flow \ config theme redux dark look classic layout dagre \ flowchart td subgraph existingportal\["existing onboarding portal"] onboardingfind(\["completes personal information"]) onboardingconfirm(\["triggers kyc check"]) end subgraph detectedapis\["detected apis"] end subgraph onboardingportal\["verify (kyc) portal"] onboardingcompleteactions(\["complete verification tasks"]) onboardingsubmit(\["submit"]) end subgraph detected\["detected"] detectedapis onboardingportal end customer((("customer"))) "1 customer visits existing customer portal" > existingportal onboardingconfirm > detectedapis onboardingfind > onboardingconfirm onboardingcompleteactions > onboardingsubmit onboardingsubmit webhook > existingportal onboardingconfirm "2 redirect customer to detected portal" > onboardingportal