-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update MoneyBeam account, add HolderName #6968
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for opening this PR @yonson2023!
Here are the needed changes to get your PR merged:
-
The start payment screen shows an empty "Account owner full name" text field for old accounts during a trade. This could confuse users and increase the number of support requests. It'd be better to hide this field for old accounts (without a holder name).
-
The "Account owner full name" text field is empty for old accounts on the "Manage accounts" screen (Accounts -> Manage Accounts -> Select an old MoneyBeam account). It's better to hide the text field for empty holder names (old accounts).
-
The text fields on the "Start payment using ..." screen are below each other. This is inconsistent to our other account types. There should be two text fields next to each other (see SEPA example).
MoneyBeam:
SEPA:
Fixed. Regarding cases when an old account supplies no Account Holder Name. I think it is important to show that the field was not supplied (is empty) rather than hiding it from view. It prompts the user to either (a) update/recreate his own account with the necessary info, or (b) contact his trading peer via trader chat to request the info for successful payment verification (which also lets the trading peer know they need to update/recreate their account information). |
If the account has not provided a name because their account was created prior to name being required please can we show "Ask trader to provide account name if needed" This could shown in the account summary, payment receipt, payment confirmation, and support ticket screens etc. |
What do you think about writing into text field that the user can ask the other party his holder name? Additionally, we can add text on the trader's side with the old MoneyBeam account that he has to tell the other party his holder name when asked.
I looked into the account aging/signing code. We could migrate all "MoneyBeam" accounts to "MoneyBeam accounts with holder name" while retaining the old account age and adding the holder name to the salt. Afterward, we can show a popup before starting/taking a trade to users with old accounts to enter their holder name. But it's too much for this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Same procedure as #6965.
@pazza83