claudep / swiss-qr-bill

A Python library to generate Swiss QR-bill payment slips
MIT License
98 stars 39 forks source link

QR bill not accepted by postfinance #52

Closed samuel-iseli closed 3 years ago

samuel-iseli commented 3 years ago

The generated qrbill is not accepted by postfinance because it doesn't fit inside the expected region. This only happens, when more data is added (eg. debtor address) as the qr code then grows in size.

I added the output of the postfinance testplatform for illustration of the problem.

Will see that I can correct this an submit a pull request.

example_qrr_Visuelle_Kontrolle(1).pdf

claudep commented 3 years ago

Thanks for the report, would be great if you could submit a PR!

samuel-iseli commented 3 years ago

Implemented the changes, see PR #53.

Attached the visual control doc from testplatform after the adjustment. The 73 in the filename means qrcode with a width of 73.

example_qrr_73_new.pdf