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

Implement additional UPI payment address types #16

Open
1 of 2 tasks
qurbat opened this issue May 10, 2022 · 1 comment
Open
1 of 2 tasks

Implement additional UPI payment address types #16

qurbat opened this issue May 10, 2022 · 1 comment
Labels
question Further information is requested

Comments

@qurbat
Copy link
Owner

qurbat commented May 10, 2022

Reference for VPA types:
https://news.ycombinator.com/item?id=29358108

To-do:

  • Test the various remaining address types referenced in the post above to verify whether they work, or not
  • Implement address types that are found to be working
@qurbat qurbat added help wanted Extra attention is needed question Further information is requested labels May 10, 2022
@srikanthlogic
Copy link
Contributor

  • - Aadhaar based mapper is unsupported - NPCI Circular
  • - RuPay based VPA - Likely never existed except for documentation, stands outlawed with mandatory card tokenisation.
  • - IFSC + Account Number based VPA - This works on some apps, but looks like not all PSPs are resolving it during verify VPA leg, but instead are directly posting and NPCI routes the transaction directly without address resolution. Validation of such VPA might be challange. But leaving it open for more research.
  • - We already support @pspcode based VPAs
  • - Credit card VPAs are also technically outlawed by card tokenisation regulation, even if not, not something we should be supporting considering card numbers are sensitive personal information.

@qurbat qurbat removed the help wanted Extra attention is needed label May 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants