Reference Process Flows
...
Portals / Web Apps
Trigger KYC flow from web portal
these patterns follow a simple approach to start the journey in the existing clients application and then redirect for the complex parts of the journey to minimise development effort on the client side principals start the journey in your existing application push the customers information to detected over api (full sequence diagram available 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