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

Update "Faster Payments" payment method to require trader's name #3976

Closed
huey735 opened this issue Feb 17, 2020 · 0 comments · Fixed by #4046
Closed

Update "Faster Payments" payment method to require trader's name #3976

huey735 opened this issue Feb 17, 2020 · 0 comments · Fixed by #4046

Comments

@huey735
Copy link
Contributor

huey735 commented Feb 17, 2020

Description

Currently the "Faster Payments" payment method requires only a "UK sort code" and a "Account number". This is no longer enough. Banks now also require a name.
Example from a Bisq user.

Additional info

It's important that the traders go into a trade knowing what type of info they'll need to share so that they can make an informed decision.

stejbac added a commit to stejbac/bisq that referenced this issue Mar 11, 2020
Use excludeFromJsonDataMap to add an optional owner full name property
to Faster Payments (GBP) accounts, without affecting the trade JSON
contract (for backwards compatibility). This is to fix bisq-network#3976, that some
banks have started checking the recipient name.

Make the name a non-optional field for _new_ accounts, but display the
details for old Faster Payments accounts in exactly the same way as
before, only showing the extra field in the info popup, account and
trade step views when it is present.

Also update the now misleading payment instructions in the buyer popup.
TODO: Update translations (which probably aren't needed anyway).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants