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

[UX IMPROVEMENT] Discriminate between error messages when trying to pay invoices #533

Open
PaulADW opened this issue Mar 15, 2024 · 0 comments

Comments

@PaulADW
Copy link

PaulADW commented Mar 15, 2024

The app does not discriminate between "fixed amount invoices" and "variable amount invoices".
This leads to much confusion for users.

Here's an exemple : I send an invoice for 159 069 sats, the person that has to pay it copies and pastes the invoice in the app, here's what they see :

WhatsApp Image 2024-03-15 at 12 43 17

They get the possibility to enter an amount, even though the invoice they received is for a fixed amount. That is a bad UX. This is because the error message does not discriminate between Fixed amount invoices and Variable Amount Invoices.

The UX should say something like "This invoice is for 159 069 sats (98,61€), you don't have enough funds to pay it". Also you shouldn't be able to edit the amount you want if you're trying to pay a Fixed Amount Invoice, it doesn't make sense.

You guys should write a rule that would be like "IF INVOICED RECEIVED IS FIXED AMOUNT AND USER BALANCE IS INFERIROR TO INVOICE, THEN DISPLAY ERROR MESSAGE "YOU DONT HAVE ENOUGH MONEY TO PAY THIS INVOICE"

Here's how the user reacts with the current UX :

image

Shouldn't be hard to fix and make it much more user friendly.

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

1 participant