qurbat/upi-recon

Implement support for specific pattern based VPAs

Opened this issue · 0 comments

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" } ]