Page 1 of 2
QR code
Posted: Tue Mar 12, 2019 8:35 pm
by Juraj
Hi all,
can anyone advise what must contain a QR code for bank transfer, or has experience implementing it into their program
Juraj
QR code
Posted: Tue Mar 12, 2019 9:47 pm
by FFF
QR code
Posted: Wed Mar 13, 2019 4:33 am
by wriedmann
Hi Juraj,
a QR code is a bidimensional barcode.
My printing library has the needed functionality, so I can simply use it.
But there seems to be something on CodeProject:
https://www.codeproject.com/Articles/12 ... brary-Writ
Or something other:
https://csharp.hotexamples.com/de/examp ... mples.html
Basically you should generate a bitmap from your text and print it then with your printing library.
HTH
Wolfgang
QR code
Posted: Wed Mar 13, 2019 6:53 am
by Juraj
Hi Wolfgang,
to add it, I do not need to print QR codes, I need to generate a picture (bitmap) that the program will send electronically to the customers who will make payments based on this code.
Where would I find what QR code should contain for the payment, especially in what structure. I found more libraries for creating QRs, but I'd like to save time by testing and letting you know which one to use.
Juraj
QR code
Posted: Wed Mar 13, 2019 7:01 am
by wriedmann
Hi Juraj,
as I wrote: my printing library generates them, and therefore I have never researched other sources.
Anyway: the ZXing library seems to be one of the most used in .NET:
https://github.com/micjahn/ZXing.Net
Wolfgang
QR code
Posted: Thu Mar 14, 2019 3:29 pm
by Juraj
Hi all,
using zxing i can generate a QRCode, but i can't find anywhere to create a pay "string" for payment. Does anyone know how to do it?
Juraj
QR code
Posted: Thu Mar 14, 2019 4:29 pm
by FFF
Juraj,
didn't you look in my links on wikipedia? AFAIU, there the "strings" are listed, no?
QR code
Posted: Thu Mar 14, 2019 4:29 pm
by wriedmann
Hi Juraj,
unfortunately I don't know what contents are neded in your country for payments. You need to ask a bank or look at other codes with your smartphone.
Wolfgang
QR code
Posted: Thu Mar 14, 2019 4:38 pm
by FFF
Wolfgang,
i thought, SEPA should work in Europe?
Karl
QR code
Posted: Thu Mar 14, 2019 4:51 pm
by wriedmann
Hi Karl,
at least here I have never seen SEPA payment requests with QRcode.
And my bank has no QRCode reader....
Wolfgang