-
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
Add SEPA QR Code for buyer payment #7005
Conversation
Thanks for implementing! |
It would be good if someone could confirm that the QR code scans ok with an actual SEPA bank app. |
Hi @jmacxx, |
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.
Nit
The QR Code works! I received video recordings of users testing four SEPA banking apps.
Feedback
- We can show the QR Code by default because most SEPA banking apps support QR Codes.
- After scanning the QR Code users can't double check the data because it's hidden. I think we should show the BIC and IBAN while showing the QR Code (instead of hiding it).
- Two of the tested banking apps sent the image to the banking servers to read the QR Code. In both images the text "[...] trade ID or other text like 'bitcoin', 'BTC', or 'Bisq. [...]" was visible. Banks that do OCR processing could flag users' accounts. We should add a softbreak to the text, so that it's never near the QR Code.
6bc79e5 Addressing your comments. Note there is a bug with the scroll bar which affects buyer forms that have many vertical elements. Which is why I prefer the toggle button to switch between right column fields and QRC, to limit the vertical size of the form. |
Do you think, showing the QR code in full screen (on click or something) would be useful to mitigate that risk completely? |
Can we hide the text, and make the screen full size with just the QR in the centre to protect privacy |
[Note: code & image updated after request from @pazza83 (below) to vertically center the QRC]. |
@jmacxx is it possible to add a few more line breaks at the top to give more 'padding / blank space' between the menu bar and the image. To make it easier for a user not to accidently include the Bisq menu bar in their screenshot |
Done, see #7005 (comment) for update. |
@alvasw I think this looks good. Also added a one-time message explaining why the QR is shown so large. |
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
Implements request #7001 Allowing to initiate Sepa Payment by scanning QR Code
The
Show QRC
setting is saved in preferences for subsequent use.