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
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
VPAs are also auto issued by select PSP / TPAP against specific pattern. While searching for type of VPAs, also allow ability to include seeded / custom regex.
Solution Approach :
Create a data file documenting the various known prefixes and implement an option to include searching these options.
Problem Statement :
VPAs are also auto issued by select PSP / TPAP against specific pattern. While searching for type of VPAs, also allow ability to include seeded / custom regex.
Solution Approach :
Create a data file documenting the various known prefixes and implement an option to include searching these options.
[ { "name": "BharatPe Merchant VPAs", "pattern" : "bharatpe", "location" : "prefix", "type" : "mobile", "vpasuffix" : "yesbankltd", "example" : "bharatpe9999999999@yesbankltd" }, { "name": "ICICI PayLater VPAs", "pattern": "pl.", "location": "prefix", "type": "mobile", "vpasuffix": "icici", "example": "pl.9999999999@icici" }, { "name": "ImpactGuru VPAs", "pattern": "support", "location": "prefix", "type": "word", "vpasuffix": "yesbankltd", "example": "supportdikjgrvriirg@yesbankltd" } ]
The text was updated successfully, but these errors were encountered: