Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: UPI support. #117

Open
khitab opened this issue Oct 7, 2024 · 2 comments
Open

Feature Request: UPI support. #117

khitab opened this issue Oct 7, 2024 · 2 comments

Comments

@khitab
Copy link

khitab commented Oct 7, 2024

Having UPI integration in the app will make the Settle Up part much easier.

Flow:

  1. Users can add their UPI IDs to the profile.
  2. Clicking on Settle Up using UPI would open installed UPI app, or in case of web, a QR code.

Reference:

Validations
The group or inidividuals involved in settling up the expenses should reside in India.

Edge case:

Payment status:

For mobile app, there could be a way to know the payment status and mark the status as settled up in our system.
But when a person scans the QR code from web and completes the transaction, there is no way to know the status because the transaction started outside the device.
A payment gateway integration can solve this. For the scope of this issue, we can keep the flow similar to cash transaction and rely on user confirmation when using QR code (web).

@KMKoushik
Copy link
Member

@khitab we should think about how we can easily other providers for other contries,

it should be in a way where we can add multiple providers as link which users can be clicked while trying to settle up, this way we can support any providers that allows link sharing.

@khitab
Copy link
Author

khitab commented Oct 23, 2024

On searching for popular P2P payment solutions, found that payment links / pages are not the first class citizens in the suite.

Examples:

There are payment solutions like Venmo, Zelle etc that may have payment links. Having a payment link functionality for settling up can be a generic solution. However, UPI will need a different implementation. UPI, being a DPG, works on an open specification. Just like Email, UPI has VPA and payments can be made using any app. The number of countries supporting UPI is growing.

We can create another Github issue for including support for payment links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants