schoero / swissqrbill

Swiss QR Bill generation in Node.js and browsers
MIT License
155 stars 29 forks source link

Additional Information is Not showing properly #416

Closed Abhishek3058 closed 8 months ago

Abhishek3058 commented 10 months ago

Hello Sir, I am Abhishek Modanwal and currently Using your library in my projects and the main problem is when we scan qr code in normal scanner then it shows properly additional information and when it scans in payment app ,additional information is not showing, plz update library image

this is data from demo image and image provided by google and here i think due to EPD additional info is not shown also when i scanned some more qr code where EPD is not shown , is able to shown additional information

schoero commented 10 months ago

EPD is a mandatory field. It always has to be present and it always has to be in that exact location. You can search for EPD in the specification for verification.

Can you paste your QR-Bill into the QR-Invoice validator. Does it report any errors or warnings? Maybe it is because other parts of the data are invalid.

Another explanation I can think of is that your payment app is meant to hide the additional information field, because this field is not designed to be human readable.

Does this make you unable to pay with the QR-Bill, or is the UI of the app just missing some information?

schoero commented 8 months ago

I assume that the problem has been resolved for you. Please reopen or create a new issue if you need further assistance.