Actions
Bug #1818
openMinimum transfer amount validation not applied on wallet (allows less than $5)
Start date:
04/20/2026
Due date:
% Done:
0%
Estimated time:
Description
On the wallet transfer/send flow, the system allows users to send amounts less than $5 (e.g., $1).
As per requirements, the minimum allowed amount should be $5, but this validation is currently not enforced.
Steps to Reproduce
- Open cards section select a card
- Click on Deposit button and select any card
- Enter amount less than $5 (e.g., $1)
- Tap Continue
Actual Result
- Transaction is allowed for amounts less than $5
Expected Result
- System should block transaction below $5
- Show validation message like:“Minimum transfer amount is $5”
Actions