Fi Money is a leading fintech platform that simplifies banking in India by offering a fully digital, mobile-first experience in partnership with Federal Bank.
Fi Users face difficulties in linking their existing bank accounts due to a mismatch between their bank-linked and Aadhaar-linked mobile numbers. The approach is to provide temporary account access with clear guidance for mobile number updates, ensuring seamless account linkage and enhancing user experience.
Challenges Identified
Case 1: If a user registers with their (Federal) Bank-linked mobile number, the system fails because the number is not linked to Aadhaar.
Case 2: If the user registers with their Aadhaar-linked mobile number, the system fails because their Aadhaar and PAN are already associated with another account.
Circular Dependency: Users are trapped in a loop, unable to complete account linkage as there is no direct way to resolve this within the Fi Money app.
A structured approach has ben utilised to ensure seamless account linking for more financial insights, focusing on user experience and ease of access.
Conducted user research to identify pain points in the account linking process, ensuring understanding of user needs.
Responses: 31
Medium: Google Forms
Studied the user feedback and current product flow to develop compatible user flow
User Stories
As a user who holds multiple bank accounts with different registered mobile numbers, I want to be able to link all my accounts in Fi Money, even if my Aadhaar-linked number is different, so that I can access my financial data in one place.
As a user facing a mobile number mismatch issue while linking my Federal Bank account, I want to receive clear guidance on how to update my mobile number, so that I can seamlessly complete the KYC process and gain full account access.
As a user who prefers immediate account insights, I want temporary access to view my account balance and transaction history, even if my mobile number doesn’t match, so that I can manage my finances while completing the linkage process.
Solution: Temporary Access & Guided Linkage
The proposed solution ensures users can link accounts, even if mobile numbers differ, by introducing:
Modify bank_accounts table
Add linked_mobile: Stores the mobile number linked to this bank account
Add kyc_status: Tracks if the account is KYC verified
Add account_access: Indicates if the account has full, temporary, or restricted access.
Modify users table
Add fi_account_number: Stores the Aadhaar-linked mobile number, which serves as the Fi account number
Action: Compare fi_account_number (Aadhaar-linked mobile) from users table with linked_mobile in bank_accounts
If the numbers match: Grant full access
If numbers don’t match but kyc_status is verified: Grant temporary access with non-transactional features
If numbers don’t match and KYC is not verified: Restrict access, prompt users to update their mobile number via Federal Bank
As a user who would want to update their mobile number to remove the mobile number mismatch, should be able to initiate bank requests for updating mobile number with partner banks from the Fi app itself.
Update the “Account Linking” API to:
Fetch all bank accounts linked to a user specified mobile number
Authenticate the bank accounts using OTP verification for mobile numbers linked to a bank account.
Allow users to manually revalidate their KYC once a mobile number update is complete from the Fi App accounts section
Goal: Evaluate the effectiveness of the universal account linkage feature by analysing temporary account linkage rates, temporary new user signups, increase in net asset insights and satisfaction across two groups:
Users exposed to the temporary access and mobile number update guidance feature.
Users without access to the new feature (control group)
The proposed solution effectively addresses user pain points, validated through survey insights, by streamlining the onboarding process in alignment with Fi Money’s mission. By enabling seamless universal account linkage, users are more likely to rely on Fi Money for their total financial management and banking needs. This feature not only enhances user experience but also strengthens platform engagement. We invite collaboration and further refinements based on real user feedback to maximize impact.