QR code

This forum is meant for anything you would like to share with other visitors
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

QR code

Post 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
FFF
Posts: 1522
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

QR code

Post by FFF »

Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

QR code

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

QR code

Post 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
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

QR code

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

QR code

Post 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
FFF
Posts: 1522
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

QR code

Post by FFF »

Juraj,
didn't you look in my links on wikipedia? AFAIU, there the "strings" are listed, no?
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

QR code

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
FFF
Posts: 1522
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

QR code

Post by FFF »

Wolfgang,
i thought, SEPA should work in Europe?

Karl
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

QR code

Post by wriedmann »

Hi Karl,

at least here I have never seen SEPA payment requests with QRcode.
And my bank has no QRCode reader....

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply