App: [LOW] [P2P] Make new dot display a informative error message when user hits wallet limit

Problem

Users with gold wallets who send greater than $1,000 every 60 days hit a limit on their wallets for sending money. This is intended, but when the user hits the limit the app doesn’t give the user any feedback as to why their send requests are being rejected. This causes confusion and makes the app seem buggy when it actually is functioning as intended.

Solution

Give the user feedback when they try to send money after they have hit their limit.

Helpful Details

  • 402 Total spend from P2P linked account is over wallet limit is the exact error that Auth is throwing
  • This error can happen when we run the command PayWithWallet or when we run TransferWalletBalance
  • relevant slack conversation
  • I (@blimpich) marked this issue as internal because, after briefly looking at other places where we display descriptive errors in the frontend, the Web layer seems to usually handle actually sending a readable error message to the client

About this issue

  • Original URL
  • State: open
  • Created 5 months ago
  • Comments: 19 (12 by maintainers)

Most upvoted comments

I can confirm this is still an issue.