You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new page that will be displayed only to admins after the user presses on Add bank account on the wallet page. Regular users will get redirected straight to personal account flow.
If the user presses Get reimbursed, we’ll bring them to the existing personal bank account flow.
If the user presses Make payments we will display a list where user has to select a country indicating location of his bank account. In order to avoid duplication and creation of yet another CountrySelection list we will reuse the existing one in the src/pages/settings/Wallet/InternationalDepositAccount/substeps/CountrySelection.tsx
To make it possible for users to add an account that isn’t connected to any workspace we will have to refactor screens inside src/pages/ReimbursementAccount directory.
Create a new page that will be displayed only to admins after the user presses on Add bank account on the wallet page. Regular users will get redirected straight to personal account flow.
If the user presses
Get reimbursed, we’ll bring them to the existing personal bank account flow.If the user presses
Make paymentswe will display a list where user has to select a country indicating location of his bank account. In order to avoid duplication and creation of yet another CountrySelection list we will reuse the existing one in the src/pages/settings/Wallet/InternationalDepositAccount/substeps/CountrySelection.tsxTo make it possible for users to add an account that isn’t connected to any workspace we will have to refactor screens inside src/pages/ReimbursementAccount directory.