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

Implement support for specific pattern based VPAs #18

@srikanthlogic

Description

@srikanthlogic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions