Templates
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles the creation of new internal accounts. The support of creating additional accounts besides the primary dependes on the implemented BaaS and its requirements.
Additional accounts are not supported for Galileo and Unit yet.
Default Cards Tab Screen contains the following elements:
These card actions depend on the supported functionality of the implemented BaaS.
Some of the actions might need integrations with other modules. This cases are listed below:
Default Dashboard Tab Screen contains the following elements:
My Accounts Tab contains the following elements:
Actions of my accounts (inactive): use the horizontal action buttons list to manage the actions of my accounts: send, request and more.
My Account Details Screen contains the following elements:
This screen shows the options for the different transfers that can be made:
Transfers Between My Accounts
Transfers to Linker Account
ACH Transfer
Transfers Menu Screen contains the following elements:
Used to make transfers between accounts that lets the user choose the account where the transfer is coming from, which account goes to and the amount.
Transfers Screen contains the following elements:
FormLayout component as a container, to handle input submission, scrolling, and loading.
Dropdown component to display the accounts the to make the transfers from and to.
RecurrentTransferForm component, to handle the extra elements (Inputs, Dropdwons, DatePickers) for the recurrent transfer configuration.
Displays the list of transactions of an account and has the option to choose from which account the user wants to see the transactions.
Transactions Activity Screen contains the following elements:
Search Input component to look for transactions by description.
This screen triggers the request of physical card and displays the success screen if the process was successful.
component as container, to handle pull to refresh, scroll and loading.
Debit card image: uses component to display the available balance of the account associated to the debit card and the card image.
Debit card actions: Uses to handle debit card actions: send, request, lock and more.
Recent debit card transactions: uses and components to display the 5 most recent debit card transactions.
component (outside the SafeAreaLayout component): it is triggered when the Request button is pressed.
More Menu button uses an component to display a collection of action buttons to handle debit card actions like: , request money, go to , card, reset pin, , , .
Request a physical debit card when the card is virtual. The Module is needed for this functionality to allow the user to enter a different shipping address. Go to to see the linking between this components.
component as a container, to handle pull to refresh, scroll and loading.
Physic card request: Uses component to display and handle physic debit card status.
Primary account available balance: uses component to display the primary account's available balance.
Recent Transactions: uses and components to display the 5 most recent transactions of their primary account.
Direct transfer (inactive): Uses component to redirect to Transfers screen.
component as container, to handle pull to refresh, scroll, and loading.
Use the component to display a title and the option to add a new account.
My Accounts: uses and components to display internal accounts.
component (outside the SafeAreaLayout component): it is triggered when the Request button is pressed.s
component as a container, to handle pull to refresh, scroll and loading.
Use the component to display the account name.
Use the component to display the account's available balance.
Use the component to display the last 4 digits or full account number and functionality to copy account number to clipboard.
My Account Details Actions (Inactive): View the list of to manage my account actions: Submit, Request, and Report Problems.
Recent Transactions: uses the and components to display the 5 most recent transactions for the selected account.
component (outside the SafeAreaLayout component): it is triggered when the Request button is pressed.
component as a container, to handle input submission, scrolling, and loading.
component (outside the SafeAreaLayout component): it is triggered when the Request button is pressed.
to manage the actions of the different transfers
component to enter the amount.
component as a container, to handle pull to refresh, scroll and loading. The list of transactions works with an infinite scroll.
component to display the accounts the user has.
component that renders the transactions array from its state.
The functionality of requesting the physical card is handled by the custom hook.
Screen that displays a default state view with type refresh. It uses the component . When a customer status is not supported by the app this screen is displayed, so the user can press the Try Again button and refresh the customer data again.
The action of fetch customer data is handled by the thunk .