Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Implement support for specific pattern based VPAs #18

Open
srikanthlogic opened this issue May 11, 2022 · 0 comments
Open

Implement support for specific pattern based VPAs #18

srikanthlogic opened this issue May 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@srikanthlogic
Copy link
Contributor

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

@qurbat qurbat added the enhancement New feature or request label May 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants