Part of the project
Coming from Update the VBBA setup flow to new design system design doc.
Implement BankInfo of the design doc to:
This Screen will show the Plaid and Manually add a bank option, after any of those options is selected, will take the user to the right flow.
Feature Description
Will use the useSubStep Hook to handle the moving between steps
If the user is the first time or wanna start over, will be presented with 2 options,
Selecting Plaid:
- Will take you to the Plaid flow, using their SDK
Selecting Manually:
- Will take you to add the Routing and Account numbers
Both will have at the end the Confirmation Screen to make sure everything is ok.
Part of the project
Coming from Update the VBBA setup flow to new design system design doc.
Implement BankInfo of the design doc to:
This Screen will show the Plaid and Manually add a bank option, after any of those options is selected, will take the user to the right flow.
Feature Description
Will use the
useSubStepHook to handle the moving between stepsIf the user is the first time or wanna start over, will be presented with 2 options,
Selecting Plaid:
Selecting Manually:
Both will have at the end the Confirmation Screen to make sure everything is ok.